|
| 1 | +# Changes since v0.13.0 |
| 2 | + |
| 3 | +## :chart_with_upwards_trend: Overview |
| 4 | + |
| 5 | +- 19 new commits merged |
| 6 | +- 2 bugs fixed 🐛 |
| 7 | + |
| 8 | +## :bug: Bug Fixes |
| 9 | + |
| 10 | +- Remove invalid kustomizeconfig from config/webhook (#2851) |
| 11 | +- Uplift go to address CVEs (#2765) |
| 12 | + |
| 13 | +## :seedling: Others |
| 14 | + |
| 15 | +- Add bnallapeta to reviewers (#2847) |
| 16 | +- Add Moshiur as reviewer (#2769) |
| 17 | +- Bump go to 1.24.9 (#2788) |
| 18 | +- Bump go version to 1.24.7 (#2719) |
| 19 | +- Migrate CI to stable/2025.2 (#2812) |
| 20 | +- Remove mdbooth as a maintainer (#2759) |
| 21 | + |
| 22 | +## Dependencies |
| 23 | + |
| 24 | +### Added |
| 25 | + |
| 26 | +- github.com/gkampitakis/ciinfo: [v0.3.2](https://github.com/gkampitakis/ciinfo/tree/v0.3.2) |
| 27 | +- github.com/gkampitakis/go-diff: [v1.3.2](https://github.com/gkampitakis/go-diff/tree/v1.3.2) |
| 28 | +- github.com/gkampitakis/go-snaps: [v0.5.15](https://github.com/gkampitakis/go-snaps/tree/v0.5.15) |
| 29 | +- github.com/goccy/go-yaml: [v1.18.0](https://github.com/goccy/go-yaml/tree/v1.18.0) |
| 30 | +- github.com/joshdk/go-junit: [v1.0.0](https://github.com/joshdk/go-junit/tree/v1.0.0) |
| 31 | +- github.com/maruel/natural: [v1.1.1](https://github.com/maruel/natural/tree/v1.1.1) |
| 32 | +- github.com/mfridman/tparse: [v0.18.0](https://github.com/mfridman/tparse/tree/v0.18.0) |
| 33 | +- github.com/tidwall/gjson: [v1.18.0](https://github.com/tidwall/gjson/tree/v1.18.0) |
| 34 | +- github.com/tidwall/match: [v1.1.1](https://github.com/tidwall/match/tree/v1.1.1) |
| 35 | +- github.com/tidwall/pretty: [v1.2.1](https://github.com/tidwall/pretty/tree/v1.2.1) |
| 36 | +- github.com/tidwall/sjson: [v1.2.5](https://github.com/tidwall/sjson/tree/v1.2.5) |
| 37 | + |
| 38 | +### Changed |
| 39 | + |
| 40 | +- github.com/coredns/corefile-migration: [v1.0.27 → v1.0.29](https://github.com/coredns/corefile-migration/compare/v1.0.27...v1.0.29) |
| 41 | +- github.com/gophercloud/gophercloud/v2: [v2.8.0 → v2.9.0](https://github.com/gophercloud/gophercloud/compare/v2.8.0...v2.9.0) |
| 42 | +- github.com/hashicorp/go-version: [v1.7.0 → v1.8.0](https://github.com/hashicorp/go-version/compare/v1.7.0...v1.8.0) |
| 43 | +- github.com/k-orc/openstack-resource-controller/v2: [v2.2.0 → v2.3.0](https://github.com/k-orc/openstack-resource-controller/compare/v2.2.0...v2.3.0) |
| 44 | +- github.com/onsi/ginkgo/v2: [v2.25.3 → v2.27.2](https://github.com/onsi/ginkgo/compare/v2.25.3...v2.27.2) |
| 45 | +- github.com/ulikunitz/xz: [v0.5.12 → v0.5.15](https://github.com/ulikunitz/xz/compare/v0.5.12...v0.5.15) |
| 46 | +- golang.org/x/crypto: v0.42.0 → v0.45.0 |
| 47 | +- golang.org/x/mod: v0.27.0 → v0.29.0 |
| 48 | +- golang.org/x/net: v0.43.0 → v0.47.0 |
| 49 | +- golang.org/x/sync: v0.17.0 → v0.18.0 |
| 50 | +- golang.org/x/sys: v0.36.0 → v0.38.0 |
| 51 | +- golang.org/x/telemetry: 1a19826 → 078029d |
| 52 | +- golang.org/x/term: v0.35.0 → v0.37.0 |
| 53 | +- golang.org/x/text: v0.29.0 → v0.31.0 |
| 54 | +- golang.org/x/tools: v0.36.0 → v0.38.0 |
| 55 | +- k8s.io/api: v0.33.4 → v0.33.6 |
| 56 | +- k8s.io/apiextensions-apiserver: v0.33.4 → v0.33.6 |
| 57 | +- k8s.io/apimachinery: v0.33.4 → v0.33.6 |
| 58 | +- k8s.io/apiserver: v0.33.4 → v0.33.6 |
| 59 | +- k8s.io/client-go: v0.33.4 → v0.33.6 |
| 60 | +- k8s.io/code-generator: v0.33.4 → v0.33.6 |
| 61 | +- k8s.io/component-base: v0.33.4 → v0.33.6 |
| 62 | +- k8s.io/kms: v0.33.4 → v0.33.6 |
| 63 | +- sigs.k8s.io/cluster-api/test: v1.11.1 → v1.11.3 |
| 64 | +- sigs.k8s.io/cluster-api: v1.11.1 → v1.11.3 |
| 65 | + |
| 66 | +### Removed |
| 67 | + |
| 68 | +- github.com/prashantv/gostub: [v1.1.0](https://github.com/prashantv/gostub/tree/v1.1.0) |
| 69 | + |
| 70 | +_Thanks to all our contributors!_ 😊 |
0 commit comments