Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 21:42
· 454 commits to main since this release
f86a623

Changelog

  • f86a623 Merge pull request #57 from uselagoon/schedule-dbaas-checks
  • 2015dd3 feat: add initial support for dbaas errors but commented out
  • 5e84048 feat: add support for dbaas consumer templating
  • d9ccbad chore: fix up schedule templates with api versions
  • 17e5062 chore: remove unused files
  • 7db0f10 chore: fix up schedule templates with api versions
  • c3500e7 Merge pull request #54 from uselagoon/backup-configuration
  • 7c7794e chore: merge branch 'main' into backup-configuration
  • 81c4cb8 chore: update go mod
  • 60a61d4 feat: add backup config generation
  • 3ffd461 chore: update for generator
  • ecf526a chore: update for generator
  • 5b8be71 chore: remove references to old values and update for generator
  • 48e2443 feat: add generator
  • 803bc09 chore: add more to helpers and tests
  • 0d3e133 Merge pull request #52 from uselagoon/hotfix/pre-rollout-task-skip-on-deployfail
  • d99abc6 chore: update template cmds to use helper writetemplate
  • 3d3fc40 chore: make all flags persistent across all cmds
  • f89dace refactor: fix getenv to return fallback value if provided envvar is empty as it should, add writetemplatefile to helpers
  • 392ab1f feat: add cron helper script
  • dfea1d5 feat: add backup configurations to values
  • 7aae9dd chore: rename ingress template
  • 62c556d Merge branch 'main' into hotfix/pre-rollout-task-skip-on-deployfail
  • a3723fc Adds iterate task runner tests
  • b8029c7 Injects task running function into iterateTaskGenerator
  • ad05383 Brings tests into line with new runner
  • a46a628 Simplifying logic of running tests
  • 5f38b99 Removes rogue return
  • 655940c Changes logic for skipping deployment fail tasks
  • 5f7b52a Adds error types and non-failure conditions for pre-rollout tasks