-
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.
* feat: refactor kyverno folders * doc(v1.11.1): update compatibility matrix and release note * feat(kyverno,kubectl): bump to 1.27.10 --------- Co-authored-by: Samuele Chiocca <[email protected]>
- Loading branch information
1 parent
d633fe4
commit b601d73
Showing
9 changed files
with
72 additions
and
33 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,27 @@ | ||
# OPA Core Module Release 1.11.1 | ||
|
||
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 patch release including the following changes: | ||
|
||
- Spliting of kyverno core and policies | ||
|
||
## Component Images 🚢 | ||
|
||
| Component | Supported Version | Previous Version | | ||
| --------------------------- | ------------------------------------------------------------------------------------- | ---------------- | | ||
| `gatekeeper` | [`v3.14.0`](https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0) | `No Update` | | ||
| `gatekeeper-policy-manager` | [`v1.0.9`](https://github.com/sighupio/gatekeeper-policy-manager/releases/tag/v1.0.9) | `No Update` | | ||
| `kyverno` | [`v1.11.0`](https://github.com/kyverno/kyverno/releases/tag/v1.11.0) | `New package` | | ||
|
||
> Please refer the individual release notes to get a detailed information on each release. | ||
## Update Guide 🦮 | ||
|
||
### Process | ||
|
||
To upgrade this core module from `v1.11.0` to `v1.11.1`, 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
File renamed without changes.
File renamed without changes.
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,34 @@ | ||
# Copyright (c) 2017-present SIGHUP s.r.l All rights reserved. | ||
# Use of this source code is governed by a BSD-style | ||
# license that can be found in the LICENSE file. | ||
|
||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
namespace: kyverno | ||
|
||
resources: | ||
- crds.yaml | ||
- namespace.yaml | ||
- deploy.yaml | ||
|
||
images: | ||
- name: ghcr.io/kyverno/kyverno | ||
newName: registry.sighup.io/fury/kyverno/kyverno | ||
newTag: v1.11.0 | ||
- name: ghcr.io/kyverno/kyvernopre | ||
newName: registry.sighup.io/fury/kyverno/kyvernopre | ||
newTag: v1.11.0 | ||
- name: ghcr.io/kyverno/background-controller | ||
newName: registry.sighup.io/fury/kyverno/background-controller | ||
newTag: v1.11.0 | ||
- name: ghcr.io/kyverno/cleanup-controller | ||
newName: registry.sighup.io/fury/kyverno/cleanup-controller | ||
newTag: v1.11.0 | ||
- name: ghcr.io/kyverno/reports-controller | ||
newName: registry.sighup.io/fury/kyverno/reports-controller | ||
newTag: v1.11.0 | ||
- name: bitnami/kubectl | ||
newName: registry.sighup.io/fury/bitnami/kubectl | ||
newTag: "1.27.10" |
File renamed without changes.
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