Skip to content

Commit 52450e4

Browse files
Merge pull request #2679 from Nordix/release-notes-1.11.0-alpha.0
🚀 Release v1.11.0-alpha.0
2 parents 55de608 + 94adcba commit 52450e4

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

releasenotes/v1.11.0-alpha.0.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
<!-- markdownlint-disable no-inline-html line-length -->
2+
# Changes since v1.10.0
3+
4+
## :warning: Breaking Changes
5+
6+
- Remove metal3datatemplate template reference (#2265)
7+
- Remove webhooks from api folder (#2582)
8+
9+
:rotating_light: This is a ALPHA RELEASE. Use it only for testing purposes.
10+
If you find any bugs, file an [issue](https://github.com/metal3-io/cluster-api-provider-metal3/issues/new/).
11+
12+
<details>
13+
<summary>More details about the release</summary>
14+
15+
## :sparkles: New Features
16+
17+
- Add parameters blob for bond network interface definition (#2555)
18+
- Refactor setting ProviderID (#2365)
19+
20+
## :bug: Bug Fixes
21+
22+
- Fix trying to patch Metal3Data if it is deleted (#2666)
23+
- Fix set-manifest-image rule (#2617)
24+
25+
## :book: Documentation
26+
27+
- update docs/releasing.md on dependabot configs (#2637)
28+
- Update docs for release 1.10 (#2547)
29+
30+
## :seedling: Others
31+
32+
- Bump golang to v1.24.5 (#2677)
33+
- Bump capi to 1.11.0-beta.2 (#2669)
34+
- Bump the kubernetes group across 4 directories with 6 updates (#2672)
35+
- Bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible in /test (#2675)
36+
- Bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /test (#2676)
37+
- Enable govet shadow variables (#2627)
38+
- Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (#2660)
39+
- Bump the capi to v1.10.4 in fake-apiserver go module (#2664)
40+
- Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 (#2661)
41+
- Bump sigs.k8s.io/kustomize/kustomize/v5 from 5.7.0 to 5.7.1 in /hack/tools (#2662)
42+
- Bump capi to v1.11.0-alpha.2 (#2638)
43+
- Bump the kubernetes group across 5 directories with 6 updates (#2649)
44+
- Change deprecated ginkgo functionality (#2640)
45+
- Bump sigs.k8s.io/kustomize/api from 0.19.0 to 0.20.0 in /test (#2643)
46+
- Bump the github-actions group with 3 updates (#2639)
47+
- Limit API listing to 200 at a time via pagination (#2646)
48+
- Bump sigs.k8s.io/kustomize/kyaml from 0.19.0 to 0.20.0 in /test (#2642)
49+
- Bump sigs.k8s.io/kustomize/kustomize/v5 from 5.6.0 to 5.7.0 in /hack/tools (#2641)
50+
- Bump github.com/docker/docker from 28.3.0+incompatible to 28.3.2+incompatible in /test (#2650)
51+
- Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in /test (#2636)
52+
- Bump github.com/docker/docker from 28.2.2+incompatible to 28.3.0+incompatible in /test (#2635)
53+
- Adopt md_rollout test from CAPI (#2584)
54+
- Bump the kubernetes group to v0.32.6 (#2632)
55+
- Bump IRSO to v0.4.0 in /test (#2634)
56+
- Adopt md_scale test from CAPI (#2606)
57+
- Bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 (#2633)
58+
- Fix deleting BMHs in md_remediation (#2618)
59+
- Bump github.com/metal3-io/cluster-api-provider-metal3/api from 1.10.0 to 1.10.1 in /hack/fake-apiserver (#2626)
60+
- Bump CAPI to v1.10.3 (#2624)
61+
- Uplift Kubernetes to 1.33 in envtest (#2535)
62+
- E2E: longer timeout for cert-manager (#2615)
63+
- Bump github.com/metal3-io/cluster-api-provider-metal3 from 1.10.0 to 1.10.1 in /hack/fake-apiserver (#2625)
64+
- Fixing remediation tests (#2616)
65+
- nilnil linter (#2579)
66+
- bump golang to 1.24.4 (#2609)
67+
- fix ephemeral worker/cp count (#2607)
68+
- Bump golang.org/x/crypto from 0.38.0 to 0.39.0 in /test (#2604)
69+
- Fix image source when running E2E tests from ironic-image or BMO (#2559)
70+
- Adopt k8s conformance test from CAPI (#2568)
71+
- Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 in /test (#2598)
72+
- Add vars for feature tests and improve the script (#2596)
73+
- remove obsolete markdownlinkcheck config (#2597)
74+
- Use reusable link-checks and add .lycheeignore (#2594)
75+
- Bump github.com/metal3-io/baremetal-operator/apis from 0.10.1 to 0.10.2 in /test (#2590)
76+
- Bump github.com/metal3-io/baremetal-operator/apis from 0.10.1 to 0.10.2 in /hack/fake-apiserver (#2589)
77+
- Bump github.com/docker/docker from 28.2.0+incompatible to 28.2.2+incompatible in /test (#2591)
78+
- Bump github.com/metal3-io/baremetal-operator/apis from 0.10.1 to 0.10.2 (#2588)
79+
- Apply BMH from CAPM3 e2e feature tests (#2583)
80+
- Bump the kubernetes group v0.32.5 (#2561)
81+
- Bump the github-actions group with 2 updates (#2581)
82+
- Bump github.com/go-logr/logr from 1.4.2 to 1.4.3 (#2575)
83+
- Bump CAPI to v1.10.2 (#2562)
84+
- Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.0+incompatible in /test (#2576)
85+
- Updating main branch clusterctl tests (#2560)
86+
- Bump golang to v1.24 (#2569)
87+
- Apply BMH from CAPM3 during test and skip BMH creation from dev-env (#2505)
88+
- Fix ipam deploy in clusterctl tests (#2554)
89+
- Enable exhaustive linter (#2544)
90+
- Fix typo in bmo deployment overlay kustomization file name (#2556)
91+
- Bump CAPI to v1.10.1 (#2537)
92+
- Bump github.com/metal3-io/cluster-api-provider-metal3 from 1.9.3 to 1.10.0 in /hack/fake-apiserver (#2538)
93+
- Bump golang.org/x/net from 0.39.0 to 0.40.0 (#2549)
94+
- Bump github.com/metal3-io/cluster-api-provider-metal3/api from 1.10.0-beta.0 to 1.10.0 in /hack/fake-apiserver (#2539)
95+
- Bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 in /hack/tools (#2550)
96+
- E2E: Use cert-manager version from config (#2528)
97+
- Add support for 1.11 in e2e (#2536)
98+
- Bump the github-actions group with 5 updates (#2540)
99+
- Change Kubernetes version in e2e tests (#2534)
100+
- add dependabot config for release-1.10 (#2527)
101+
102+
</details>
103+
104+
The image for this release is: v1.11.0-alpha.0
105+
Mariadb image tag is: capm3-v1.11.0-alpha.0
106+
107+
_Thanks to all our contributors!_ 😊

0 commit comments

Comments
 (0)