Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions k8s_gateway.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: k8s_gateway
version: "1.4.0"
version: "1.5.0"
epoch: 0
description: A CoreDNS plugin to resolve all types of external Kubernetes resources
copyright:
Expand All @@ -17,7 +17,7 @@ pipeline:
with:
repository: https://github.com/k8s-gateway/k8s_gateway
tag: v${{package.version}}
expected-commit: 1e90901b8f14b13ac5d9c64595267fc9a9236552
expected-commit: e74a64252b2cac1223f5ec91d87c7f2fd890d659

- uses: go/build
with:
Expand Down
Loading