From f9894ca7c50d1d8338759ad815115aa718ac01c1 Mon Sep 17 00:00:00 2001 From: "infra-releases[bot]" <185338871+infra-releases[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:50:19 +0000 Subject: [PATCH] chore(master): release 4.0.0 --- .github/config/.release-please-manifest.json | 2 +- CHANGELOG.md | 23 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.github/config/.release-please-manifest.json b/.github/config/.release-please-manifest.json index a397c09..e6f8775 100644 --- a/.github/config/.release-please-manifest.json +++ b/.github/config/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.21.0" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0a8095d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## 4.0.0 (2024-10-30) + +## What's Changed +* chore(renovate): Avoid explicitly enabling pre-commit by @maxdanilov in https://github.com/camunda/infra-logrotate/pull/11 +* chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/camunda/infra-logrotate/pull/12 +* chore(renovate): Use own config as using private shared one is not possible by @maxdanilov in https://github.com/camunda/infra-logrotate/pull/14 +* chore(deps): update hashicorp/vault-action action to v2.7.4 by @renovate in https://github.com/camunda/infra-logrotate/pull/15 +* chore(deps): update alpine docker tag to v3.19 by @renovate in https://github.com/camunda/infra-logrotate/pull/16 +* chore(deps): update hashicorp/vault-action action to v2.8.0 by @renovate in https://github.com/camunda/infra-logrotate/pull/17 +* chore(deps): update hashicorp/vault-action action to v3 by @renovate in https://github.com/camunda/infra-logrotate/pull/18 +* chore(gar): Switch gcr urls to gar by @andromaqui in https://github.com/camunda/infra-logrotate/pull/19 +* chore(deps): update alpine docker tag to v3.20 by @renovate in https://github.com/camunda/infra-logrotate/pull/20 +* chore(deps): update dependency ubuntu to v24 by @renovate in https://github.com/camunda/infra-logrotate/pull/21 +* ci: Introduce Auto-Releases by @kellervater in https://github.com/camunda/infra-logrotate/pull/22 + +## New Contributors +* @maxdanilov made their first contribution in https://github.com/camunda/infra-logrotate/pull/11 +* @andromaqui made their first contribution in https://github.com/camunda/infra-logrotate/pull/19 +* @kellervater made their first contribution in https://github.com/camunda/infra-logrotate/pull/22 + +**Full Changelog**: https://github.com/camunda/infra-logrotate/compare/3.21.0...4.0.0