Skip to content

Commit b67c7a7

Browse files
committed
Fixed CHANGELOG formatting
1 parent 035672f commit b67c7a7

1 file changed

Lines changed: 60 additions & 60 deletions

File tree

CHANGELOG.rst

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -5,134 +5,134 @@ Changelog
55
-----
66
Changes:
77

8-
* README updates (#861, #860)
9-
* Various test fixes (#909, #906, #1008)
10-
* Added Linux and Darwin arm64 releases (#911, #891)
11-
* Upgrade to go v1.17 (#1012)
12-
* Support SOPS_AGE_KEY environment variable (#1006)
8+
* README updates (#861, #860)
9+
* Various test fixes (#909, #906, #1008)
10+
* Added Linux and Darwin arm64 releases (#911, #891)
11+
* Upgrade to go v1.17 (#1012)
12+
* Support SOPS_AGE_KEY environment variable (#1006)
1313

1414
Bug fixes:
1515

16-
* Make sure comments in yaml files are not duplicated (#866)
17-
* Make sure configuration file paths work correctly relative to the config file in us (#853)
16+
* Make sure comments in yaml files are not duplicated (#866)
17+
* Make sure configuration file paths work correctly relative to the config file in us (#853)
1818

1919
3.7.1
2020
-----
2121
Changes:
2222

23-
* Security fix
24-
* Add release workflow (#843)
25-
* Fix issue where CI wouldn't run against master (#848)
26-
* Trim extra whitespace around age keys (#846)
23+
* Security fix
24+
* Add release workflow (#843)
25+
* Fix issue where CI wouldn't run against master (#848)
26+
* Trim extra whitespace around age keys (#846)
2727

2828
3.7.0
2929
-----
3030
Features:
3131

32-
* Add support for age (#688)
33-
* Add filename to exec-file (#761)
32+
* Add support for age (#688)
33+
* Add filename to exec-file (#761)
3434

3535
Changes:
3636

37-
* On failed decryption with GPG, return the error returned by GPG to the sops user (#762)
38-
* Use yaml.v3 instead of modified yaml.v2 for handling YAML files (#791)
39-
* Update aws-sdk-go to version v1.37.18 (#823)
37+
* On failed decryption with GPG, return the error returned by GPG to the sops user (#762)
38+
* Use yaml.v3 instead of modified yaml.v2 for handling YAML files (#791)
39+
* Update aws-sdk-go to version v1.37.18 (#823)
4040

4141
Project Changes:
4242

43-
* Switch from TravisCI to Github Actions (#792)
43+
* Switch from TravisCI to Github Actions (#792)
4444

4545
3.6.1
4646
-----
4747
Features:
4848

49-
* Add support for --unencrypted-regex (#715)
49+
* Add support for --unencrypted-regex (#715)
5050

5151
Changes:
5252

53-
* Use keys.openpgp.org instead of gpg.mozilla.org (#732)
54-
* Upgrade AWS SDK version (#714)
55-
* Support --input-type for exec-file (#699)
53+
* Use keys.openpgp.org instead of gpg.mozilla.org (#732)
54+
* Upgrade AWS SDK version (#714)
55+
* Support --input-type for exec-file (#699)
5656

5757
Bug fixes:
5858

59-
* Fixes broken Vault tests (#731)
60-
* Revert "Add standard newline/quoting behavior to dotenv store" (#706)
59+
* Fixes broken Vault tests (#731)
60+
* Revert "Add standard newline/quoting behavior to dotenv store" (#706)
6161

6262

6363
3.6.0
6464
-----
6565
Features:
6666

67-
* Support for encrypting data through the use of Hashicorp Vault (#655)
68-
* `sops publish` now supports `--recursive` flag for publishing all files in a directory (#602)
69-
* `sops publish` now supports `--omit-extensions` flag for omitting the extension in the destination path (#602)
70-
* sops now supports JSON arrays of arrays (#642)
67+
* Support for encrypting data through the use of Hashicorp Vault (#655)
68+
* `sops publish` now supports `--recursive` flag for publishing all files in a directory (#602)
69+
* `sops publish` now supports `--omit-extensions` flag for omitting the extension in the destination path (#602)
70+
* sops now supports JSON arrays of arrays (#642)
7171

7272
Improvements:
7373

74-
* Updates and standardization for the dotenv store (#612, #622)
75-
* Close temp files after using them for edit command (#685)
74+
* Updates and standardization for the dotenv store (#612, #622)
75+
* Close temp files after using them for edit command (#685)
7676

7777
Bug fixes:
7878

79-
* AWS SDK usage now correctly resolves the `~/.aws/config` file (#680)
80-
* `sops updatekeys` now correctly matches config rules (#682)
81-
* `sops updatekeys` now correctly uses the config path cli flag (#672)
82-
* Partially empty sops config files don't break the use of sops anymore (#662)
83-
* Fix possible infinite loop in PGP's passphrase prompt call (#690)
79+
* AWS SDK usage now correctly resolves the `~/.aws/config` file (#680)
80+
* `sops updatekeys` now correctly matches config rules (#682)
81+
* `sops updatekeys` now correctly uses the config path cli flag (#672)
82+
* Partially empty sops config files don't break the use of sops anymore (#662)
83+
* Fix possible infinite loop in PGP's passphrase prompt call (#690)
8484

8585
Project changes:
8686

87-
* Dockerfile now based off of golang version 1.14 (#649)
88-
* Push alpine version of docker image to Dockerhub (#609)
89-
* Push major, major.minor, and major.minor.patch tagged docker images to Dockerhub (#607)
90-
* Removed out of date contact information (#668)
91-
* Update authors in the cli help text (#645)
87+
* Dockerfile now based off of golang version 1.14 (#649)
88+
* Push alpine version of docker image to Dockerhub (#609)
89+
* Push major, major.minor, and major.minor.patch tagged docker images to Dockerhub (#607)
90+
* Removed out of date contact information (#668)
91+
* Update authors in the cli help text (#645)
9292

9393

9494
3.5.0
9595
-----
9696
Features:
9797

98-
* `sops exec-env` and `sops exec-file`, two new commands for utilizing sops secrets within a temporary file or env vars
98+
* `sops exec-env` and `sops exec-file`, two new commands for utilizing sops secrets within a temporary file or env vars
9999

100100
Bug fixes:
101101

102-
* Sanitize AWS STS session name, as sops creates it based off of the machines hostname
103-
* Fix for `decrypt.Data` to support `.ini` files
104-
* Various package fixes related to switching to Go Modules
105-
* Fixes for Vault-related tests running locally and in CI.
102+
* Sanitize AWS STS session name, as sops creates it based off of the machines hostname
103+
* Fix for `decrypt.Data` to support `.ini` files
104+
* Various package fixes related to switching to Go Modules
105+
* Fixes for Vault-related tests running locally and in CI.
106106

107107
Project changes:
108108

109-
* Change to proper use of go modules, changing to primary module name to `go.mozilla.org/sops/v3`
110-
* Change tags to requiring a `v` prefix.
111-
* Add documentation for `sops updatekeys` command
109+
* Change to proper use of go modules, changing to primary module name to `go.mozilla.org/sops/v3`
110+
* Change tags to requiring a `v` prefix.
111+
* Add documentation for `sops updatekeys` command
112112

113113
3.4.0
114114
-----
115115
Features:
116116

117-
* `sops publish`, a new command for publishing sops encrypted secrets to S3, GCS, or Hashicorp Vault
118-
* Support for multiple Azure authentication mechanisms
119-
* Azure Keyvault support to the sops config file
120-
* `encrypted_regex` option to the sops config file
117+
* `sops publish`, a new command for publishing sops encrypted secrets to S3, GCS, or Hashicorp Vault
118+
* Support for multiple Azure authentication mechanisms
119+
* Azure Keyvault support to the sops config file
120+
* `encrypted_regex` option to the sops config file
121121

122122
Bug fixes:
123123

124-
* Return non-zero exit code for invalid CLI flags
125-
* Broken path handling for sops editing on Windows
126-
* `go lint/fmt` violations
127-
* Check for pgp fingerprint before slicing it
124+
* Return non-zero exit code for invalid CLI flags
125+
* Broken path handling for sops editing on Windows
126+
* `go lint/fmt` violations
127+
* Check for pgp fingerprint before slicing it
128128

129129
Project changes:
130130

131-
* Build container using golang 1.12
132-
* Switch to using go modules
133-
* Hashicorp Vault server in Travis CI build
134-
* Mozilla Publice License file to repo
135-
* Replaced expiring test gpg keys
131+
* Build container using golang 1.12
132+
* Switch to using go modules
133+
* Hashicorp Vault server in Travis CI build
134+
* Mozilla Publice License file to repo
135+
* Replaced expiring test gpg keys
136136

137137
3.3.1
138138
-----

0 commit comments

Comments
 (0)