1 file changed
+1
-1
lines changedSubmodule gatekeeper-operator updated 70 files
- .github/workflows/ci_tests.yaml+7
- .github/workflows/olm_tests.yaml+2-2
- .tekton/gatekeeper-operator-3-15-pull-request.yaml+607
- .tekton/gatekeeper-operator-3-15-push.yaml+604
- .tekton/gatekeeper-operator-bundle-3-15-pull-request.yaml+619
- .tekton/gatekeeper-operator-bundle-3-15-push.yaml+616
- Dockerfile+1-1
- GATEKEEPER_VERSION+1
- Makefile+3-3
- OWNERS-2
- PROJECT+2-2
- README.md+5-5
- REPLACES_VERSION+1-1
- VERSION+1-1
- build/common/Makefile.common.mk+1-1
- build/common/config/.golangci.yml+3-1
- bundle.Dockerfile+2-2
- bundle/manifests/gatekeeper-operator.clusterserviceversion.yaml+7-40
- bundle/metadata/annotations.yaml+2-2
- 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.clusterserviceversion.yaml+2-2
- config/olm-install/install-resources.yaml+1-1
- 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
- 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