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

Commits on Nov 8, 2024

  1. upgrade sops to v3.9.1 from v3.4.0

    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 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6ee9151 View commit details
    Browse the repository at this point in the history