-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrading gatekeeper image to v3.6.0
- Loading branch information
1 parent
fdff1dc
commit 5927583
Showing
5 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Opa Core Module version 1.5.0 | ||
|
||
`fury-kubernetes-opa` is part of the SIGHUP maintained [Kubernetes Fury Distribution](https://github.com/sighupio/fury-distribution). The module provides a policy engine based on OPA Gatekeeper to enable custom policy enforcement to be deployed on the Kubernetes cluster based on Velero. Team SIGHUP makes it a priority to maintain these modules in compliance with CNCF and with all the latest features from upstream. | ||
|
||
This release introduces the support for Kubernetes runtime `1.22` and | ||
drops support for `1.18`. Refer the [Compatibility | ||
Matrix](https://github.com/sighupio/fury-kubernetes-opa#compatibility) for more. | ||
|
||
## Changelog | ||
|
||
### Breaking Changes | ||
> None | ||
### Features | ||
- [#30](https://github.com/sighupio/fury-kubernetes-opa/pull/30) Supporting e2e test for 1.22.0 kubernetes | ||
- [#32](https://github.com/sighupio/fury-kubernetes-opa/pull/32) Updating GPM to 0.5.0 | ||
- [#33](https://github.com/sighupio/fury-kubernetes-opa/pull/33) Upgrading gatekeeper from v3.4.0 to [v3.6.0](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.6.0) | ||
- [#31](https://github.com/sighupio/fury-kubernetes-opa/pull/31) Fixing OPA CRDs to support Kubernetes 1.22 | ||
### Bug Fixes | ||
> None | ||
### Security Fixes | ||
> None | ||
#### Documentation updates | ||
> None | ||
### Upgrade Guide | ||
|
||
#### Warnings | ||
|
||
Upgrade from `v1.4.x` to `v1.5.0` should be fairly smooth. | ||
|
||
#### Process | ||
|
||
To upgrade this core module from `v1.4.0` to `v1.5.0`, you need to download this new version, then apply the `kustomize` project. No further action is required. | ||
|
||
```bash | ||
$ kustomize build katalog/gatekeeper | kubectl apply -f - --force | ||
# changes will be applied | ||
``` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters