Skip to content

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 10:02
· 56 commits to main since this release
v1.10.0
44791a2

Changelog

🐛 Bug fixes

  • 548a28d fix(obmondo): surface the API's error_text to the operator (@ashish1099)
  • 56fe072 fix(puppet): pass the environment to every run instead of pinning it in puppet.conf

🥴 Others

  • 6fb3f01 Add CI to auto-bump linuxaid-cli version/checksums in LinuxAid (@deepak7340)
  • fe6eb8f Add workflow_dispatch to test bump-linuxaid without a new release (@deepak7340)
  • 9ebc947 Rewrite hiera-bump script in Go instead of Python (@deepak7340)
  • 88ddbea feat(run-openvox): let the agent decide the puppet environment
  • c5a1713 fix(run-openvox): do not read the environment from OPENVOX_ENVIRONMENT
  • cd92ada fix(run-openvox): read the environment flag from cobra, not viper
  • f741653 refactor(linuxaid-install): drop the --openvox-environment alias
  • 331973e refactor(linuxaid-install): keep OPENVOX_ENVIRONMENT as the environment variable
  • cdd2215 refactor(linuxaid-install): rename --openvox-environment to --environment
  • 60dfa85 refactor(linuxaid-install): resolve the install environment without viper
  • e667263 refactor(puppet): drop the now-unused openvoxEnv field from the service
  • 72f600c refactor(run-openvox): rename the environment flag to --environment/-E
  • 8b5b1bf test(linuxaid-install): extract the test environment constant