Skip to content

Releases: kimdre/doco-cd

v0.10.0

15 Aug 21:26
751a32a
Compare
Choose a tag to compare

What's Changed

✨ Features

🌟 Improvements

  • fix: change healthcheck response code to 503 by @kimdre in #113

📦 Dependencies

  • chore(deps): update golang:1.23.0 docker digest to 613a108 by @renovate in #110

📚 Miscellaneous

Full Changelog: v0.9.0...v0.10.0

v0.9.0

14 Aug 21:15
74389a8
Compare
Choose a tag to compare

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

v0.8.1

11 Aug 15:26
6fb31ad
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes and Security

  • fix: wrong assignment of project names in deployments by @kimdre in #90

🌟 Improvements

  • refactor: change paths for testdata to consts by @kimdre in #86
  • ci: adjust renovate config by @kimdre in #87
  • fix: add Go tool install by @kimdre in #88

📚 Miscellaneous

Full Changelog: v0.8.0...v0.8.1

v0.8.0

08 Aug 13:58
0ac2b1d
Compare
Choose a tag to compare

What's Changed

Features

Changes

  • fix: reduce default deployment timeout to 3 minutes by @kimdre in #84

Dependencies

  • chore(deps): update docker/build-push-action digest to 16ebe77 by @renovate in #80
  • chore(deps): update golang docker tag to v1.22.6 by @renovate in #81
  • fix(deps): update module github.com/caarlos0/env/v11 to v11.2.2 by @renovate in #83

Full Changelog: v0.7.1...v0.8.0

v0.7.1

07 Aug 20:22
0f74282
Compare
Choose a tag to compare

What's Changed

Updated dependencies

  • chore(deps): update docker/build-push-action digest to 4f7cdeb by @renovate in #77
  • fix(deps): update module github.com/compose-spec/compose-go/v2 to v2.1.6 by @renovate in #79

Added tests

  • test: add tests for webhook parser by @kimdre in #69
  • test: add test for yaml parser by @kimdre in #70
  • fix: ignore testdata in docker build by @kimdre in #71
  • refactor: minor optimizations by @kimdre in #72
  • test: add .env file with test variables by @kimdre in #73
  • test: add tests for main package by @kimdre in #74
  • fix: fix test with missing access token by @kimdre in #75
  • test: refactor tests by @kimdre in #76
  • test: fix error check by @kimdre in #78

Full Changelog: v0.7.0...v0.7.1

v0.7.0

05 Aug 18:53
ca9ff07
Compare
Choose a tag to compare

What's Changed

  • ci: add coverage report by @kimdre in #62
  • chore(deps): update codecov/codecov-action action to v4.5.0 by @renovate in #64
  • docs: add codecov badge by @kimdre in #66
  • docs: adjust README.md by @kimdre in #67
  • feat: add deployment meta as docker labels to container by @kimdre in #68

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Aug 15:44
c1720e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.6.0

v0.5.3

04 Aug 19:46
38cdc9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

03 Aug 21:22
b888ce7
Compare
Choose a tag to compare

What's Changed

  • fix: rebuild image on existing deployment by @kimdre in #55

Full Changelog: v0.5.1...v0.5.2

v0.5.1

03 Aug 20:41
c1979dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1