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

tekton-pipelines/0.56.0 package update #11474

Merged
merged 2 commits into from
Jan 19, 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
8 changes: 4 additions & 4 deletions tekton-pipelines.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: tekton-pipelines
version: 0.55.0
epoch: 3
version: 0.56.0
epoch: 0
description: A cloud-native Pipeline resource.
copyright:
- license: Apache-2.0
Expand All @@ -15,12 +15,12 @@ pipeline:
with:
repository: https://github.com/tektoncd/pipeline
tag: v${{package.version}}
expected-commit: e59ee42163de4150f8951b135cbed14bf99b61fc
expected-commit: e1c7828e0fad1006b6477a5ce0468a2a3182060b
destination: tekton

- uses: go/bump
with:
deps: github.com/docker/[email protected] golang.org/x/[email protected] github.com/containerd/[email protected] github.com/go-git/go-git/[email protected] github.com/cloudflare/[email protected]
deps: github.com/docker/[email protected] github.com/containerd/[email protected] github.com/go-git/go-git/[email protected] github.com/cloudflare/[email protected]
go-version: 1.21
modroot: tekton

Expand Down