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
10 changes: 5 additions & 5 deletions k8ssandra-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: k8ssandra-operator
version: 1.13.0
epoch: 3
version: 1.14.0
epoch: 0
description: The Kubernetes operator for K8ssandra
copyright:
- license: Apache-2.0
Expand All @@ -20,7 +20,7 @@ pipeline:
with:
repository: https://github.com/k8ssandra/k8ssandra-operator
tag: v${{package.version}}
expected-commit: 6ad0ed0d8316d7353fd75c7f64460defb3b9bd7c
expected-commit: ac9e5f19eb2c22bd6cf91a0f6411f2da6c6fd682

- uses: go/bump
with:
Expand All @@ -32,8 +32,8 @@ pipeline:
output: manager
ldflags: |
-X "main.version=${{package.version}}"
${LDFLAGS} -X "main.commit=$(git rev-parse HEAD)"
${LDFLAGS} -X "main.date=$(date +%FT%T)"
-X "main.commit=$(git rev-parse HEAD)"
-X "main.date=$(date +%FT%T)"

- uses: strip

Expand Down