Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for release v0.41.0 #2271

Merged
merged 18 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions changelog/0.41.md
anders-elastisys marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# v0.41.0

Released 2024-09-03
<!-- -->
> [!IMPORTANT]
> **Platform Administrator Notice(s)**
>
> - The command usage for `ck8s` has been updated so that all commands are listed in ascending order.<br>The command `ck8s diagnostics` has a new flag to include config files in the output log file. The command usage has been changed: `ck8s diagnostics <wc|sc> [-n namespace] [--include-config]`
> - Requires additional network policies for the pipeline. These network policies are added via the config and are generated by the network policies generator. This means that pre-defined rules can be used.
> - Enabled matchConditions for the HNC validating webhook by default, which requires Kubernetes v1.28 or higher.

## Release highlights

- Added Network Policies for Tekton. If enabled, it requires the platform administrator to create pipeline specific network policies.
- Drops support for Kubernetes v1.25, adds support for Kubernetes v1.30.<br>Nginx version upgrade to `1.25.5`.
OlleLarsson marked this conversation as resolved.
Show resolved Hide resolved

## Changes by kind

### Feature(s)

- [#2120](https://github.com/elastisys/compliantkubernetes-apps/pull/2120) - tests: Rework tests and enable integration tests [@aarnq](https://github.com/aarnq)
- [#2233](https://github.com/elastisys/compliantkubernetes-apps/pull/2233) - apps: added option to use velero csi volume snapshot [@Elias-elastisys](https://github.com/Elias-elastisys)

### Improvement(s)

- [#2232](https://github.com/elastisys/compliantkubernetes-apps/pull/2232) - apps: bump node-local-dns version to 1.23.1 [@Pavan-Gunda](https://github.com/Pavan-Gunda)
- [#2235](https://github.com/elastisys/compliantkubernetes-apps/pull/2235) - Add flag to include config files for diagnostics script [@anders-elastisys](https://github.com/anders-elastisys)
- [#2236](https://github.com/elastisys/compliantkubernetes-apps/pull/2236) - Add network policies for Tekton [@robinAwallace](https://github.com/robinAwallace)
- Added Network Policies for Tekton. If enabled, it requires the platform administrator to create pipeline specific network policies.
- [#2240](https://github.com/elastisys/compliantkubernetes-apps/pull/2240) - Upgrade Grafana chart to 7.3.12 and set image to v10.4.7 [@anders-elastisys](https://github.com/anders-elastisys)
- [#2242](https://github.com/elastisys/compliantkubernetes-apps/pull/2242) - Fix deprecated Grafana dashboards
lunkan93 marked this conversation as resolved.
Show resolved Hide resolved
- [#2243](https://github.com/elastisys/compliantkubernetes-apps/pull/2243) - Upgrade ingress-nginx chart to 4.11.2 and app to 1.11.2 [@davidumea](https://github.com/davidumea)
- Drops support for Kubernetes v1.25, adds support for Kubernetes v1.30.<br>Nginx version upgrade to `1.25.5`.
- [#2244](https://github.com/elastisys/compliantkubernetes-apps/pull/2244) - Enable matchConditions for HNC webhook by default [@lunkan93](https://github.com/lunkan93)
- [#2246](https://github.com/elastisys/compliantkubernetes-apps/pull/2246) - tests: Enable regression tests [@aarnq](https://github.com/aarnq)
- [#2252](https://github.com/elastisys/compliantkubernetes-apps/pull/2252) - Support graphics without XAUTHORITY in run-from-container script [@simonklb](https://github.com/simonklb)
- [#2255](https://github.com/elastisys/compliantkubernetes-apps/pull/2255) - Catch before-all test hook failures in Cypress tests [@simonklb](https://github.com/simonklb)
- [#2256](https://github.com/elastisys/compliantkubernetes-apps/pull/2256) - Update end to end tests [@aarnq](https://github.com/aarnq)

### Other(s)

- [#2238](https://github.com/elastisys/compliantkubernetes-apps/pull/2238) - clean-up: Upgrade calico-accountant image and chart [@Zash](https://github.com/Zash)
- [#2241](https://github.com/elastisys/compliantkubernetes-apps/pull/2241) - other: Port v0.40.0 [@AlbinB97](https://github.com/AlbinB97)
- [#2253](https://github.com/elastisys/compliantkubernetes-apps/pull/2253) - other: Remove prompts from run-in-container script [@simonklb](https://github.com/simonklb)
2 changes: 1 addition & 1 deletion helmfile.d/charts/calico-accountant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ calicoDataStore: "kubernetes"
backend: nftables
image:
repository: ghcr.io/elastisys/calico-accountant
tag: 0.1.6.ck8s1
tag: 0.1.6-ck8s2
resources:
limits:
cpu: 100m
Expand Down
Loading