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
8 changes: 4 additions & 4 deletions containerd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: containerd
version: 1.7.14
epoch: 2
version: 1.7.15
epoch: 0
description: An open and reliable container runtime
copyright:
- license: Apache-2.0
Expand All @@ -27,13 +27,13 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: dcf2847247e18caba8dce86522029642f60fe96b
expected-commit: 926c9586fe4a6236699318391cd44976a98e31f1
repository: https://github.com/containerd/containerd
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.17.0 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.46.0 go.opentelemetry.io/otel/sdk@v1.20.0 google.golang.org/protobuf@v1.33.0
deps: golang.org/x/crypto@v0.17.0 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.46.0 go.opentelemetry.io/otel/sdk@v1.20.0

- runs: |
make VERSION="v${{package.version}}"
Expand Down