Skip to content

Commit

Permalink
Merge pull request #318 from mozilla/release-3.0.3
Browse files Browse the repository at this point in the history
Release 3.0.3
  • Loading branch information
jvehent authored Apr 11, 2018
2 parents 37b6fff + dbc4022 commit b8c2051
Show file tree
Hide file tree
Showing 3,675 changed files with 1,636,809 additions and 647,901 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
Changelog
=========

3.0.3
----

* --set now works with nested data structures and not just simple
values

* Changed default log level to warn instead of info

* Avoid creating empty files when using the editor mode to create new
files and not making any changes to the example files

* Output unformatted strings when using --extract instead of encoding
them to yaml

* Allow forcing binary input and output types from command line flags

* Deprecate filename_regex in favor of path_regex. filename_regex had
a bug and matched on the whole file path, when it should have only
matched on the file name. path_regex on the other hand is documented
to match on the whole file path.

* Add an encrypted-suffix option, the exact opposite of
unencrypted-suffix

* Allow specifying unencrypted_suffix and encrypted_suffix rules in
the .sops.yaml configuration file

* Introduce key service flag optionally prompting users on
encryption/decryption

3.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion cmd/sops/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"gopkg.in/urfave/cli.v1"
)

const version = "3.0.0"
const version = "3.0.3"

func printVersion(c *cli.Context) {
out := fmt.Sprintf("%s %s", c.App.Name, c.App.Version)
Expand Down
8 changes: 4 additions & 4 deletions vendor/cloud.google.com/go/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions vendor/cloud.google.com/go/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/cloud.google.com/go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

178 changes: 117 additions & 61 deletions vendor/cloud.google.com/go/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/cloud.google.com/go/bigquery/benchmarks/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b8c2051

Please sign in to comment.