1 file changed
+1
-1
lines changedSubmodule gatekeeper-operator updated 78 files
- .github/workflows/ci_tests.yaml+11-4
- .github/workflows/olm_tests.yaml+4-2
- .tekton/gatekeeper-operator-3-15-pull-request.yaml+612
- .tekton/gatekeeper-operator-3-15-push.yaml+610
- .tekton/gatekeeper-operator-bundle-3-15-pull-request.yaml+603
- .tekton/gatekeeper-operator-bundle-3-15-push.yaml+600
- .tekton/images-mirror-set.yaml+16
- Dockerfile+1-1
- GATEKEEPER_VERSION+1
- Makefile+25-17
- OWNERS-2
- PROJECT+3-3
- README.md+5-5
- REPLACES_VERSION+1-1
- VERSION+1-1
- build/Dockerfile.rhtap+33
- build/bundle.Dockerfile+36
- build/bundle.Dockerfile.rhtap+42
- build/common/Makefile.common.mk+1-1
- build/common/config/.golangci.yml+3-1
- build/konflux-patch.sh+50
- bundle.Dockerfile+3-3
- bundle/manifests/gatekeeper-operator-product.clusterserviceversion.yaml+27-40
- bundle/metadata/annotations.yaml+25-9
- config/default/kustomization.yaml-2
- config/default/manager_auth_proxy_patch.yaml-34
- config/gatekeeper/admissionregistration.k8s.io_v1_mutatingwebhookconfiguration_gatekeeper-mutating-webhook-configuration.yaml-1
- config/gatekeeper/admissionregistration.k8s.io_v1_validatingwebhookconfiguration_gatekeeper-validating-webhook-configuration.yaml-1
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_assign.mutations.gatekeeper.sh.yaml+400-353
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_assignimage.mutations.gatekeeper.sh.yaml+131-115
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_assignmetadata.mutations.gatekeeper.sh.yaml+343-311
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_configs.config.gatekeeper.sh.yaml+16-12
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_constraintpodstatuses.status.gatekeeper.sh.yaml+15-10
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_constrainttemplatepodstatuses.status.gatekeeper.sh.yaml+16-12
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_expansiontemplate.expansion.gatekeeper.sh.yaml+65-48
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_expansiontemplatepodstatuses.status.gatekeeper.sh.yaml+16-12
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_modifyset.mutations.gatekeeper.sh.yaml+388-338
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_mutatorpodstatuses.status.gatekeeper.sh.yaml+19-14
- config/gatekeeper/apiextensions.k8s.io_v1_customresourcedefinition_syncsets.syncset.gatekeeper.sh.yaml+12-8
- config/gatekeeper/rbac.authorization.k8s.io_v1_clusterrole_gatekeeper-manager-role.yaml-1
- config/gatekeeper/rbac.authorization.k8s.io_v1_role_gatekeeper-manager-role.yaml-1
- config/manager/kustomization.yaml+1-1
- config/manifests/bases/gatekeeper-operator-product.clusterserviceversion.yaml+23-3
- config/manifests/kustomization.yaml+1-1
- config/olm-install/install-resources.yaml+6-6
- config/olm-install/kustomization.yaml+4-4
- config/rbac/auth_proxy_client_clusterrole.yaml-9
- config/rbac/auth_proxy_role.yaml-17
- config/rbac/auth_proxy_role_binding.yaml-12
- config/rbac/auth_proxy_service.yaml-15
- config/rbac/kustomization.yaml-7
- controllers/config_controller.go+1-1
- controllers/config_helper.go+1-1
- controllers/config_helper_test.go+1-1
- controllers/constraintstatus_controller.go+8-1
- controllers/cps_controller_helper.go+2-3
- controllers/gatekeeper_controller.go+8-4
- controllers/gatekeeper_controller_test.go+5-3
- controllers/merge/merge.go+8-4
- controllers/merge/merge_test.go+1-1
- deploy/gatekeeper-operator.yaml+1-84
- docs/upgrading-operator-sdk.md+1-1
- go.mod+10-12
- go.sum+14-14
- main.go+5-5
- pkg/bindata/bindata.go+1.4k-1.2k
- pkg/util/namespace.go+1-1
- pkg/util/util.go+1-1
- scripts/kind-with-registry.sh+5-5
- test/e2e/case1_audit_from_cache_test.go+101-16
- test/e2e/e2e_suite_test.go+2-2
- test/e2e/gatekeeper_controller_test.go+6-4
- test/e2e/options.go+1-1
- test/resources/case1_audit_from_cache/namespaceSelector/constraint.yaml+12
- test/resources/case1_audit_from_cache/namespaceSelector/namespaces.yaml+23
- test/resources/case1_audit_from_cache/namespaceSelector/pods.yaml+38
- test/resources/case1_audit_from_cache/namespaceSelector/template.yaml+18
- test/resources/case1_audit_from_cache/template.yaml+1-1
0 commit comments