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(deps): Bump go.mozilla.org/sops/v3 from 3.7.1 to 3.7.2 #576

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2022

Bumps go.mozilla.org/sops/v3 from 3.7.1 to 3.7.2.

Release notes

Sourced from go.mozilla.org/sops/v3's releases.

v3.7.2

Changes:

  • README updates (#861, #860)
  • Various test fixes (#909, #906, #1008)
  • Added Linux and Darwin arm64 releases (#911, #891)
  • Upgrade to go v1.17 (#1012)
  • Support SOPS_AGE_KEY environment variable (#1006)

Bug Fixes

  • Make sure comments in yaml files are not duplicated (#866)
  • Make sure configuration file paths work correctly relative to the config file in us (#853)

Commits

  • [e98451e]: Remove unused age code (Hidde Beydals) #842
  • [2395f07]: small release workflow fix (AJ Bahnken)
  • [c5b1298]: Match file path relative to config file's directory (2) (#853) (Paulo Lieuthier) #853
  • [7626399]: fix missing argument in encrypting with age section (#860) (Damien Léger) #860
  • [3acf53e]: Correct path to age keys.txt in documentation (#861) (Alexey Odinokov) #861
  • [5af8e63]: Prevent comment duplication. (#866) (Felix Fontein) #866
  • [688fa22]: Remove SOPS_GPG_KEYSERVER reference in README.rst (Enrico204) #883
  • [02d57ca]: Tests should not fail fast (ikedam) #909
  • [6130ffe]: Use the key of release@mozilla.com for the unit test (#882) (#906) (ikedam) #906
  • [56bbf84]: Added support for go 1.16 and darwin-arm64 (Nikola Milojević) #911
  • [f6e9891]: fix a typo (brant4test) #967
  • [086c11d]: Support SOPS_AGE_KEY environment variable (Christian Hoffmeister) #1006
  • [a98768b]: Fix flakey test run on OSX (Alex Castle) #1008
  • [6bfd72d]: Merge remote-tracking branch 'origin/develop' into sops-age-key-env (Christian Hoffmeister) #1006
  • [dc2267e]: Upgrade to go 1.17 (AJ Bahnken) #1012
  • [076f295]: rm extra whitespace in CircleCI config (AJ Bahnken) #1012
  • [7f503bc]: Upgrade release job to go 1.17 (AJ Bahnken) #1012
  • [4bd3e5a]: Update pip package name in Dockerfile (AJ Bahnken) #1012
  • [b7c58e4]: Move age environment variable names to constants (Christian Hoffmeister) #1006
  • [684d338]: Merge branch 'develop' of https://github.com/mozilla/sops into mozilla-develop (Nikola Milojević) #911
  • [0cfcae6]: Merge branch 'mozilla-develop' into develop (Nikola Milojević) #911
  • [dff9c31]: Merge branch 'develop' into sops-age-key-env (AJ Bahnken) #1006
  • [c586534]: Change labeling and upload linux arm64 (AJ Bahnken) #1014
  • [d6bc216]: README and author tweaks (AJ Bahnken) #1016
  • [822ce48]: Add arm64 .deb and .rpm builds (Janis Peisenieks) #891
  • [baec2a5]: Merge branch 'develop' into feature/testsSholdNotFailFast (ikedam) #909
  • [035672f]: prep v3.7.2 (AJ Bahnken) #1020
  • [b67c7a7]: Fixed CHANGELOG formatting (AJ Bahnken) #1020
Changelog

Sourced from go.mozilla.org/sops/v3's changelog.

3.7.2

Changes:

  • README updates (#861, #860)
  • Various test fixes (#909, #906, #1008)
  • Added Linux and Darwin arm64 releases (#911, #891)
  • Upgrade to go v1.17 (#1012)
  • Support SOPS_AGE_KEY environment variable (#1006)

Bug fixes:

  • Make sure comments in yaml files are not duplicated (#866)
  • Make sure configuration file paths work correctly relative to the config file in us (#853)
Commits
  • 86f500d Merge pull request #1021 from mozilla/develop
  • 3370591 Merge pull request #1020 from mozilla/ajvb/prep-v3.7.2
  • b67c7a7 Fixed CHANGELOG formatting
  • 035672f prep v3.7.2
  • e801ca3 Merge pull request #909 from ikedam/feature/testsSholdNotFailFast
  • baec2a5 Merge branch 'develop' into feature/testsSholdNotFailFast
  • 9d98a82 Merge pull request #891 from FnTm/develop
  • 822ce48 Add arm64 .deb and .rpm builds
  • d559922 Merge pull request #1016 from mozilla/ajvb/ci-badge
  • d6bc216 README and author tweaks
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 14, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.mozilla.org/sops/v3-3.7.2 branch 2 times, most recently from 2bf075d to 8b2cb97 Compare March 15, 2022 09:49
dduportal
dduportal previously approved these changes Mar 15, 2022
@dduportal dduportal enabled auto-merge (squash) March 15, 2022 09:56
Bumps [go.mozilla.org/sops/v3](https://github.com/mozilla/sops) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/mozilla/sops/releases)
- [Changelog](https://github.com/mozilla/sops/blob/master/CHANGELOG.rst)
- [Commits](getsops/sops@v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: go.mozilla.org/sops/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.mozilla.org/sops/v3-3.7.2 branch from 8b2cb97 to 5b3b8df Compare March 15, 2022 10:08
@dduportal dduportal merged commit feb1ee3 into main Mar 15, 2022
@dduportal dduportal deleted the dependabot/go_modules/go.mozilla.org/sops/v3-3.7.2 branch March 15, 2022 10:24
@dduportal dduportal added this to the 0.22.1 milestone Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant