Skip to content

Releases: uselagoon/build-deploy-tool

v0.13.5

19 Jul 23:10
cc11c64
Compare
Choose a tag to compare

Changelog

  • cc11c64 Merge pull request #67 from uselagoon/routes-json
  • 0ccee57 test: add test coverage for routes only and add additional tests that were missing
  • e4e3008 fix: set the routes correctly for api based routes

v0.13.4

18 Jul 22:37
541b877
Compare
Choose a tag to compare

Changelog

  • 541b877 Merge pull request #65 from uselagoon/fix/error_verbosity_and_name

v0.13.4-rc.1

18 Jul 21:57
Compare
Choose a tag to compare
v0.13.4-rc.1 Pre-release
Pre-release

Changelog

  • af611e6 Adds in missing newline on printf

v0.13.3

15 Jul 02:08
aef1fcc
Compare
Choose a tag to compare

Changelog

  • aef1fcc Merge pull request #62 from uselagoon/dbaas-endpoint-http

v0.13.2

14 Jul 04:44
b0df7c7
Compare
Choose a tag to compare

Changelog

  • b0df7c7 Merge pull request #60 from uselagoon/validate-flags

v0.13.1

11 Jul 03:49
94d83e6
Compare
Choose a tag to compare

Changelog

  • 94d83e6 Merge pull request #59 from uselagoon/check-prune-fix
  • 70df671 fix: use the default value is the override is not enabled
  • 203cbc2 Merge pull request #58 from uselagoon/minor-fixes
  • ea944a9 chore: fix up some variable names and comments
  • 9d437b7 chore: rename route to ingress

v0.13.0

07 Jul 21:42
f86a623
Compare
Choose a tag to compare

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

v0.12.0

16 Jun 22:34
2f27606
Compare
Choose a tag to compare

Changelog

  • 2f27606 Merge pull request #51 from uselagoon/envfile-checks
  • 7fb04e4 feat: add support for ignoring missing env_files in docker-compose
  • 763f084 chore: bump to latest compose-go fork

v0.11.0

15 Jun 05:09
7805ec3
Compare
Choose a tag to compare

Changelog

  • 7805ec3 Merge pull request #50 from uselagoon/lagoon-name-types
  • 46a1fad chore: use override name instead
  • bfff8b9 chore: update tests to include lagoon.name that doesnt match service name
  • 5efe262 chore: update autogen templating to use the typename if defined
  • 5434f3e feat: assign a type name which can be shared by nginx-php joined services
  • 219b807 chore: add typename field to services as this can be different to the service name

v0.10.0

14 Jun 01:58
249999e
Compare
Choose a tag to compare

Changelog

  • 249999e Merge pull request #47 from uselagoon/autogen-tls-flag
  • 0c65de1 feat: autogenerated routes tls-acme feature