Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Releases: GoogleCloudPlatform/k8s-multicluster-ingress

v0.4.0

16 Apr 22:26
72a4b8c
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changes:

  • Adding a remove-clusters command to remove an existing multicluster ingress from clusters (#146)
  • Storing load balancer status on url map instead of storing it on forwarding rule (#145)
  • Supporting clusters with non-default network name (#121)
  • Making --gcp-project flag optional (#138)
  • Adding more validations (#53)
  • Adding --force flag for delete command (#168)
  • Deleting ingress from clusters after deleting the GCP resources (#169)
  • Updating zone-printer app example (#165)
  • Adding a troubleshooting guide (#132)
  • Adding documentation for HTTPS ingress (#143)

Binaries available for download at:
Linux, amd64: https://storage.googleapis.com/kubemci-release/release/v0.4.0/bin/linux/amd64/kubemci
darwin (MacOSX), amd64: https://storage.googleapis.com/kubemci-release/release/v0.4.0/bin/darwin/amd64/kubemci

v0.3.0

02 Feb 21:56
1c66556
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changes:

  • Adding support for frontend HTTPS with pre shared certs (#116)
  • Fixing a bug to allow updating an ingress with --force (#110)
  • Fixing load balancer lister to not list https lb twice (#115)
  • Updating kubemci list to use kubectl tab writer printer (#114)
  • Remove duplicate update messages (#128)
  • Adding an e2e test to verify an HTTPS ingress (#100)
  • Adding an e2e test for custom health checks (#113)
  • Add test to verify that running create again works (#126)

Binaries available for download at:
Linux, amd64: https://storage.googleapis.com/kubemci-release/release/v0.3.0/bin/linux/amd64/kubemci
darwin (MacOSX), amd64: https://storage.googleapis.com/kubemci-release/release/v0.3.0/bin/darwin/amd64/kubemci

v0.2.0

14 Dec 03:33
79fc683
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes:

  • Adding support for frontend HTTPS (client to GCLB) using certs stored as secrets: #46
  • Adding a new kubemci list command to list existing multicluster ingresses: #49
  • Adding support for custom health check paths using pod readiness probes: #82
  • Adding e2e test support: #84

Binaries available for download at:
Linux, amd64: https://storage.googleapis.com/kubemci-release/release/v0.2.0/bin/linux/amd64/kubemci
darwin (MacOSX), amd64: https://storage.googleapis.com/kubemci-release/release/v0.2.0/bin/darwin/amd64/kubemci

v0.1.1

01 Dec 02:35
0042ac4
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Changes:

  • Completing support for --force for all GCP resources (#70, #71, #76, #77)
  • Adding --namespace flag: #41
  • Adding --static-ip flag: #41
  • Adding a tutorial for zone printer example: #35
  • Adding Makefile support: #62
  • Adding a demo script: #68
  • Adding a FAQs doc: #57

Binaries available for download at:
Linux, amd64: https://storage.googleapis.com/kubemci-release/release/v0.1.1/bin/linux/amd64/kubemci
darwin (MacOSX), amd64: https://storage.googleapis.com/kubemci-release/release/v0.1.1/bin/darwin/amd64/kubemci

First release

01 Nov 05:54
90ef320
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Introducing kubemci - command line tool to configure a multicluster load balancer using Google Cloud Load Balancer (GCLB).

Binary available for download at https://storage.googleapis.com/kubemci-release/release/v0.0.1/bin/linux/amd64/kubemci