From c8d4cd834d5709e3e28c92e2229131505a2208c9 Mon Sep 17 00:00:00 2001 From: woodpecker-bot <89799003+woodpecker-bot@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:35:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Release=200.1.0=20(#6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR was opened by the [ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) plugin. When you're ready to do a release, you can merge this pull-request and a new release with version `0.1.0` will be created automatically. If you're not ready to do a release yet, that's fine, whenever you add more changes to `main` this pull-request will be updated. ## Options - [ ] Mark this version as a release candidate ## [0.1.0](https://github.com/woodpecker-ci/plugin-kaniko/releases/tag/0.1.0) - 2024-01-12 ### ✨ Features - Add support for docker hub mirrors and update image version [[#1](https://github.com/woodpecker-ci/plugin-kaniko/pull/1)] ### Misc - Fix some more linting issues [[#5](https://github.com/woodpecker-ci/plugin-kaniko/pull/5)] - Init pipeline [[#3](https://github.com/woodpecker-ci/plugin-kaniko/pull/3)] - chore: Configure Renovate [[#2](https://github.com/woodpecker-ci/plugin-kaniko/pull/2)] --------- Co-authored-by: 6543 <6543@obermui.de> --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c5876aa --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [0.1.0](https://github.com/woodpecker-ci/plugin-kaniko/releases/tag/0.1.0) - 2024-01-12 + +### ❤️ Thanks to all contributors! ❤️ + +@6543, @renovate[bot], @CrimsonFez, @foosinn, @bonifaido, @Mokto, @Jumba, @annProg, @kradalby, @cloudowski, @zicklag, @makarono, @anguslees, @myers + +### ✨ Features + +- Add support for docker hub mirrors and update image version [[#1](https://github.com/woodpecker-ci/plugin-kaniko/pull/1)] + +### Misc + +- Fix some more linting issues [[#5](https://github.com/woodpecker-ci/plugin-kaniko/pull/5)] +- Init pipeline [[#3](https://github.com/woodpecker-ci/plugin-kaniko/pull/3)] +- chore: Configure Renovate [[#2](https://github.com/woodpecker-ci/plugin-kaniko/pull/2)]