Skip to content

Commit 8e9285d

Browse files
committed
release: k8s_gateway v0.9.1
1 parent f5e8642 commit 8e9285d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/k8s-gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: k8s-gateway
33
description: A fork of the k8s_gateway CoreDNS plugin with added functionalities
44
type: application
5-
version: 3.4.1
6-
appVersion: 0.9.0
5+
version: 3.4.2
6+
appVersion: 0.9.1
77
maintainers:
88
- email: guillaume@pinax.network
99
name: Guillaume

charts/k8s-gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: ghcr.io
33
repository: pinax-network/k8s_gateway
4-
tag: v0.9.0
4+
tag: v0.9.1
55
pullPolicy: IfNotPresent
66

77
# Delegated domain

cmd/coredns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var dropPlugins = map[string]bool{
1616
"k8s_external": true,
1717
}
1818

19-
const pluginVersion = "0.9.0"
19+
const pluginVersion = "0.9.1"
2020

2121
func init() {
2222
var directives []string

0 commit comments

Comments
 (0)