Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-Release-1.7.1 #355

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file not shown.
1 change: 1 addition & 0 deletions charts/community/infinispan/infinispan/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ chart:
publicPgpKey: null
users:
- githubUsername: ryanemerson
- githubUsername: rigazilla
vendor:
label: infinispan
name: Infinispan
90 changes: 90 additions & 0 deletions charts/community/redhat/redhat-gatekeeper/3.11.0/report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
apiversion: v1
kind: verify-report
metadata:
tool:
verifier-version: 1.10.1
profile:
VendorType: community
version: v1.2
reportDigest: uint64:366159531824194231
chart-uri: .
digests:
chart: sha256:5ac936bda5cbe721ee3253fafbd9f51b80ff96e0c2b6a6475da10459f8e8cbff
lastCertifiedTimestamp: "2023-04-20T13:00:34.695177-04:00"
testedOpenShiftVersion: N/A
supportedOpenShiftVersions: N/A
webCatalogOnly: false
chart:
name: gatekeeper
home: https://github.com/open-policy-agent/gatekeeper
sources:
- https://github.com/open-policy-agent/gatekeeper.git
version: 3.11.0
description: A Helm chart for Gatekeeper
keywords:
- open policy agent
maintainers: []
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
apiversion: v2
condition: ""
tags: ""
appversion: v3.11.0
deprecated: false
annotations: {}
kubeversion: ""
dependencies: []
type: ""
chart-overrides: ""
results:
- check: v1.0/helm-lint
type: Mandatory
outcome: PASS
reason: Helm lint successful
- check: v1.0/required-annotations-present
type: Optional
outcome: FAIL
reason: 'Missing required annotations: [charts.openshift.io/name]'
- check: v1.0/signature-is-valid
type: Optional
outcome: SKIPPED
reason: 'Chart is not signed : Signature verification not required'
- check: v1.0/not-contain-csi-objects
type: Optional
outcome: PASS
reason: CSI objects do not exist
- check: v1.0/chart-testing
type: Optional
outcome: FAIL
reason: 'Chart Install failure: failed to install CRD crds/assign-customresourcedefinition.yaml: customresourcedefinitions.apiextensions.k8s.io is forbidden: User "thomasmckay" cannot create resource "customresourcedefinitions" in API group "apiextensions.k8s.io" at the cluster scope'
- check: v1.0/has-readme
type: Optional
outcome: PASS
reason: Chart has a README
- check: v1.0/not-contains-crds
type: Optional
outcome: FAIL
reason: Chart contains CRDs
- check: v1.1/has-kubeversion
type: Optional
outcome: FAIL
reason: Kubernetes version is not specified
- check: v1.0/contains-test
type: Optional
outcome: FAIL
reason: Chart test files do not exist
- check: v1.0/contains-values-schema
type: Optional
outcome: FAIL
reason: Values schema file does not exist
- check: v1.0/contains-values
type: Optional
outcome: PASS
reason: Values file exist
- check: v1.1/images-are-certified
type: Optional
outcome: SKIPPED
reason: 'Image certification skipped : registry.redhat.io/gatekeeper/gatekeeper-rhel8:v3.11'
- check: v1.0/is-helm-v3
type: Optional
outcome: PASS
reason: API version is V2, used in Helm 3
21 changes: 21 additions & 0 deletions charts/community/redhat/redhat-gatekeeper/3.11.0/src/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
11 changes: 11 additions & 0 deletions charts/community/redhat/redhat-gatekeeper/3.11.0/src/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v2
description: A Helm chart for Gatekeeper
name: gatekeeper
icon: https://open-policy-agent.github.io/gatekeeper/website/img/logo.svg
keywords:
- open policy agent
version: 3.11.0
home: https://github.com/open-policy-agent/gatekeeper
sources:
- https://github.com/open-policy-agent/gatekeeper.git
appVersion: v3.11.0
195 changes: 195 additions & 0 deletions charts/community/redhat/redhat-gatekeeper/3.11.0/src/README.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.10.0
labels:
gatekeeper.sh/system: "yes"
name: configs.config.gatekeeper.sh
spec:
group: config.gatekeeper.sh
names:
kind: Config
listKind: ConfigList
plural: configs
singular: config
preserveUnknownFields: false
scope: Namespaced
versions:
- name: v1alpha1
schema:
openAPIV3Schema:
description: Config is the Schema for the configs API.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: ConfigSpec defines the desired state of Config.
properties:
match:
description: Configuration for namespace exclusion
items:
properties:
excludedNamespaces:
items:
description: 'A string that supports globbing at its front or end. Ex: "kube-*" will match "kube-system" or "kube-public", "*-system" will match "kube-system" or "gatekeeper-system". The asterisk is required for wildcard matching.'
pattern: ^(\*|\*-)?[a-z0-9]([-a-z0-9]*[a-z0-9])?(\*|-\*)?$
type: string
type: array
processes:
items:
type: string
type: array
type: object
type: array
readiness:
description: Configuration for readiness tracker
properties:
statsEnabled:
type: boolean
type: object
sync:
description: Configuration for syncing k8s objects
properties:
syncOnly:
description: If non-empty, only entries on this list will be replicated into OPA
items:
properties:
group:
type: string
kind:
type: string
version:
type: string
type: object
type: array
type: object
validation:
description: Configuration for validation
properties:
traces:
description: List of requests to trace. Both "user" and "kinds" must be specified
items:
properties:
dump:
description: Also dump the state of OPA with the trace. Set to `All` to dump everything.
type: string
kind:
description: Only trace requests of the following GroupVersionKind
properties:
group:
type: string
kind:
type: string
version:
type: string
type: object
user:
description: Only trace requests from the specified user
type: string
type: object
type: array
type: object
type: object
status:
description: ConfigStatus defines the observed state of Config.
type: object
type: object
served: true
storage: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.10.0
labels:
gatekeeper.sh/system: "yes"
name: constraintpodstatuses.status.gatekeeper.sh
spec:
group: status.gatekeeper.sh
names:
kind: ConstraintPodStatus
listKind: ConstraintPodStatusList
plural: constraintpodstatuses
singular: constraintpodstatus
preserveUnknownFields: false
scope: Namespaced
versions:
- name: v1beta1
schema:
openAPIV3Schema:
description: ConstraintPodStatus is the Schema for the constraintpodstatuses API.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
type: string
kind:
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
status:
description: ConstraintPodStatusStatus defines the observed state of ConstraintPodStatus.
properties:
constraintUID:
description: Storing the constraint UID allows us to detect drift, such as when a constraint has been recreated after its CRD was deleted out from under it, interrupting the watch
type: string
enforced:
type: boolean
errors:
items:
description: Error represents a single error caught while adding a constraint to OPA.
properties:
code:
type: string
location:
type: string
message:
type: string
required:
- code
- message
type: object
type: array
id:
type: string
observedGeneration:
format: int64
type: integer
operations:
items:
type: string
type: array
type: object
type: object
served: true
storage: true
Loading
Loading