-
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.
docs(opa): Release 1.10 add compatibility to k8s 1.27 (#101)
* feat(opa): versiom bump to 3.13.3 * docs(opa): update module docs version 1.10 * docs(opa): update gatekeeper version reference * feat(opa): version bump to 3.14.0
- Loading branch information
Showing
4 changed files
with
43 additions
and
13 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,28 @@ | ||
# OPA Core Module Release 1.10.0 | ||
|
||
Welcome to the latest release of `OPA` module of [Kubernetes Fury Distribution](https://github.com/sighupio/fury-distribution) maintained by team SIGHUP. | ||
|
||
This is a minor release including the following changes: | ||
|
||
- Added support for Kubernetes 1.27 | ||
- Update Gatekeeper to version 3.14.0 | ||
- Update Gatekeeper Policy Manager to version 1.0.9 | ||
|
||
## Component Images 🚢 | ||
|
||
| Component | Supported Version | Previous Version | | ||
| --------------------------- | ------------------------------------------------------------------------------------- | ---------------- | | ||
| `gatekeeper` | [`v3.14.0`](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0) | `v3.12.0` | | ||
| `gatekeeper-policy-manager` | [`v1.0.9`](https://github.com/sighupio/gatekeeper-policy-manager/releases/tag/v1.0.9) | `v1.0.4` | | ||
|
||
> Please refer the individual release notes to get a detailed information on each release. | ||
## Update Guide 🦮 | ||
|
||
### Process | ||
|
||
To upgrade this core module from `v1.9.0` to `v1.10.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 - | ||
``` |
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