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

chore: upgrade to SOPS v3.8.0 #201

Merged
merged 2 commits into from
Sep 18, 2023
Merged

chore: upgrade to SOPS v3.8.0 #201

merged 2 commits into from
Sep 18, 2023

Conversation

devstein
Copy link
Collaborator

@devstein devstein commented Sep 17, 2023

Closes #200

Description

Updates KSOPS to use SOPS v3.8.0

Uses the automated script to update for the new SOPS repository

find /path/to/repo -type f \( -name "*.go" -o -name "go.mod" \) -exec sed -i '' 's|go.mozilla.org/sops/v3|github.com/getsops/sops/v3|g' {} \;

@devstein devstein added the please code review Code review needed label Sep 17, 2023
@devstein devstein self-assigned this Sep 17, 2023
@dosubot dosubot bot added the kind:enhancement New feature or request label Sep 17, 2023
@devstein devstein merged commit 0e08861 into master Sep 18, 2023
3 checks passed
@devstein devstein deleted the devstein/200-upgrade-sops branch September 18, 2023 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request please code review Code review needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update SOPS
1 participant