Skip to content

Releases: jeff-roche/biome

v0.11.1

28 Jul 20:09
6d5a905
Compare
Choose a tag to compare

Changelog

  • 6d5a905 fix: Added the profile name to the mfa token prompt when setting an aws environment (#12)

v0.11.0

28 Jul 19:35
ede245b
Compare
Choose a tag to compare

Changelog

  • ec2aa75 chore: Added a task to the readme
  • 31eecf9 chore: README task updates
  • ede245b feat: switched to cobra for the cli parsing, added saving to a dotenv (#11)

v0.10.0

08 Jul 15:14
06df7d0
Compare
Choose a tag to compare

Changelog

v0.9.0

17 Jun 18:36
5e82e60
Compare
Choose a tag to compare

Changelog

  • 5e82e60 feat: added the ability to inherit another biome with inherit_from (#9)

v0.8.0

17 Jun 15:01
f3cc23a
Compare
Choose a tag to compare

Changelog

v0.7.0

14 Jun 12:53
0d8a531
Compare
Choose a tag to compare

Changelog

  • 0d8a531 feat: allow loading a dotenv file (#7)

v0.6.0

13 Jun 21:20
473706c
Compare
Choose a tag to compare

Changelog

v0.5.0

13 Jun 19:35
fead4fb
Compare
Choose a tag to compare

Changelog

  • fead4fb Merge pull request #5 from jeff-roche/dragoman
  • f0c975e feat: dragoman decryption

v0.4.0

06 Jun 12:43
642dc84
Compare
Choose a tag to compare

Changelog

  • 642dc84 Merge pull request #4 from jeff-roche/tests
  • 5fbe7d5 chore: testing could be better but i think this is a start
  • a821945 feat: built up some setters for basic types and secrets manager
  • 4949d2f feat: built up some setters for basic types and secrets manager
  • 5a48ce3 feat: moved the aws stuff to a repo and added tests for the sm setter
  • 8a40814 feat: refactored the parser to be an object for easier testing
  • e332c8c feat: reorg and tests added
  • af24eb6 fix: fixed mfa functionality for AWS profiles

v0.3.1

02 Jun 18:24
Compare
Choose a tag to compare

Changelog

  • 1100f41 Merge pull request #2 from jeff-roche/configext
  • c50f08f Merge pull request #3 from jeff-roche/ci-cd
  • 85c5cb2 chore: README task list update
  • 03967e2 chore: readme task list update
  • 3ddd04c chore: updated the readme with completed tasks
  • 481f7d7 feat: Ci
  • f66d3e6 feat: added the ability to auto search for .biome.yaml or .biome.yml
  • 4eaaf95 fix: added .biome.yml to .gitignore
  • 439f323 fix: build, test and updated secrets
  • 78e8a61 fix: merge