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

argo-rollouts/1.8.0 package update #40935

Merged
merged 2 commits into from
Jan 31, 2025
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
19 changes: 14 additions & 5 deletions argo-rollouts.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
package:
name: argo-rollouts
version: 1.7.2
epoch: 4
version: "1.8.0"
epoch: 0
description: Progressive Delivery for Kubernetes
copyright:
- license: Apache-2.0

pipeline:
- uses: git-checkout
with:
expected-commit: 59e5bd385c031600f86075beb9d77620f8d7915e
expected-commit: 9c5d75d84a998bc0515caa64085bf8c23f2a41b7
repository: https://github.com/argoproj/argo-rollouts
tag: v${{package.version}}

- uses: go/bump
with:
deps: github.com/cloudflare/[email protected] github.com/hashicorp/[email protected] go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/contrib/instrumentation/net/http/[email protected] go.opentelemetry.io/otel/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] k8s.io/[email protected] k8s.io/[email protected] github.com/golang-jwt/jwt/[email protected] golang.org/x/[email protected] golang.org/x/[email protected]
deps: |-
github.com/cloudflare/[email protected]
github.com/hashicorp/[email protected]
go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected]
k8s.io/[email protected]
k8s.io/[email protected]
github.com/golang-jwt/jwt/[email protected]
golang.org/x/[email protected]
golang.org/x/[email protected]
github.com/hashicorp/[email protected]
replaces: github.com/whilp/git-urls=github.com/chainguard-dev/[email protected]

- uses: go/build
Expand All @@ -33,7 +42,7 @@ subpackages:
pipeline:
- uses: go/bump
with:
deps: github.com/cloudflare/[email protected] github.com/hashicorp/[email protected] go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] go.opentelemetry.io/contrib/instrumentation/net/http/[email protected] go.opentelemetry.io/otel/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] k8s.io/[email protected] k8s.io/[email protected]
deps: github.com/cloudflare/[email protected] github.com/hashicorp/[email protected] go.opentelemetry.io/otel/[email protected] go.opentelemetry.io/otel/exporters/otlp/otlptrace/[email protected] k8s.io/[email protected] k8s.io/[email protected] github.com/hashicorp/[email protected]
replaces: github.com/whilp/git-urls=github.com/chainguard-dev/[email protected]
- uses: go/build
with:
Expand Down
Loading