Skip to content

Commit 728bd8c

Browse files
changelog for release-0.4.0 (#208)
1 parent 5860d44 commit 728bd8c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22

33
## Table of Contents
44

5+
- [v0.4.0](#v040)
6+
- [v0.4.0-rc1](#v040-rc1)
57
- [v0.3.0](#v030)
68
- [v0.3.0-rc1](#v030-rc1)
79
- [v0.2.0](#v020)
810
- [v0.2.0-rc1](#v020-rc1)
911
- [v0.1.0](#v010)
1012
- [v0.1.0-rc1](#v010-rc1)
1113

14+
## v0.4.0
15+
No changes since [v0.4.0-rc1](#v040-rc1)
16+
## Changes by Kind
17+
18+
### Other (Cleanup or Flake)
19+
20+
Fix goreleaser (#207, @subrajeet-maharana)
21+
1222
## v0.4.0-rc1
1323

1424
## Major Themes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To contribute a new provider support - please read [PROVIDER.md](PROVIDER.md).
3737
### Via go install
3838

3939
If you have a Go development environment locally, you can install ingress2gateway
40-
with `go install github.com/kubernetes-sigs/ingress2gateway@v0.3.0`
40+
with `go install github.com/kubernetes-sigs/ingress2gateway@v0.4.0`
4141

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

pkg/i2gw/ingress2gateway.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030

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

33-
var CurrentVersion = "0.3.0"
33+
var CurrentVersion = "0.4.0"
3434

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

0 commit comments

Comments
 (0)