Skip to content

v2.1.4

Compare
Choose a tag to compare
@tonedefdev tonedefdev released this 24 Feb 06:06
· 16 commits to main since this release
f6597f8

Changelog

  • f6597f8 Merge pull request #24 from tonedefdev/dependabot/go_modules/golang.org/x/net-0.7.0
  • f3038a5 Bump golang.org/x/net from 0.0.0-20220531201128-c960675eff93 to 0.7.0
  • c099e89 Merge pull request #23 from tonedefdev/dependabot/go_modules/golang.org/x/text-0.3.8
  • ed1d9a7 Fixed syntax for workflows
  • b0357a0 Added build badge for Ubuntu and set them to track builds that happen on main
  • 1c63c0c Added the create command required for the forget test to be run
  • 38a7a57 Consolidated actions to create temp secrets in forget test
  • 4d5d755 Ensuring on delete that a password is created to delete first since the mock keychain is recreated
  • 9e17967 Added mock keyring for linux tests
  • 49a18c1 Fixed path for Ubuntu
  • 17af1e4 Added test for Ubuntu
  • 1562735 Removed OS specific structs in favor of a unified platform struct that satisifes the TerraCreds interface to allow the go-keyring module to decide which vault to use based on the OS. Fixed error handling to ensure that when a list is empty it doesn't panic and instead returns the error from the vault.
  • c72778e Updated readme to be more generic about versions to manually download to support more frequent updates
  • 91b7f66 Added custom error package to ensure the CLI returns a non-zero exit code when errors are encountered
  • db7cd49 Bump golang.org/x/text from 0.3.7 to 0.3.8
  • 2e4becb Merge pull request #22 from tonedefdev/hotfix
  • 6a95da4 Updated name of macos build and test job
  • 6034045 Added env vars to test job
  • d484607 Separated github actions into os specific versions to help create status badges for each os
  • 1348029 Merge branch 'main' into hotfix
  • 7a71ea1 Adding pr test badge
  • 2122d36 Bumb version for homebrew package