From f5409baa5a61740b6ef610a45b8766c7f141ff99 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 6 Apr 2025 08:47:03 +0000 Subject: [PATCH 1/7] =?UTF-8?q?=F0=9F=8E=89=20Release=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..2557872 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [0.1.7](https://git.hackmi.ch/Phil/goshorly/releases/tag/v0.1.7) - 2025-04-06 + +### ❤️ Thanks to all contributors! ❤️ + +@renovate-bot + +### Misc + +- Update dependency go to v1.24.2 [[#8](https://git.hackmi.ch/Phil/goshorly/pulls/8)] +- Update module github.com/gofiber/template/html/v2 to v2.1.3 [[#3](https://git.hackmi.ch/Phil/goshorly/pulls/3)] +- Update dependency font-awesome to v6.7.2 [[#4](https://git.hackmi.ch/Phil/goshorly/pulls/4)] +- Update woodpeckerci/plugin-docker-buildx Docker tag to v5 [[#7](https://git.hackmi.ch/Phil/goshorly/pulls/7)] +- Update docker Docker tag to v28 [[#5](https://git.hackmi.ch/Phil/goshorly/pulls/5)] +- Update module github.com/gofiber/fiber/v2 to v2.52.6 [[#2](https://git.hackmi.ch/Phil/goshorly/pulls/2)] +- Configure Renovate [[#1](https://git.hackmi.ch/Phil/goshorly/pulls/1)] -- 2.45.3 From 7c370a591622920037df4f90e59ce25704628de5 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 6 Apr 2025 08:49:45 +0000 Subject: [PATCH 2/7] =?UTF-8?q?=F0=9F=8E=89=20Release=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2557872..37e3920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,18 @@ @renovate-bot -### Misc +### 🔒 Security + +- Update docker Docker tag to v28 [[#5](https://git.hackmi.ch/Phil/goshorly/pulls/5)] + +### 📦️ Dependency - Update dependency go to v1.24.2 [[#8](https://git.hackmi.ch/Phil/goshorly/pulls/8)] - Update module github.com/gofiber/template/html/v2 to v2.1.3 [[#3](https://git.hackmi.ch/Phil/goshorly/pulls/3)] - Update dependency font-awesome to v6.7.2 [[#4](https://git.hackmi.ch/Phil/goshorly/pulls/4)] - Update woodpeckerci/plugin-docker-buildx Docker tag to v5 [[#7](https://git.hackmi.ch/Phil/goshorly/pulls/7)] -- Update docker Docker tag to v28 [[#5](https://git.hackmi.ch/Phil/goshorly/pulls/5)] - Update module github.com/gofiber/fiber/v2 to v2.52.6 [[#2](https://git.hackmi.ch/Phil/goshorly/pulls/2)] + +### Misc + - Configure Renovate [[#1](https://git.hackmi.ch/Phil/goshorly/pulls/1)] -- 2.45.3 From 243aaf1a536dc009966584ee95ef4f2e79a1a396 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 6 Apr 2025 13:26:15 +0000 Subject: [PATCH 3/7] =?UTF-8?q?=F0=9F=8E=89=20Release=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e3920..bff4c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # Changelog -## [0.1.7](https://git.hackmi.ch/Phil/goshorly/releases/tag/v0.1.7) - 2025-04-06 +## [0.2.0](https://git.hackmi.ch/Phil/goshorly/releases/tag/v0.2.0) - 2025-04-06 ### ❤️ Thanks to all contributors! ❤️ -@renovate-bot +@Phil, @renovate-bot ### 🔒 Security +- [CI-Build] Changed DIND to DIND rootless [[#10](https://git.hackmi.ch/Phil/goshorly/pulls/10)] - Update docker Docker tag to v28 [[#5](https://git.hackmi.ch/Phil/goshorly/pulls/5)] ### 📦️ Dependency -- 2.45.3 From 486d616def0fe7bbc2039ba227cb074056d28fba Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 7 Apr 2025 17:42:03 +0000 Subject: [PATCH 4/7] =?UTF-8?q?=F0=9F=8E=89=20Release=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff4c7c..9bc0fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,24 @@ # Changelog -## [0.2.0](https://git.hackmi.ch/Phil/goshorly/releases/tag/v0.2.0) - 2025-04-06 +## [1.0.0](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.0) - 2025-04-07 ### ❤️ Thanks to all contributors! ❤️ @Phil, @renovate-bot +### 💥 Breaking changes + +- [CI Workflow] Improvments for next releses and logic [[#11](https://git.hackmi.ch/Phil/goshorly/pulls/11)] + ### 🔒 Security - [CI-Build] Changed DIND to DIND rootless [[#10](https://git.hackmi.ch/Phil/goshorly/pulls/10)] - Update docker Docker tag to v28 [[#5](https://git.hackmi.ch/Phil/goshorly/pulls/5)] +### ✨ Features + +- Configure Renovate [[#1](https://git.hackmi.ch/Phil/goshorly/pulls/1)] + ### 📦️ Dependency - Update dependency go to v1.24.2 [[#8](https://git.hackmi.ch/Phil/goshorly/pulls/8)] @@ -18,7 +26,3 @@ - Update dependency font-awesome to v6.7.2 [[#4](https://git.hackmi.ch/Phil/goshorly/pulls/4)] - Update woodpeckerci/plugin-docker-buildx Docker tag to v5 [[#7](https://git.hackmi.ch/Phil/goshorly/pulls/7)] - Update module github.com/gofiber/fiber/v2 to v2.52.6 [[#2](https://git.hackmi.ch/Phil/goshorly/pulls/2)] - -### Misc - -- Configure Renovate [[#1](https://git.hackmi.ch/Phil/goshorly/pulls/1)] -- 2.45.3 From 7a53b8e7a93e4516cff83f5c2ce5f7b0e1e2e48f Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 7 Apr 2025 17:42:54 +0000 Subject: [PATCH 5/7] =?UTF-8?q?=F0=9F=8E=89=20Release=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc0fb7..b4dfe3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ - Configure Renovate [[#1](https://git.hackmi.ch/Phil/goshorly/pulls/1)] +### 📚 Documentation + +- Cleaned README and refresh information [[#12](https://git.hackmi.ch/Phil/goshorly/pulls/12)] + ### 📦️ Dependency - Update dependency go to v1.24.2 [[#8](https://git.hackmi.ch/Phil/goshorly/pulls/8)] -- 2.45.3 From 781d2ec2aeaeef729680778abb3b80708008b186 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 7 Apr 2025 19:03:30 +0000 Subject: [PATCH 6/7] =?UTF-8?q?=F0=9F=8E=89=20Release=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4dfe3e..1cfc814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.1](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.1) - 2025-04-07 + +### ❤️ Thanks to all contributors! ❤️ + +@Phil + +### Misc + +- [CI] Upload version binary to forgejo release [[#13](https://git.hackmi.ch/Phil/goshorly/pulls/13)] + ## [1.0.0](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.0) - 2025-04-07 ### ❤️ Thanks to all contributors! ❤️ -- 2.45.3 From b5754508743f672020f227d90005b76aab9c9793 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 7 Apr 2025 19:06:13 +0000 Subject: [PATCH 7/7] =?UTF-8?q?=F0=9F=8E=89=20Release=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfc814..1c07f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ @Phil +### 📚 Documentation + +- [Docs] Changed README for docker deployments [[#15](https://git.hackmi.ch/Phil/goshorly/pulls/15)] + ### Misc - [CI] Upload version binary to forgejo release [[#13](https://git.hackmi.ch/Phil/goshorly/pulls/13)] -- 2.45.3