From b884c14a7dd2e5b684bec03f296cd9a5ac54560e Mon Sep 17 00:00:00 2001 From: Lior Lieberman Date: Wed, 21 Aug 2024 13:35:37 +0000 Subject: [PATCH] release 0.3.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19181d02..c45f312d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,34 @@ ## Table of Contents +- [v0.3.0](#v030) - [v0.3.0-rc1](#v030-rc1) - [v0.2.0](#v020) - [v0.2.0-rc1](#v020-rc1) - [v0.1.0](#v010) - [v0.1.0-rc1](#v010-rc1) +## v0.3.0 +## Major Themes +### New Notifications Package +new notifications package to provide mechanism for providers to display useful information generated during conversion process (#160, @Devaansh-Kumar) + +## Changes by Kind + +### Feature + +- Added notifications for Apisix (#176, @Devaansh-Kumar) +- Added notifications for Istio provider (#171, @Devaansh-Kumar) +- Added notifications for Kong (#173, @Devaansh-Kumar) +- Added notifications for ingress-nginx (#177, @Devaansh-Kumar) +- GCE now will display useful information generated during conversion process via the new notification package. (#169, @sawsa307) + +### Bug or Regression + +- Fix nginx canary annotation conversion (#182, @levikobi) +- Fixed an issue that when the ingress class annotation is not specified on a GKE Ingress, the translation would result in a Gateway without name. (#167, @sawsa307) + + ## v0.3.0-rc1 ## Changes by Kind diff --git a/README.md b/README.md index f53c55f2..aa1db5d7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To contribute a new provider support - please read [PROVIDER.md](PROVIDER.md). ### Via go install If you have a Go development environment locally, you can install ingress2gateway -with `go install github.com/kubernetes-sigs/ingress2gateway@v0.2.0` +with `go install github.com/kubernetes-sigs/ingress2gateway@v0.3.0` This will put `ingress2gateway` binary in `$(go env GOPATH)/bin`