Releases: kubernetes-sigs/cluster-api-provider-openstack
Release v0.10.0-rc.1
What's Changed
Full Changelog: v0.10.0-rc.0...v0.10.0-rc.1
Release v0.10.0-rc.0
What's Changed
- π± Minor improvements to api validation tests by @mdbooth in #2001
- π Document the change of instanceID in v1beta1 by @pierreprinetti in #2003
- feat: add configurable loadbalancer network by @oblazek in #1922
- π Include more device_owners when looking for a port for floating ip by @bilbobrovall in #1996
- π± Cleanup security group created by e2e test by @mdbooth in #2010
- π Don't try to resolve machine on delete if cluster not ready by @mdbooth in #2006
- Add opt to use AZ for APISeverLoadBalancer by @dulek in #2004
- π± Bump k8s dep to 0.29.3 by @mdbooth in #2014
β οΈ Allow explicitly empty volume AZ by @mdbooth in #2008- π Fix idempotent restore when setting ControlPlaneEndpoint by @mdbooth in #2011
New Contributors
- @oblazek made their first contribution in #1922
- @nguyenhuukhoi made their first contribution in #2004
Full Changelog: v0.10.0-alpha.1...v0.10.0-rc.0
Release v0.10.0-alpha.1
What's Changed
- π± Remove legacy v1alpha7 filterconvert utils by @mdbooth in #1992
- π Rules are optional in security group rules before v1beta1 by @mdbooth in #2000
- π Make floatingIPNetwork a pointer and if there's only one external network use it as default by @bilbobrovall in #1998
Full Changelog: v0.10.0-alpha.0...v0.10.0-alpha.1
Release v0.10.0-alpha.0
Breaking API Changes
v0.10.0 is a major update which brings major changes to the API.
v1alpha5 is no longer served
If you are still using v1alpha5, this will not work in v0.10.0. However, for this release only objects are still defined in the CRDs and the code is still present, so as a temporary workaround it is possible to manually edit the CRDs to set versions.served to true for v1alpha5 objects. This is not tested, and we have low confidence that this will work without problems. Some manual effort may be required to check and fix automatically converted objects.
v1alpha6 and v1alpha7 are deprecated
v1alpha6 and v1alpha7 objects will be automatically converted to v1beta during use. This is well tested. We donβt anticipate problems with these conversions.
We will stop serving and testing v1alpha6 in the next release, and v1alpha7 some time after that. You should update to use v1beta1 natively as soon as possible.
v1beta1 is released
v1beta1 marks a major update to the CAPO API. The specific changes from v1alpha7 are documented here: https://cluster-api-openstack.sigs.k8s.io/topics/crd-changes/v1alpha7-to-v1beta1
More than this, though, it marks an intention by the maintainers to stop making breaking changes. The API will continue to evolve, but we will make every effort to do this without introducing more backwards-incompatible changes.
Management cluster changes
Removal of MutatingWebhookConfiguration
CAPO no longer uses a mutating webhook, and its configuration is removed. If you upgrade your management cluster with clusterctl this will be handled correctly. If you do it manually you must ensure you remove the MutatingWebhookConfiguration capo-mutating-webhook-configuration
. If you do not you may see errors like the one in #1927.
Minimum management cluster version is now 1.25
v0.10.0 now uses https://kubernetes.io/docs/reference/using-api/cel/ for some API validations, which only became available without a feature gate in 1.25. Consequently we now require the management cluster to be at least k8s 1.25.
Highlighted new features
API Reference documentation
We now automatically publish API reference documentation! The documentation for v1beta1 can be found here: https://cluster-api-openstack.sigs.k8s.io/api/v1beta1/api
Floating IP IPAM Provider
It is now possible to allocate floating IPs for individual machines using the new Floating IP IPAM Provider documented here: https://cluster-api-openstack.sigs.k8s.io/api/v1alpha1/api#infrastructure.cluster.x-k8s.io/v1alpha1.OpenStackFloatingIPPool
Attach them to a machine via the new floatingIPPoolRef in OpenStackMachineSpec: https://cluster-api-openstack.sigs.k8s.io/api/v1beta1/api#infrastructure.cluster.x-k8s.io/v1beta1.OpenStackMachineSpec
Detailed changes
- π± Import CAPI v1.6.0 by @EmilienM in #1731
- π Revert "Move FloatingIP to Bastion spec" by @mdbooth in #1778
- π Don't apply worker SG to control plane machines by @stephenfin in #1785
β οΈ Add v1alpha8 by @EmilienM in #1782- Remove Tobias and Sean as maintainer by @tobiasgiese in #1793
- π± Update links in release docs by @lentzi90 in #1798
- π± Make it possible to use a pre-created volume type in e2e tests by @maxrantil in #1766
- π Fix potential panic during instance create by @mandre in #1803
- β¨ Add
flatcar-sysext
template to use regular Flatcar images by @tormath1 in #1776 - π Move flatcar-sysext to v1alpha8 by @EmilienM in #1812
- π± Improve method signatures of conversion functions by @mdbooth in #1813
- β¨ New API for Server Groups by @stephenfin in #1779
- β¨ New API: OpenStackCluster.Spec.ExternalNetwork by @EmilienM in #1790
- β¨ Add flags for configuring rate limits by @tobiasgiese in #1815
- π Fall back to cluster identityRef in absence of machine identityRef by @stephenfin in #1768
- π Fix patching OpenstackMachine's immutable spec during reconcile by @strudelPi in #1807
- π± change how we register scheme as per capi 1.6 by @kranurag7 in #1797
- π fix: skip port deletion when instances have no port by @dulek in #1818
- CI fixes by @mandre in #1820
- π± Bump e2e node images to v1.28.5 by @lentzi90 in #1823
- π Fix random instance port deletion by @zioc in #1753
- β¨ Change API for OpenStackMachine.Spec.Image by @EmilienM in #1796
- π± Bump controller-tools to v0.14.0 by @mdbooth in #1825
- β¨ Update CI to use OpenStack Bobcat by @EmilienM in #1804
β οΈ Move FloatingIP to Bastion spec by @mdbooth in #1824- β¨ Allow AZs to be Omitted at Runtime by @spjmurray in #1769
- π Persist API FloatingIP immediately on creation by @mdbooth in #1829
- β¨ Support BYO dual-stack Network by @MaysaMacedo in #1789
- β¨ IPAM provider for floating ips by @bilbobrovall in #1763
- e2e: remove "allow-all-in-cluster-traffic" patch by @EmilienM in #1834
- π controllers: do not return a RequeueAfter and an error at the same time by @EmilienM in #1839
- π± Enhance Tilt integration with CAPO using a ClusterClass template by @maxrantil in #1833
- π Fill up OpenStack cluster ReferencedResources with Image ID by @EmilienM in #1845
- π± Update the dev-test ClusterClass by @lentzi90 in #1848
β οΈ Convert ServerMetadata from a map to a list by @mdbooth in #1828- π± Decrease number of machines in e2e tests by @lentzi90 in #1849
- Migrate Dockerfile to use golang 1.21 to match go.mod in project by @huxcrux in #1857
- πFix a stacktrace in LB logic by removing listener name from an error message when not set by @huxcrux in #1853
- π± test: bump Flatcar version by @tormath1 in #1858
- fix: fix the block device type name in doc by @okozachenko1203 in #1865
- π api: openstackcluster.status default to false by @EmilienM in #1842
- π Adds Kind to ipaddress pool name index by @bilbobrovall in #1864
- β¨ add TLS configuration flags by @tuminoid in #1867
- OpenstackFloatingIPPool: Adds popped ip to claimedIPs #1869 by @bilbobrovall in #1870
- πMake sure that allowedCidrs lists are compared correctly to avoid patching LB listener when not needed by @huxcrux in #1854
- π Prevent the bastion to be removed before it's been disabled by @EmilienM in #1866
- β¨ Move subnet options to SubnetSpec by @dulek in #1856
- β¨ Bump Go to 1.22.0 by @EmilienM in #1877
- π Fix cluster network cleanup by @dulek in #1880
- π Ignore...
Release v0.9.0
What's Changed
β οΈ Bump Go to 1.20.10 by @EmilienM in #1740- β¨ Additional data volumes for machines by @mkjpryor in #1668
- β¨ Add server name for the Machine InternalDNS by @MaysaMacedo in #1715
- β¨ Add option to customize private network MTU by @alexandrevilain in #1701
- β¨ Add cache on provider scope by @alexandrevilain in #1688
- β¨ Use kustomize new syntax for patches by @mquhuy in #1735
- β¨ Add ephemeral storage support to the AdditionalBlockDevices by @EmilienM in #1696
- β¨remove flavor check to relief restrictions to CPU by @jichenjc in #1745
- π Only delete all ports when deleting cluster network by @mdbooth in #1680
- π Don't remove BYO api server loadbalancer floating IP by @alexandrevilain in #1728
- πFix missing endpoint type in OpenStack endpoint clients configuration by @teran in #1744
- π Update e2e testing image of CAPI version from 1.5.0 to 1.5.1 by @maxrantil in #1754
- π Verify success of parsing OpenStack cloud cacert by @MaysaMacedo in #1770
- π Clarify release notes content for releases and pre-releases by @wwentland in #1678
- π Fix network-related docs for API v1alpha7 by @stephenfin in #1764
- π± Remove defaulter-gen by @mdbooth in #1677
- π± Update Gophercloud to 1.7.0 by @EmilienM in #1682
- π± Move webhook CA injection into webhook resource by @mdbooth in #1686
- π± gitignore: ignore vendor/ directory by @EmilienM in #1690
- π± Bump ginkgo by @stephenfin in #1705
- π± Build setup-envtest in hack/tools by @mdbooth in #1707
- π± Ignore vendor directories in boilerplate check by @mdbooth in #1709
- π± Allow custom KUBEBUILDER_ASSETS_DIR in tests by @mdbooth in #1710
- π± Add explicit dependency on github.com/golang/mock/mockgen/model by @mdbooth in #1712
- π± Bump devstack image to ubuntu 22.04 by @lentzi90 in #1716
- π± ci: Several CI fixes by @mdbooth in #1718
- π± ci: bump Flatcar tested version by @tormath1 in #1713
- π± E2e: Use pre-build node images by @lentzi90 in #1699
- π± Ignore go workspaces by @mdbooth in #1724
- π± e2e: dump cinder volumes by @EmilienM in #1722
- π± Replace kustomize vars with replacements by @mdbooth in #1726
- π± Use k8s v1.28 in tests by @lentzi90 in #1723
- π± Enable k8s upgrade in self hosted test by @lentzi90 in #1732
- π± deps: Bump dependencies by @pierreprinetti in #1733
- π± Fix log message typo by @lishaokai1995 in #1758
- π± Remove Containerfile and Dockerfile experimental by @mdbooth in #1760
- π± Bump version artifacts for release-0.9 by @mdbooth in #1775
- π± Import CAPI v1.6.0 by @EmilienM in #1780
New Contributors
- @teran made their first contribution in #1744
- @maxrantil made their first contribution in #1754
- @lishaokai1995 made their first contribution in #1758
Full Changelog: v0.8.0...v0.9.0
Release v0.9.0-rc.1
What's Changed
β οΈ Bump Go to 1.20.10 by @EmilienM in #1740- β¨ Additional data volumes for machines by @mkjpryor in #1668
- β¨ Add server name for the Machine InternalDNS by @MaysaMacedo in #1715
- β¨ Add option to customize private network MTU by @alexandrevilain in #1701
- β¨ Add cache on provider scope by @alexandrevilain in #1688
- β¨ Use kustomize new syntax for patches by @mquhuy in #1735
- β¨ Add ephemeral storage support to the AdditionalBlockDevices by @EmilienM in #1696
- β¨remove flavor check to relief restrictions to CPU by @jichenjc in #1745
- π Only delete all ports when deleting cluster network by @mdbooth in #1680
- π Don't remove BYO api server loadbalancer floating IP by @alexandrevilain in #1728
- πFix missing endpoint type in OpenStack endpoint clients configuration by @teran in #1744
- π Update e2e testing image of CAPI version from 1.5.0 to 1.5.1 by @maxrantil in #1754
- π Verify success of parsing OpenStack cloud cacert by @MaysaMacedo in #1770
- π Clarify release notes content for releases and pre-releases by @wwentland in #1678
- π Fix network-related docs for API v1alpha7 by @stephenfin in #1764
- π± Remove defaulter-gen by @mdbooth in #1677
- π± Update Gophercloud to 1.7.0 by @EmilienM in #1682
- π± Move webhook CA injection into webhook resource by @mdbooth in #1686
- π± gitignore: ignore vendor/ directory by @EmilienM in #1690
- π± Bump ginkgo by @stephenfin in #1705
- π± Build setup-envtest in hack/tools by @mdbooth in #1707
- π± Ignore vendor directories in boilerplate check by @mdbooth in #1709
- π± Allow custom KUBEBUILDER_ASSETS_DIR in tests by @mdbooth in #1710
- π± Add explicit dependency on github.com/golang/mock/mockgen/model by @mdbooth in #1712
- π± Bump devstack image to ubuntu 22.04 by @lentzi90 in #1716
- π± ci: Several CI fixes by @mdbooth in #1718
- π± ci: bump Flatcar tested version by @tormath1 in #1713
- π± E2e: Use pre-build node images by @lentzi90 in #1699
- π± Ignore go workspaces by @mdbooth in #1724
- π± e2e: dump cinder volumes by @EmilienM in #1722
- π± Replace kustomize vars with replacements by @mdbooth in #1726
- π± Use k8s v1.28 in tests by @lentzi90 in #1723
- π± Enable k8s upgrade in self hosted test by @lentzi90 in #1732
- π± deps: Bump dependencies by @pierreprinetti in #1733
- π± Fix log message typo by @lishaokai1995 in #1758
- π± Remove Containerfile and Dockerfile experimental by @mdbooth in #1760
- π± Bump version artifacts for release-0.9 by @mdbooth in #1775
- π± Import CAPI v1.6.0 by @EmilienM in #1780
New Contributors
- @teran made their first contribution in #1744
- @maxrantil made their first contribution in #1754
- @lishaokai1995 made their first contribution in #1758
Full Changelog: v0.8.0...v0.9.0-rc.0
v0.9.0-rc.0
β οΈ π¨DO NOT USE THIS RELEASEπ¨β οΈ
The removal of FloatingIP from the machine spec is a breaking change which requires a new API version that is not in this release. We will revert this change and introduce v1alpha8 in the next release.
Using this release in production may leave OpenStackMachine objects in an inconsistent state in etcd. Upgrades to or from this release will not be supported.
What's Changed
β οΈ Bump Go to 1.20.10 by @EmilienM in #1740β οΈ Move FloatingIP to Bastion spec by @EmilienM in #1739- β¨ Additional data volumes for machines by @mkjpryor in #1668
- β¨ Add server name for the Machine InternalDNS by @MaysaMacedo in #1715
- β¨ Add option to customize private network MTU by @alexandrevilain in #1701
- β¨ Add cache on provider scope by @alexandrevilain in #1688
- β¨ Use kustomize new syntax for patches by @mquhuy in #1735
- β¨ Add ephemeral storage support to the AdditionalBlockDevices by @EmilienM in #1696
- β¨remove flavor check to relief restrictions to CPU by @jichenjc in #1745
- π Only delete all ports when deleting cluster network by @mdbooth in #1680
- π Don't remove BYO api server loadbalancer floating IP by @alexandrevilain in #1728
- πFix missing endpoint type in OpenStack endpoint clients configuration by @teran in #1744
- π Update e2e testing image of CAPI version from 1.5.0 to 1.5.1 by @maxrantil in #1754
- π Verify success of parsing OpenStack cloud cacert by @MaysaMacedo in #1770
- π Clarify release notes content for releases and pre-releases by @wwentland in #1678
- π Fix network-related docs for API v1alpha7 by @stephenfin in #1764
- π± Remove defaulter-gen by @mdbooth in #1677
- π± Update Gophercloud to 1.7.0 by @EmilienM in #1682
- π± Move webhook CA injection into webhook resource by @mdbooth in #1686
- π± gitignore: ignore vendor/ directory by @EmilienM in #1690
- π± Bump ginkgo by @stephenfin in #1705
- π± Build setup-envtest in hack/tools by @mdbooth in #1707
- π± Ignore vendor directories in boilerplate check by @mdbooth in #1709
- π± Allow custom KUBEBUILDER_ASSETS_DIR in tests by @mdbooth in #1710
- π± Add explicit dependency on github.com/golang/mock/mockgen/model by @mdbooth in #1712
- π± Bump devstack image to ubuntu 22.04 by @lentzi90 in #1716
- π± ci: Several CI fixes by @mdbooth in #1718
- π± ci: bump Flatcar tested version by @tormath1 in #1713
- π± E2e: Use pre-build node images by @lentzi90 in #1699
- π± Ignore go workspaces by @mdbooth in #1724
- π± e2e: dump cinder volumes by @EmilienM in #1722
- π± Replace kustomize vars with replacements by @mdbooth in #1726
- π± Use k8s v1.28 in tests by @lentzi90 in #1723
- π± Enable k8s upgrade in self hosted test by @lentzi90 in #1732
- π± deps: Bump dependencies by @pierreprinetti in #1733
- π± Fix log message typo by @lishaokai1995 in #1758
- π± Remove Containerfile and Dockerfile experimental by @mdbooth in #1760
- π± Bump version artifacts for release-0.9 by @mdbooth in #1775
New Contributors
- @teran made their first contribution in #1744
- @maxrantil made their first contribution in #1754
- @lishaokai1995 made their first contribution in #1758
Full Changelog: v0.8.0...v0.9.0-rc.0
Release v0.8.0
β οΈ Major breaking changes since v0.7.z
-
API versions v1alpha3 and v1alpha4 are removed in this version and no longer work at all. Any configurations using v1alpha3 or v1alpha4 MUST be updated to use at least v1alpha5 before upgrading.
-
There are numerous breaking API changes in v1alpha7. Most of these can be updated automatically, but Removal of networks may require manual action prior to upgrade in certain cases. Please read the linked documentation carefully prior to upgrade.
-
The minimum required version of OpenStack is now Queens.
β οΈ Deprecation warning
- API version v1alpha5 is deprecated in this release. It will no longer be
served in release 0.9, and removed entirely in a future release.
What's Changed since v0.8.0-beta.0
New Features
- β¨Allow changing allowAllInClusterTraffic in a deployed cluster by @okozachenko1203 in #1663
Minor changes
- π±Bump CAPI to v1.5.1 by @mdbooth in #1666
- π±avoid duplicate error event by @jichenjc in #1655
- π±Fix various issues with CRD generation by @mdbooth in #1669
- π±Set failure only on instance error when no nodeRef by @mquhuy in #1637
- π± Add test for getOrCreate by @lentzi90 in #1673
Documentation updates
New Contributors
- @okozachenko1203 made their first contribution in #1663
- @mquhuy made their first contribution in #1637
Full Changelog: v0.8.0-beta.0...v0.8.0
Release v0.8.0-beta.0
Changes since v0.8.0-alpha.0
Bugs fixed
- π remove subnet from the output in
kubectl get
by @jichenjc in #1609 - π Remove APIServerLoadBalancer.Provider Up Conversion by @ching-kuo in #1642
- π Fix application credential support in env.rc by @wwentland in #1646
- π Fix Port Leaks by @spjmurray in #1648
- π fix port cleanup when using CAPO-created cluster network by @jichenjc in #1651
- πFix failing clusterctl upgrade test by @mdbooth in #1659
- πFix failing clusterctl upgrade test (second attempt) by @mdbooth in #1661
- π Fix panic on delete before cluster is initialised by @mdbooth in #1657
- π Don't fail when deleting non-existing port by @jichenjc in #1660
- π Fix v1alpha6 -> v1alpha7 idempotence by @mdbooth in #1626
New features
- β¨ Allow Use of Public CAs by @spjmurray in #1610
- β¨ Update to CAPI 1.5 by @mdbooth in #1600
- β¨ chore: use capo cluster agent for API requests by @mnaser in #1614
- β¨ Add support to IPv6 in Machine's status by @MaysaMacedo in #1633
- β¨ Add
--version
flag by @stephenfin in #1641
Numerous fixes and updates to structured logging
- π± Migrating /pkg/cloud/services/loadbalancer/loadbalancer.go and /controllers/openstackmachine_controller.go to structured logging by @anastaruno in #1621
- π±Migrate controllers/openstackcluster_controller.go to structured logging by @sophiajwitt in #1630
- π± Migrate pkg/cloud/services/networking/network.go and router.go to structured logging by @jddaggett in #1624
- π± Update verbosity levels in instance.go by @skylerxhu in #1635
- π±Structured logging migration of instance.go, service.go, floatingip.go, and securitygroups.go by @skylerxhu in #1631
Minor changes
- π± ci: bump flatcar to latest stable by @tormath1 in #1607
- π± Simplify types of Instance.SecurityGroup and Instance.Networks by @mdbooth in #1625
- π± Bump golangci-lint to 1.54.2 by @mdbooth in #1652
Documentation updates
- π Add link to book in README by @mdbooth in #1602
- π Fix APIVersion to use existing router with OpenStackCluster by @Krast76 in #1638
New Contributors
- @MaysaMacedo made their first contribution in #1633
- @anastaruno made their first contribution in #1621
- @sophiajwitt made their first contribution in #1630
- @jddaggett made their first contribution in #1624
- @Krast76 made their first contribution in #1638
- @skylerxhu made their first contribution in #1635
Full Changelog: v0.8.0-alpha.0...v0.8.0-beta.0
Release v0.8.0-alpha.0
β οΈ Major breaking changes since v0.7.z
-
API versions v1alpha3 and v1alpha4 are removed in this version and no longer work at all. Any configurations using v1alpha3 or v1alpha4 MUST be updated to use at least v1alpha5 before upgrading.
-
There are numerous breaking API changes in v1alpha7. Most of these can be updated automatically, but Removal of networks may require manual action prior to upgrade in certain cases. Please read the linked documentation carefully prior to upgrade.
-
The minimum required version of OpenStack is now Queens.
β οΈ Deprecation warning
- API version v1alpha5 is deprecated in this release. It will no longer be
served in release 0.9, and removed entirely in a future release.
Changes since v0.7.z
β οΈ Breaking Changes
- Update NetworkStatus ready for dual stack (#1577)
- Remove ProjectID from PortOpts (#1575)
- Transform
Profile
into an interface (#1560) - Remove last uses of TenantID and pagination filters (#1563)
- Replace SubnetParam with SubnetFilter (#1559)
- Replace SecurityGroupParam with SecurityGroupFilter (#1557)
- Remove PortOpts.SecurityGroups (#1516)
- Remove Networks (#1518)
- Remove v1alpha3 and v1alpha4 (#1527)
- flatcar: make external-cloud-provider-flatcar the default one (#1522)
- Deprecate In-tree Cloud Provider (#1514)
- Remove OpenStackMachineSpec.Subnet (#1504)
- Add v1alpha7 (#1497)
β¨ New Features
- Allowing update of OpenstackCluster API server fixed IP (#1590)
- Add additional sec group rule for additionalPorts of LB (#1592)
- Support propagate uplink status (#1481)
- Infer port network from subnet (#1519)
- Add RouterName for use existing router (#1370)
- Add Octavia OVN Provider Support (#1501)
- templates: add flatcar template (#1444)
- Support value specs for Ports (#1452)
- Add Tags to API-Loadbalancer resources (#1457)
- add explicit securitycontext to controller (#1461)
- Add ca-cert flag to supply a default ca certificate for each requests (#1440)
- Bump CAPI to v1.3.0 (#1406)
- Bump CAPI to v1.3.1 (#1424)
π Bug Fixes
- Fix deadlock when deleting cluster before machines (#1579)
- Always filter cluster subnets by cluster network ID (#1572)
- Patch: Backport Provider to v1alpha6 (#1530)
- Improve
env.rc
andcreate_cloud_conf.sh
templates (#1381) - e2e: refresh packages list before install containerd (#1507)
- fix: allow using multiattach volume types (#1498)
- Switch to "4" instead of "ipip" for rules (#1489)
- Fix Provisioning to Unavailable AZs (#1479)
- uplift golang and x/net (#1482)
- Return from reconciler after adding finalizer (#1464)
- Fix Tilt by adding CAPO label in tilt-provider.json (#1430)
- fix nil-pointer in initial reconciliation loop with empty status field (#1445)
- uplift x/net to 0.4.0 (#1427)
- Update Ubuntu, CirrOS & Amphora image (#1408)
- do not set failure reason/message when LB not created (#1591)
- Restore APIServerLoadBalancer.Provider on up-conversion (#1517)
- fix: fix typo of worker rules and controller rules (#1492)
- Fix "internal ip doesn't exist (yet)" in e2e logs (#1474)
- check flavor and reject CPUs less than 2 (#1451)
π± Others
- Add metadata for release 0.8 (#1601)
- E2e: Unify machine log collection (#1595)
- E2e: Bump the tested Kubernetes versions (#1594)
- E2e: Implement LogCollector interface (#1581)
- Replace github.com/pkg/errors (#1585)
- dependencies: Bump Go stdlib (#1584)
- Bump Kubernetes version used in e2e tests (#1571)
- E2e: Bump clusterctl upgrade to start from v0.7.2 (#1568)
- Set provider ID through kubelet in ubuntu templates (#1551)
- Deprecate v1alpha5 (#1561)
- bump docker distribution to 2.8.2+incompatible (#1562)
- Remove unused fields from ExternalNetwork (#1555)
- Remove PortOpts from Network (#1550)
- Reduce the Bastion status to only fields which are used (#1546)
- Remove creation of 2 Events for the same event (#1531)
- ci: bump flatcar to latest major stable (#1524)
- bump docker to 20.10.24+incompatible (#1525)
- pull cluster-api@v1.4.1 (#1521)
- Bump gophercloud to v1.3.0 (#1520)
- Un-pointer PortOpts.SecurityGroups (#1511)
- Add fuzzy conversion tests for v1alpha6 (#1509)
- Bump gophercloud to v1.2.0 (#1463)
- Add e2e self hosted test (#1428)
- Bump ginkgo to v2.7.0 and sync with hack/tools (#1460)
- Use newer containerd in e2e tests (#1456)
- E2e: Use plain ubuntu cloud image (#1441)
- Add log to provide more info in case error happen (#1443)
- Be more robust when checking gophercloud errors in IsNotFound (#1432)
- e2e: Change logging to avoid use of By (#1417)
- Remove It block from clusterctl upgrade (#1412)
- Release 0.7 patches (#1405)
- Use dl.k8s.io instead of kubernetes-release bucket (#1542)
- Fix OWNERS_ALIASES syntax error (#1543)
- Update external approvers (#1536)
- Update linter to v1.52.2 (#1534)
- Remove the resource and machine tickers from e2e tests (#1471)
- Fix boilerplate linter (#1473)
- Download golangci-lint instead of building it (#1470)
- Add e2e remediation tests (#1380)
- Envtest mocks (#1236)
π Additionally, there have been 6 contributions to our documentation and book. (#1515, #1503, #1500, #1467, #1454, #1418)
Contributors
Thanks to our first time contributors in this release:
- @alexandrevilain
- @bengentil
- @ching-kuo
- @dhnikolas
- @EmilienM
- @prometherion
- @qeqar
- @ratnopamc
- @skatsaounis
- @tormath1
- @wwentland
Thanks to @lentzi90, who became a project maintainer during this release.
Thanks to @dulek, who because a project reviewer during this release.
And of course:
Thanks to all our contributors! π