forked from linkyard/docker-logrotate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc8ddb1
commit d9e2729
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "3.21.0" | ||
".": "4.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |