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

upgrade sops to v3.9.1 from v3.4.0 #997

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

upgrade sops to v3.9.1 from v3.4.0 #997

wants to merge 1 commit into from

Conversation

jmhodges
Copy link
Contributor

@jmhodges jmhodges commented Sep 20, 2024

This upgrades sops from v3.4.0 to v3.9.1.

A variety of corrections and improvements have happened since the sops
version we've been shipping on. The most obvious change is the new Go
modules package path.

A number of deprecated, archived, and unused transitive dependencies
were also removed by this upgrade. Seeing autograph stuck on those
unmaintained dependencies (like the v1 aws libraries) through the sops
dependency was the inspiration for this. New transitive deps were added,
per usual.

This patch was created by replacing the sops imports with the new ones
in main.go, and then running:

$ go mod tidy
$ go mod vendor

This upgrades sops from v3.4.0 to v3.9.1.

A variety of corrections and improvements have happened since the sops
version we've been shipping on. The most obvious change is the new Go
modules package path.

A number of deprecated, archived, and unused transitive dependencies
were also removed by this upgrade. Seeing autograph stuck on those
unmaintained dependencies (like the v1 aws libraries) through the sops
dependency was the inspiration for this. New transitive deps were added,
per usual.

This patch was created by replacing the sops imports with the new ones
in main.go, and then running:

```
$ go mod tidy
$ go mod vendor
```
@jmhodges jmhodges changed the title upgrade sops to v3 upgrade sops to v3.9.1 from v3.4.0 Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant