Skip to content

Releases: dotnetmentor/racoon

v2.0.0-alpha.11

11 Mar 13:37
Compare
Choose a tag to compare

Changelog

  • b8ddc86 - Moving old roadmap to TODO and restructured TODO. - Added link to new "roadmap" board.
  • c4b06d9 More todo updates.
  • 093c780 Removed old development section, we need a new one.
  • 49b7536 chore(help): added rainbow banner using figurine
  • cb76473 chore(help): hiding the internal help command
  • 1482705 chore: adding banner and github url to help output
  • 689b55b feat(ui): new layout, theme and icons for the racoon ui

v2.0.0-alpha.10

06 Feb 15:35
Compare
Choose a tag to compare

Changelog

  • 319e63b - Adding support for optional formatters where replace can be enforced by defining a rule. - Fixed/better log and error output for formatting.
  • ed02509 Minor updates to readme and todo.

v2.0.0-alpha.9

31 Jan 18:11
Compare
Choose a tag to compare
v2.0.0-alpha.9 Pre-release
Pre-release

Changelog

  • 4412caf Added logging of provided parameters during matching.

v2.0.0-alpha.8

26 Jan 12:11
Compare
Choose a tag to compare
v2.0.0-alpha.8 Pre-release
Pre-release

Changelog

  • 7bb8eea Added config init command for generating a manifest file.
  • b6c53f2 Added support for prefixing dotenv output.
  • 178b5a8 Allowing {name} to be replaced in key formats and labels.
  • 337b136 Better logging for read and write commands.
  • b17eeb7 Fixed logging issue for env source when dotfiles are used.
  • 10e7672 Improved help texts.
  • e4f798e New prefix and log formatting.
  • 6c73caa Removed support for optional properties (already supported by using layers).
  • 3279b77 Updated error message for read command.
  • 22216ad Updated todo's.

v2.0.0-alpha.7

24 Jan 20:02
Compare
Choose a tag to compare
v2.0.0-alpha.7 Pre-release
Pre-release

Changelog

  • 607137f Variuous UI improvements.

v2.0.0-alpha.6

22 Jan 07:40
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

Changelog

  • f874d98 Added config show command, used to display the final configuration after merge with base configs.
  • dc75f7a Added helper for json api resonse.
  • 7814629 Breaking: Refactored parameters to a list to make ordering stable.
  • 6321a06 First attempt at a backend implementation with support for AWS S3 and KMS.
  • e93bbb1 Fix for name matching in the api.
  • 05a473a Fixing issue with merging of layers and validation.
  • 06f20e5 Making name required.
  • 242c422 New slice and math utils and replaced environment utils with environment package.
  • 771fed8 Reordered output funcs and todos.
  • ef164cb Running tests as part of running goreleaser.
  • 0bff2e0 Updated aws sdk.
  • 682706b Updated gitignore and removed old files.
  • d111a26 Updated the UI with routing and support for consuming the backend.
  • 76acda2 Updated todos.

v2.0.0-alpha.5

15 Jan 12:36
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

Changelog

  • 6e8bf26 Added support for using parameters in labels.
  • d9a71f8 Enabled defining layers in base config.
  • ad00662 Enabled force updating a source even when the value hasn't changed (write command).

v2.0.0-alpha.4

15 Jan 08:39
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

Changelog

  • ea7a4c6 - Breaking: AWS parameter store paths now require dot in property name to indicate path in key (/). - New dot-based property name format used to enable grouping and structure output. - Added output tests.
  • b8d9f77 - Including version flag and app metadata. - Adding support for manifest metadata (name and labels).
  • 27fba1c Added support for extending a base config.
  • 0d0cfc6 Fixed issue with write command.
  • 172fd2d Tagging aws ssm parameters on update.

v2.0.0-alpha.3

11 Jan 14:22
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

Changelog

  • cc05119 Adding filepath to Manifest.
  • 783122c Adding support for multiple paths with formatting in outputs.
  • 079294c Making focus style in ui a bit clearer.

v2.0.0-alpha.2

10 Jan 15:53
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

Changelog

  • c88f411 Added support for optional properties and added validtion tests.