Skip to content

Releases: giantswarm/kubectl-gs

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.

v2.41.0

16 Aug 14:56
c73b639
Compare
Choose a tag to compare

Added

  • Adding opsctl login support for EKS clusters.

v2.40.0

09 Aug 11:13
bb68fd8
Compare
Choose a tag to compare

Added

  • Add --login-timeout flag to control the time period of OIDC login timeout
  • Add experimental support for templating cluster-eks with provider eks.

Changed

  • Graceful failure of the login command in case workload cluster API is not known
  • Improved error message after login timeout

v2.39.0

22 Jun 19:18
80baf49
Compare
Choose a tag to compare

Breaking changes

  • Add minimal support for templating CAPZ clusters by command line parameters. This removes --cluster-config and --default-app-config parameters which required handcrafted YAML input. It leaves one consistent templating option for CAPI products (kubectl gs template cluster --provider ... --other-params).

v2.38.0

14 Jun 12:56
433faa1
Compare
Choose a tag to compare

Changed

  • App: Rename nginx-ingress-controller-app to ingress-nginx. (#1077)
  • vSphere: Fix templating. (#1079)

Fixed

  • Sanitize file passed as inputs data for config maps by stripping spaces from the right end of the lines.
    • This makes the output to use proper multi-line strings for the embedded YAML content by working around a bug in sig.k8s.io/[email protected]

v2.37.0

17 May 10:03
a86ea7a
Compare
Choose a tag to compare

Changed

  • Use non-exp apiVersion for azure machine pool types in template nodepool.

v2.36.1

17 May 09:41
a4df785
Compare
Choose a tag to compare

Fixed

  • Setting spec.config.configMap in app/<cluster-name>-default-apps for CAPZ clusters.

v2.36.0

04 May 07:48
28faddb
Compare
Choose a tag to compare

Changed

  • Add support for --proxy and --proxy-port flags to login cmd to enable proxy-url: socks5://localhost:9000 in the cluster section of the configuration added to kubeconfig
    • This is only supported for clientcert Workload Clusters

v2.35.0

17 Apr 07:40
6e4f4e5
Compare
Choose a tag to compare

Changed

  • Stop using old v1alpha3 version when using CAPI CRDs.