Skip to content

v0.9.0

Compare
Choose a tag to compare
@kimdre kimdre released this 14 Aug 21:15
· 101 commits to main since this release
74389a8

What's Changed

🚨 Breaking Changes

  • feat: change deploy config name to doco-cd.y(a)ml by @kimdre in #104

    DEPRECATED: The old names for the configuration file are deprecated and will be removed in a future release:

    • .compose-deploy.yaml
    • .compose-deploy.yml

    Please use the new file names instead:

    • .doco-cd.yaml
    • .doco-cd.yml

    See also the Deploy Settings page in the wiki.

🌟 Improvements

  • fix: add test for deprecated config file name by @kimdre in #106

📦 Dependencies

  • chore(deps): update golang:1.22.6 docker digest to 305aae5 by @renovate in #94
  • fix(deps): update module github.com/docker/compose/v2 to v2.29.2 by @renovate in #95
  • chore(deps): update docker/build-push-action digest to 5cd11c3 by @renovate in #96
  • chore(deps): update golang:1.22.6 docker digest to bb9d8c4 by @renovate in #97
  • fix(deps): update module github.com/docker/cli to v27.1.2+incompatible by @renovate in #99
  • fix(deps): update module github.com/docker/docker to v27.1.2+incompatible by @renovate in #100
  • chore(deps): update golang:1.22.6 docker digest to e4741ba by @renovate in #98
  • chore(deps): update golang:1.22.6 docker digest to d5e49f9 by @renovate in #102
  • fix(deps): update module github.com/creasty/defaults to v1.8.0 by @renovate in #103
  • fix(deps): update module github.com/golangci/golangci-lint to v1.60.0 by @renovate in #105
  • fix(deps): update module github.com/golangci/golangci-lint to v1.60.1 by @renovate in #108
  • chore(deps): update golang docker tag to v1.23.0 by @renovate in #109

📚 Miscellaneous

  • docs: small adjustments by @kimdre in #93
  • ci: increase timeout for golangci-lint-action to 5 minutes by @kimdre in #101
  • docs: add deprecation warning for old config file names by @kimdre in #107

Full Changelog: v0.8.1...v0.9.0