Skip to content
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

kine/0.13.1 package update #29770

Merged
merged 1 commit into from
Oct 1, 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
6 changes: 3 additions & 3 deletions kine.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: kine
version: 0.13.0
version: 0.13.1
epoch: 0
description: Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
copyright:
Expand All @@ -22,13 +22,13 @@ pipeline:
- uses: git-checkout
with:
destination: kine
expected-commit: a799fda415f222f1674d193bcf8de9a410147883
expected-commit: c3ee661a389622ee7d6d784692158a6b85cf2907
repository: https://github.com/k3s-io/kine
tag: v${{package.version}}

- uses: go/bump
with:
deps: go.opentelemetry.io/otel/sdk@v1.21.0 golang.org/x/net@v0.23.0
deps: go.opentelemetry.io/otel/sdk@v1.21.0
modroot: kine

- runs: |
Expand Down