Skip to content

Commit cd5482c

Browse files
committed
🚀 Release v1.10.0-beta.0
Signed-off-by: Adam Rozman <[email protected]>
1 parent 16b4c46 commit cd5482c

File tree

1 file changed

+168
-0
lines changed

1 file changed

+168
-0
lines changed

releasenotes/v1.10.0-beta.0.md

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
<!-- markdownlint-disable no-inline-html line-length -->
2+
# Changes since v1.9.0
3+
4+
## :warning: Breaking Changes
5+
6+
- Bump CAPI to v1.10.0-beta.0 and Controller Runtime to 0.20.3 (#2432)
7+
- Deprecate Metal3data templateReference (#2326)
8+
- Remove IPAM deployment logic (#1993)
9+
10+
:rotating_light: This is a BETA RELEASE. Use it only for testing purposes.
11+
If you find any bugs, file an [issue](https://github.com/metal3-io/cluster-api-provider-metal3/issues/new/).
12+
13+
<details>
14+
<summary>More details about the release</summary>
15+
16+
## :sparkles: New Features
17+
18+
- Deprecate NoCloudProvider and add CloudProviderEnabled (#2108)
19+
20+
## :bug: Bug Fixes
21+
22+
## :book: Documentation
23+
24+
- Remove IPAM manifests related links and check in release process (#2355)
25+
- update OpenSSF CII Best Practices badge (#2304)
26+
- Updating docs for release 1.9 (#2232)
27+
- Improve e2e documentation (#2209)
28+
29+
## :seedling: Others
30+
31+
- Bump CAPI to v1.10.0-rc.0 (#2487)
32+
- Fix: pulling unused images in the middle of tests (#2271)
33+
- Add use of IPAMprovider to e2e tests (#2348)
34+
- Bump BMO v0.10.0-beta.0 IPAM v1.10.0-beta.0 and Ginkgo v2.23.4 (#2493)
35+
- Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 in /hack/tools (#2490)
36+
- Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#2488)
37+
- add labels to Dockerfile (#2483)
38+
- Bump github.com/onsi/gomega from 1.36.3 to 1.37.0 (#2480)
39+
- make osv-scanner scan run daily (#2484)
40+
- Bump github.com/docker/docker from 28.0.2+incompatible to 28.0.4+incompatible in /test (#2475)
41+
- Update e2e tests to use capi v1.10.0-beta.1 and uplift go mods to v1.10.0-beta.1 (#2462)
42+
- Bump github.com/metal3-io/ironic-standalone-operator from 0.2.1-0.20250324064446-0dfac9b3ede6 to 0.3.0 in /test (#2473)
43+
- Bump the github-actions group with 4 updates (#2474)
44+
- Enable errname, errorlint, forbidigo and perfsprint linters (#2464)
45+
- Add Honza Pokorný as a reviewer (#2476)
46+
- do not bump major version of github actions (#2468)
47+
- bump golang to v1.23.8 and x/net to v0.38.0 (#2469)
48+
- E2E: Install independent Metal3 IPAM after upgrade (#2382)
49+
- Bump sigs.k8s.io/controller-runtime from 0.20.3 to 0.20.4 (#2452)
50+
- update the used linters list (#2437)
51+
- update osv-scanner to v2.0.0 (#2433)
52+
- bump tj-actions/changed-files to v46.0.1 (#2431)
53+
- Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.1 in /test (#2427)
54+
- Bump golangci-lint to v1.64.7 (#2423)
55+
- Move @mquhuy to emeritus reviewers (#2422)
56+
- bump BMO to v0.9.1 (#2409)
57+
- group all github action bumps into single PR (#2408)
58+
- bump x/oauth2 to v0.27.0 (#2404)
59+
- Bump the kubernetes group to v0.31.7 (#2392)
60+
- Bump golang.org/x/net from 0.34.0 to 0.36.0 in /hack/fake-apiserver (#2401)
61+
- Bump sigs.k8s.io/controller-runtime from 0.19.6 to 0.19.7 in /hack/fake-apiserver (#2396)
62+
- E2E: Ensure cert-manager webhook is available (#2380)
63+
- E2E: Unify logging and cleanup (#2381)
64+
- Bump golang.org/x/net from 0.34.0 to 0.36.0 in /hack/tools (#2400)
65+
- fix dependabot testing issues by re-adding "edited" (#2386)
66+
- fix deprecation notice paragraph style (#2385)
67+
- Change IPAM provider name to independent Metal3 IPAM in e2e test (#2384)
68+
- E2E: Adjust Ironic kustomization patch for BMO 0.8 (#2366)
69+
- Bump github.com/metal3-io/cluster-api-provider-metal3/api from 1.9.2 to 1.9.3 in /hack/fake-apiserver (#2369)
70+
- Bump golang.org/x/mod from 0.23.0 to 0.24.0 in /test (#2371)
71+
- Bump golang.org/x/crypto from 0.35.0 to 0.36.0 in /test (#2372)
72+
- Bump github/codeql-action from 3.28.8 to 3.28.10 (#2362)
73+
- Bump actions/cache from 4.2.0 to 4.2.2 (#2360)
74+
- Bump cert-manager to v1.17.1 (#2358)
75+
- Eliminate typo in networkDataSuffix (#2347)
76+
- Bump the kubernetes group across 5 directories with 7 updates (#2333)
77+
- Debug clusterctl upgrade test failure (#2342)
78+
- Rewrite fetch_manifest.sh into golang (#2109)
79+
- pin osv-scanner image in verify-release.sh (#2321)
80+
- Bump k8s to v1.32.1 (#2317)
81+
- workflows: sync pull_request trigger types (#2318)
82+
- E2E: Adjust Ironic kustomization patch (#2308)
83+
- Add miriadb image tag in release notes (#2312)
84+
- Bump IPAM to 1.9.3 (#2298)
85+
- Move mboukhalfa to emeritus approvers (#2307)
86+
- Bump actions/setup-go from 5.2.0 to 5.3.0 (#2300)
87+
- Bump softprops/action-gh-release from 2.2.0 to 2.2.1 (#2302)
88+
- Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#2289)
89+
- Bump k8s.io/ deps to v0.31.5 (#2259)
90+
- remove kubebuilder:default=true for CloudProviderEnabled and set defaults in defaulting webhook (#2276)
91+
- E2E: Fix Ironic kustomization (#2277)
92+
- Add Peppi-lotta and Huy as reviewers (#2266)
93+
- Only use Kustomize to install Ironic and BMO in e2e tests (#2240)
94+
- Update clusterctl tests for 1.9 (#2242)
95+
- Bump sigs.k8s.io/kustomize/api from 0.18.0 to 0.19.0 in /test (#2246)
96+
- Bump sigs.k8s.io/kustomize/kustomize/v5 from 5.5.0 to 5.6.0 in /hack/tools (#2244)
97+
- e2e: account for ironic-standalone-operator in pivoting tests (#2203)
98+
- bump kubeconform to v0.6.7 (#2235)
99+
- Fix e2e pivoting(node_reuse) test (#2212)
100+
- Update release note generator and docs to reflect the new release workflow (#2218)
101+
- Take the new release workflow into use (#2216)
102+
- Parameterize scalability test (#2202)
103+
- Remove CP scaling from e2e-feature-test (#2201)
104+
- Bump the capi group across 4 directories with 2 updates (#2194)
105+
- Set value of CAPM3RELEASE instead of relying on metal3-dev-env (#2183)
106+
- Fix FROM_K8S_VERSION variable v1.30.0 -> v1.31.2 (#2172)
107+
- Bump google/osv-scanner from 1.9.1 to 1.9.2 (#2178)
108+
- add support for 1.10 in e2e (#2164)
109+
- update dependabot config for release-1.9 (#2165)
110+
111+
## :recycle: Superseded or Reverted
112+
113+
[#1742](https://github.com/metal3-io/cluster-api-provider-metal3/issues/1742)
114+
[#2320](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2320)
115+
[#2280](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2280)
116+
[#2254](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2254)
117+
[#2453](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2453)
118+
[#2428](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2428)
119+
[#2417](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2417)
120+
[#2393](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2393)
121+
[#2395](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2395)
122+
[#2398](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2398)
123+
[#2368](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2368)
124+
[#2370](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2370)
125+
[#2375](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2375)
126+
[#2352](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2352)
127+
[#2354](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2354)
128+
[#2361](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2361)
129+
[#2353](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2353)
130+
[#2351](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2351)
131+
[#2343](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2343)
132+
[#2337](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2337)
133+
[#2336](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2336)
134+
[#2338](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2338)
135+
[#2316](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2316)
136+
[#2315](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2315)
137+
[#2314](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2314)
138+
[#2303](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2303)
139+
[#2301](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2301)
140+
[#2299](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2299)
141+
[#2291](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2291)
142+
[#2292](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2292)
143+
[#2261](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2261)
144+
[#2262](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2262)
145+
[#2260](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2260)
146+
[#2245](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2245)
147+
[#2247](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2247)
148+
[#2222](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2222)
149+
[#2223](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2223)
150+
[#2220](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2220)
151+
[#2221](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2221)
152+
[#2214](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2214)
153+
[#2206](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2206)
154+
[#2204](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2204)
155+
[#2205](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2205)
156+
[#2197](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2197)
157+
[#2175](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2175)
158+
[#2177](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2177)
159+
[#2180](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2180)
160+
[#2179](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2179)
161+
[#2173](https://github.com/metal3-io/cluster-api-provider-metal3/issues/2173)
162+
163+
</details>
164+
165+
The image for this release is: v1.10.0-beta.0
166+
Mariadb image tag is: capm3-v1.10.0-beta.0
167+
168+
_Thanks to all our contributors!_ 😊

0 commit comments

Comments
 (0)