From ac62d384a24697c5d39473dbf8827db5e9f48134 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 18 Dec 2023 18:48:02 +0100 Subject: [PATCH] update and resort changelog (#82) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### 📖 Summary - adds v102 changelog - sort changelog entries descending ### 📑 Test Plan ✅ CI pipeline tests (Default) ### 💬 Details _No response_ ### 📚 Additional Notes _No response_ Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/82 Co-authored-by: OCram85 Co-committed-by: OCram85 --- CHANGELOG.md | 157 ++++++++++++++++++++++++++++----------------------- 1 file changed, 87 insertions(+), 70 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4758dcc..84ff4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,89 @@ +## [v1.0.2](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v1.0.2) - 2023-12-18 + +* ✨ FEATURES + * Add bun installer (#81) +* 🛠️ ENHANCEMENTS + * Bump golang version (#80) + * Bump default extensions version (#76) +* 📦 BUILD + * Upd/woodpeckerPluging (#79) +* 🤖 DEPENDENCIES + * Update quay.io/linuxserver.io/code-server Docker tag to v4.19.1 (#77) +* 📚 DOCS + * Fix typo in arkanum cli help (#78) +* ⚙️ META + * Updatest gitea meta files (#75) + +## [v1.0.1](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v1.0.1) - 2023-11-12 + +* 🐛 BUGFIXES + * Fix pwsh install package (#72) +* 📦 BUILD + * Avoid duplicate ci runs (#73) +* 🤖 DEPENDENCIES + * Update quay.io/linuxserver.io/code-server Docker tag to v4.18.0 (#70) + +## [v1.0.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v1.0.0) - 2023-09-15 + +* 🐛 BUGFIXES + * Fix git config arguments (#68) + * Fix NodeJs install bug (#67) + * Fix pwsh install when called as first command (#60) + * Fix missing volta command (#58) +* 🛠️ ENHANCEMENTS + * Extends arkanum command and option structure (#62) +* 📦 BUILD + * Add addiontal container image deployment targets (#63) +* 🤖 DEPENDENCIES + * Update quay.io/linuxserver.io/code-server Docker tag to v4.16.1 (#59) + * Update quay.io/linuxserver.io/code-server Docker tag to v4.15.0 (#57) + +## [v0.4.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.4.0) - 2023-07-19 + +* 🐛 BUGFIXES + * Fix shellcheck issues (#55) + * Disable starship python module (#52) +* ✨ FEATURES + * Add docker-cli (#54) + * Adds Volta as default version manager for NodeJs (#53) +* 🛠️ ENHANCEMENTS + * Bump go version (#49) + +## [v0.3.1](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.3.1) - 2023-07-04 + +* 🤖 DEPENDENCIES + * Update quay.io/linuxserver.io/code-server Docker tag to v4.14.1 (#47) + +## [v0.3.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.3.0) - 2023-03-30 + +* 🛠️ ENHANCEMENTS + * Add tea cli in gitea block (#41) +* 📦 BUILD + * Remove repo defined renovate (#44) +* 🤖 DEPENDENCIES + * Update quay.io/linuxserver.io/code-server Docker tag to v4.11.0 (#45) + * Update quay.io/linuxserver.io/code-server Docker tag to v4.10.0 (#43) + +## [v0.2.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.2.0) - 2023-01-04 + +* 🐛 BUGFIXES + * fix typo (#39) +* 🛠️ ENHANCEMENTS + * Add proxy support (#38) +* 🤖 DEPENDENCIES + * Update renovate/renovate Docker tag to v34.82 (#37) + * Update quay.io/linuxserver.io/code-server Docker tag to v4.9.1 (#31) + +## [v0.1.1](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.1.1) - 2023-01-02 + +* 📦 BUILD + * fix woodpecker fileMatch regex (#30) +* 🤖 DEPENDENCIES + * Update renovate/renovate Docker tag to v34.77 (#35) + * fix renovate config keys (#34) + * Update renovate/renovate Docker tag to v34.62 (#33) + * Update renovate/renovate Docker tag to v34.57 (#32) + ## [v0.1.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.1.0) - 2022-11-25 * 📦 BUILD @@ -5,6 +91,7 @@ * 📚 DOCS * adds Readme content to prepare Github mirror (#26) + ## [v0.0.1](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.0.1) - 2022-11-22 * 🐛 BUGFIXES @@ -35,73 +122,3 @@ * Add woodpecker manager in renovate-bot (#14) * fixes logo file path (#8) * Adds basic container setup with pipeline (#1) - -## [v0.1.1](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.1.1) - 2023-01-02 - -* 📦 BUILD - * fix woodpecker fileMatch regex (#30) -* 🤖 DEPENDENCIES - * Update renovate/renovate Docker tag to v34.77 (#35) - * fix renovate config keys (#34) - * Update renovate/renovate Docker tag to v34.62 (#33) - * Update renovate/renovate Docker tag to v34.57 (#32) - -## [v0.2.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.2.0) - 2023-01-04 - -* 🐛 BUGFIXES - * fix typo (#39) -* 🛠️ ENHANCEMENTS - * Add proxy support (#38) -* 🤖 DEPENDENCIES - * Update renovate/renovate Docker tag to v34.82 (#37) - * Update quay.io/linuxserver.io/code-server Docker tag to v4.9.1 (#31) - -## [v0.3.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.3.0) - 2023-03-30 - -* 🛠️ ENHANCEMENTS - * Add tea cli in gitea block (#41) -* 📦 BUILD - * Remove repo defined renovate (#44) -* 🤖 DEPENDENCIES - * Update quay.io/linuxserver.io/code-server Docker tag to v4.11.0 (#45) - * Update quay.io/linuxserver.io/code-server Docker tag to v4.10.0 (#43) - -## [v0.3.1](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.3.1) - 2023-07-04 - -* 🤖 DEPENDENCIES - * Update quay.io/linuxserver.io/code-server Docker tag to v4.14.1 (#47) - -## [v0.4.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v0.4.0) - 2023-07-19 - -* 🐛 BUGFIXES - * Fix shellcheck issues (#55) - * Disable starship python module (#52) -* ✨ FEATURES - * Add docker-cli (#54) - * Adds Volta as default version manager for NodeJs (#53) -* 🛠️ ENHANCEMENTS - * Bump go version (#49) - -## [v1.0.0](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v1.0.0) - 2023-09-15 - -* 🐛 BUGFIXES - * Fix git config arguments (#68) - * Fix NodeJs install bug (#67) - * Fix pwsh install when called as first command (#60) - * Fix missing volta command (#58) -* 🛠️ ENHANCEMENTS - * Extends arkanum command and option structure (#62) -* 📦 BUILD - * Add addiontal container image deployment targets (#63) -* 🤖 DEPENDENCIES - * Update quay.io/linuxserver.io/code-server Docker tag to v4.16.1 (#59) - * Update quay.io/linuxserver.io/code-server Docker tag to v4.15.0 (#57) - -## [v1.0.1](https://gitea.ocram85.com/CodeServer/arkanum/releases/tag/v1.0.1) - 2023-11-12 - -* 🐛 BUGFIXES - * Fix pwsh install package (#72) -* 📦 BUILD - * Avoid duplicate ci runs (#73) -* 🤖 DEPENDENCIES - * Update quay.io/linuxserver.io/code-server Docker tag to v4.18.0 (#70)