Skip to content

Commit

Permalink
changelog for release-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorLieberman committed Jan 17, 2025
1 parent a3d9361 commit 1c924e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@

## Table of Contents

- [v0.4.0](#v040)
- [v0.4.0-rc1](#v040-rc1)
- [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.4.0
No changes since [v0.4.0-rc1](#v040-rc1)
## Changes by Kind

### Other (Cleanup or Flake)

Fix goreleaser (#207, @subrajeet-maharana)

## v0.4.0-rc1

## Major Themes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.3.0`
with `go install github.com/kubernetes-sigs/ingress2gateway@v0.4.0`

This will put `ingress2gateway` binary in `$(go env GOPATH)/bin`

Expand Down
2 changes: 1 addition & 1 deletion pkg/i2gw/ingress2gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (

const GeneratorAnnotationKey = "gateway.networking.k8s.io/generator"

var CurrentVersion = "0.3.0"
var CurrentVersion = "0.4.0"

func ToGatewayAPIResources(ctx context.Context, namespace string, inputFile string, providers []string, providerSpecificFlags map[string]map[string]string) ([]GatewayResources, map[string]string, error) {
var clusterClient client.Client
Expand Down

0 comments on commit 1c924e4

Please sign in to comment.