|
2 | 2 |
|
3 | 3 | ## Release 133.0.0 (in development) |
4 | 4 |
|
| 5 | +### Breaking changes |
| 6 | + |
| 7 | +- Due to the migration from our own RPM for containerd v1 to the official |
| 8 | + containerd.io RPM from docker.io, downgrading from 133 to 132 will not be |
| 9 | + possible. |
| 10 | + |
5 | 11 | ### Enhancements |
6 | 12 |
|
7 | 13 | - Bump Kubernetes version to [1.33.7](https://github.com/kubernetes/kubernetes/releases/tag/v1.33.7) |
8 | 14 | (PR[#4769](https://github.com/scality/metalk8s/pull/4769)) |
9 | 15 |
|
| 16 | +- Move from our own RPM for containerd v1 to the official containerd.io RPM from docker.io |
| 17 | + to version [v2.2.2](https://github.com/containerd/containerd/releases/tag/v2.2.2) |
| 18 | + (PR[#4821](https://github.com/scality/metalk8s/pull/4821)) |
| 19 | + |
10 | 20 | - Bump etcd version to [3.5.26](https://github.com/etcd-io/etcd/releases/tag/v3.5.26) |
11 | 21 | (PR[#4769](https://github.com/scality/metalk8s/pull/4769)) |
12 | 22 |
|
|
16 | 26 | - Support etcd distroless images for Kubernetes 1.33+. Above etcd 3.5.21, etcd images are now distroless and upstreamed to the etcd project. |
17 | 27 | (PR[#4740](https://github.com/scality/metalk8s/pull/4740)) |
18 | 28 |
|
19 | | -- Bump Fluent Bit image version to [4.2.2](https://github.com/fluent/fluent-bit/releases/tag/v4.2.2) |
20 | | - and Fluent Bit Helm chart version to [0.55.0](https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.55.0) |
21 | | - (PR[#4778](https://github.com/scality/metalk8s/pull/4778)) |
| 29 | +- Bump Fluent Bit image version to [4.2.3](https://github.com/fluent/fluent-bit/releases/tag/v4.2.3) |
| 30 | + and Fluent Bit Helm chart version to [0.56.0](https://github.com/fluent/helm-charts/releases/tag/fluent-bit-0.56.0) |
| 31 | + (PR[#4812](https://github.com/scality/metalk8s/pull/4812)) |
22 | 32 |
|
23 | 33 | - Bump dex chart version to |
24 | 34 | [0.24.0](https://github.com/dexidp/helm-charts/releases/tag/dex-0.24.0) |
|
30 | 40 | and Loki image version to [3.6.5](https://github.com/grafana/loki/releases/tag/v3.6.5) |
31 | 41 | (PR[#4792](https://github.com/scality/metalk8s/pull/4792)) |
32 | 42 |
|
| 43 | +- Configure containerd using `config_path` for registries so that changes of |
| 44 | + registries mirrors does no longer require a restart of the containerd service |
| 45 | + (PR[#4821](https://github.com/scality/metalk8s/pull/4821)) |
| 46 | + |
33 | 47 | - Allow to enable metrics collection for the solutions operators |
34 | 48 | (PR[#4813](https://github.com/scality/metalk8s/pull/4813)) |
35 | 49 |
|
36 | 50 | - Bump solution-operator-lib Go version to 1.24 |
37 | 51 | (PR[#4817](https://github.com/scality/metalk8s/pull/4817)) |
38 | 52 |
|
| 53 | +- Bump prometheus-adapter chart version to [5.3.0](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-adapter-5.3.0) |
| 54 | + (PR[#4825](https://github.com/scality/metalk8s/pull/4825)) |
| 55 | + |
39 | 56 | - Bump ingress-nginx chart version to [4.15.0](https://github.com/kubernetes/ingress-nginx/releases/tag/helm-chart-4.15.0) |
40 | 57 | and ingress-nginx controller to [v1.15.0](https://github.com/kubernetes/ingress-nginx/releases/tag/controller-v1.15.0) |
41 | 58 | (PR[#4824](https://github.com/scality/metalk8s/pull/4824)) |
|
47 | 64 | and `k8s.io/*` dependencies have been bumped to [0.33.9](https://github.com/kubernetes/kubernetes/releases/tag/v1.33.9) |
48 | 65 | (PR[#4818](https://github.com/scality/metalk8s/pull/4818)) |
49 | 66 |
|
| 67 | +- Implement ability to add certificates to fluent-bit by mounting a fluent-bit-certs secret |
| 68 | + (PR[#4812](https://github.com/scality/metalk8s/pull/4812)) |
| 69 | + |
50 | 70 | ### Bug Fixes |
51 | 71 |
|
52 | 72 | - Fix a bug where part of the upgrade process would silently be skipped |
|
55 | 75 |
|
56 | 76 | ## Release 132.0.3 (in development) |
57 | 77 |
|
| 78 | +### Bug Fixes |
| 79 | + |
| 80 | +- Fix a bug where Salt master process may report an error about `VerboseLogger` |
| 81 | + not having attributes `trace` |
| 82 | + (PR[#4831](https://github.com/scality/metalk8s/pull/4831)) |
| 83 | + |
58 | 84 | ## Release 132.0.2 |
59 | 85 |
|
60 | 86 | ## Release 132.0.1 |
|
0 commit comments