Skip to content

k8ssandra-operator/1.14.0 package update #16168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 5, 2024
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