Skip to content

Releases: sdrycroft/aws-keys-rotate-into-github-secrets

Version 1.2.5

06 Mar 20:46
505270d
Compare
Choose a tag to compare

What's Changed

Read more

Version 1.2.4

26 Jul 10:24
7756fb5
Compare
Choose a tag to compare

Fixed a bug that resulted in a warning message being displayed
Dependencies update:

  • aws/aws-sdk-php (3.231.13)
  • guzzlehttp/guzzle (7.4.5)
  • guzzlehttp/psr7 (2.4.0)
  • symfony/deprecation-contracts (v2.5.2)
  • symfony/polyfill-ctype (v1.26.0)
  • symfony/polyfill-mbstring (v1.26.0)
  • symfony/yaml (v5.4.10)

Version 1.2.3

27 May 08:24
bb04b92
Compare
Choose a tag to compare

Dependencies update

  • aws/aws-sdk-php (3.223.0)
  • guzzlehttp/guzzle (7.4.3)

Note, previous versions of this application were not affected by CVE-2022-29248 as cookies are not enabled/used for any requests.

Version 1.2.2

27 Apr 08:19
42735fc
Compare
Choose a tag to compare

Dependencies update

  • aws/aws-sdk-php (3.221.0)
  • paragonie/sodium_compat (v1.17.1)
  • symfony/deprecation-contracts (v2.5.1)

Version 1.2.1

22 Mar 10:13
c564cee
Compare
Choose a tag to compare

Dependencies update

  • aws/aws-sdk-php (3.215.1)
  • guzzlehttp/guzzle (7.4.2)
  • guzzlehttp/psr7 (2.2.1)
  • symfony/polyfill-mbstring (v1.25.0)
  • ulrichsg/getopt-php (v4.0.2)

Version 1.2.0

21 Feb 11:54
d689ca5
Compare
Choose a tag to compare

Added the ability to force the update of keys/secrets (-f or --force), which effectively ignores when the existing key was created.
Now supports dependabot secrets (add secretType: dependabot to your configuration).

Version 1.1.2

14 Feb 09:31
9e70fc4
Compare
Choose a tag to compare

Dependencies update

  • aws/aws-sdk-php (3.209.23)
  • symfony/polyfill-ctype (v1.24.0)
  • symfony/yaml (v5.4.3)

Version 1.1.1

12 Jan 09:10
68d2a73
Compare
Choose a tag to compare

Dependencies update

  • aws/aws-sdk-php (3.209.3)
  • symfony/polyfill-mbstring (v1.24.0)
  • symfony/yaml (v5.4.2)
  • ulrichsg/getopt-php (v4.0.1)

Version 1.1.0

14 Dec 13:51
d420f41
Compare
Choose a tag to compare

Minor update to the application to add verbose logging (-v or --verbose) and to fix potential bugs.
Note, the -c/--config-file option is now -c/--config.

Version 1.0.0

02 Dec 20:42
44a500f
Compare
Choose a tag to compare

Initial, fully working, 1.0.0 release of aws-keys-rotate-into-github-secrets.