Skip to content

Commit

Permalink
patch the default supported ciphers
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Wolf <josh@wolfs.io>
  • Loading branch information
joshrwolf committed Mar 19, 2024
1 parent 1f31a6c commit cda93ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion argo-cd-2.10.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: argo-cd-2.10
version: 2.10.4
epoch: 0
epoch: 1
description: Declarative continuous deployment for Kubernetes.
copyright:
- license: Apache-2.0
Expand All @@ -26,6 +26,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: f5d63a5c77d2e804e51ef94bee3db441e0789d00

- uses: patch
with:
patches: 0001-remove-deprecated-default-cipher.patch

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.17.0 github.com/cloudflare/circl@v1.3.7 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.46.1 github.com/go-jose/go-jose/v3@v3.0.3 google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4
Expand Down

0 comments on commit cda93ca

Please sign in to comment.