Skip to content

Releases: giantswarm/kubectl-gs

v2.46.0

08 Nov 12:21
fea4900
Compare
Choose a tag to compare

Added

  • Add CAPA cluster templating parameter --control-plane-load-balancer-ingress-allow-cidr-block which automatically adds NAT Gateway IPs of the MC to the allowlist

v2.45.4

08 Nov 11:27
3af7a00
Compare
Choose a tag to compare

Added

  • Added a bash script to generate self-contained kubeconfig files with client certificate for workload clusters in Vintage installations using device auth flow in Dex

v2.45.3

26 Oct 11:56
454e251
Compare
Choose a tag to compare
Release v2.45.3 (#1157)

* bump golang for zz_generated.create_release.yaml

* Release v2.45.3

* Release v2.45.3

---------

Co-authored-by: Jirka Kremser <jiri.kremser@gmail.com>

v2.45.2

26 Oct 11:13
4d530e3
Compare
Choose a tag to compare
Release v2.45.2 (#1156)

* Release v2.45.2

* Bump also go to prevent the build error during release for darwin

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>

* rand.Seed has been deprecated in go 1.20

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>

---------

Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
Co-authored-by: Jirka Kremser <jiri.kremser@gmail.com>

v2.45.1

26 Oct 07:59
66b7860
Compare
Choose a tag to compare

Changed

  • Upgrade K8s dependencies (#1149).
    • Upgrade giantswarm/k8sclient to 7.1.0.
    • Upgrade sigs.k8s.io/cluster-api to v1.5.2.
    • Migrate sigs.k8s.io/cluster-api-provider-aws to v2 (2.2.4).
    • Upgrade sigs.k8s.io/cluster-api-provider-azure to v1.11.4.
    • Upgrade sigs.k8s.io/controller-runtime to v0.16.3.
    • Upgrade github.com/coreos/go-oidc/v3 to v3.6.0.
    • Upgrade other dependencies.
    • Replace capi.ClusterLabelName with capi.ClusterNameLabel.

v2.45.0

25 Oct 09:03
b3d4808
Compare
Choose a tag to compare

Added

  • cluster template for up-to-date vsphere cluster app.

v2.44.0

16 Oct 15:44
7e529a4
Compare
Choose a tag to compare

Changed

  • Make the --organization flag visible when templating App CR.

Fixed

  • kubectl-gs login: listen only on localhost for callbacks

v2.43.0

11 Oct 06:49
f7d3fa3
Compare
Choose a tag to compare

Added

  • Support deletion prevention for kubectl gs template app command

v2.42.0

06 Oct 08:41
ab1017b
Compare
Choose a tag to compare

Fixed

  • Removed controlPlane.replicas value for CAPA since it is not supported anymore

Removed

  • Removed support for private DNS mode for proxy based CAPA clusters

v2.41.1

19 Sep 11:21
d7e5cc4
Compare
Choose a tag to compare

Changed

  • Change how login works on CAPA and gcp to use our DNS record for the k8s API when using these providers, rather than the value found in the CAPI CRs.