Commit graph

244 commits

Author SHA1 Message Date
709a729646 🎉 Release 1.0.2 (#17)
All checks were successful
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/tag/0-pre Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/1-build-check Pipeline was successful
ci/woodpecker/push/10-build-dev Pipeline was successful
ci/woodpecker/tag/20-build-tag Pipeline was successful
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 `1.0.2` 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

## [1.0.2](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.2) - 2025-04-08

### 🐛 Bug Fixes

- [CI/Tag] Wait for release when build is success [[#16](#16)]

Co-authored-by: oauth <release_mail>
Reviewed-on: #17
Co-authored-by: release-bot <release-bot@noreply.email>
Co-committed-by: release-bot <release-bot@noreply.email>
2025-04-08 09:12:11 +00:00
1bcfe3ee63 [CI/Tag] Wait for release when build is success (#16)
Some checks failed
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/1-build-check Pipeline was successful
ci/woodpecker/push/10-build-dev Pipeline failed
Reviewed-on: #16
2025-04-08 09:06:42 +00:00
9b84ce645b 🎉 Release 1.0.1 (#14)
All checks were successful
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/tag/0-pre Pipeline was successful
ci/woodpecker/push/1-build-check Pipeline was successful
ci/woodpecker/tag/20-build-tag Pipeline was successful
ci/woodpecker/push/10-build-dev Pipeline was successful
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 `1.0.1` 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

## [1.0.1](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.1) - 2025-04-07

### 📚 Documentation

- [Docs] Changed README for docker deployments [[#15](#15)]

### Misc

- [CI] Upload version binary to forgejo release [[#13](#13)]

Co-authored-by: oauth <release_mail>
Reviewed-on: #14
Co-authored-by: release-bot <release-bot@noreply.email>
Co-committed-by: release-bot <release-bot@noreply.email>
2025-04-08 08:41:40 +00:00
69fa96781d Merge pull request '[Docs] Changed README for docker deployments' (#15) from docs/docker into main
All checks were successful
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/1-build-check Pipeline was successful
ci/woodpecker/push/10-build-dev Pipeline was successful
Reviewed-on: #15
2025-04-07 19:05:53 +00:00
c084f2c64f [Docs] changed README for docker deployment
All checks were successful
ci/woodpecker/pr/0-pre Pipeline was successful
ci/woodpecker/pr/1-build-check Pipeline was successful
2025-04-07 19:05:28 +00:00
8546c3b969 [CI] Improvments build/checks
Some checks failed
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/push/1-build-check unknown status
ci/woodpecker/push/10-build-dev unknown status
ci/woodpecker/push/0-pre Pipeline failed
- Updated workflow to release the binary builds for tags in forgejo.
- Removed Check for docker build -> to much cpu usage for building.

Reviewed-on: #13
2025-04-07 19:03:21 +00:00
fca1fe2b7b 🎉 Release 1.0.0 (#9)
All checks were successful
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/tag/0-pre Pipeline was successful
ci/woodpecker/push/1-build-check Pipeline was successful
ci/woodpecker/push/10-build-dev Pipeline was successful
ci/woodpecker/tag/20-build-tag Pipeline was successful
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 `1.0.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

## [1.0.0](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.0) - 2025-04-07

### 💥 Breaking changes

- [CI Workflow] Improvments for next releses and logic [[#11](#11)]

### 🔒 Security

- [CI-Build] Changed DIND to DIND rootless [[#10](#10)]
- Update docker Docker tag to v28 [[#5](#5)]

###  Features

- Configure Renovate [[#1](#1)]

### 📚 Documentation

- Cleaned README and refresh information [[#12](#12)]

### 📦️ Dependency

- Update dependency go to v1.24.2 [[#8](#8)]
- Update module github.com/gofiber/template/html/v2 to v2.1.3 [[#3](#3)]
- Update dependency font-awesome to v6.7.2 [[#4](#4)]
- Update woodpeckerci/plugin-docker-buildx Docker tag to v5 [[#7](#7)]
- Update module github.com/gofiber/fiber/v2 to v2.52.6 [[#2](#2)]

Co-authored-by: oauth <release_mail>
Reviewed-on: #9
Co-authored-by: release-bot <release-bot@noreply.email>
Co-committed-by: release-bot <release-bot@noreply.email>
2025-04-07 17:44:01 +00:00
13a20dd1a3 Cleaned README and refresh information (#12)
Some checks failed
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/push/1-build-check unknown status
ci/woodpecker/push/10-build-dev unknown status
ci/woodpecker/push/0-pre Pipeline failed
Reviewed-on: #12
2025-04-07 17:42:17 +00:00
802b93bdaf [CI Workflow] Improvments for next releses and logic (#11)
Some checks failed
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/push/1-build-check unknown status
ci/woodpecker/push/10-build-dev unknown status
ci/woodpecker/push/0-pre Pipeline failed
- [X] Changed latest / dev builds (security)
- [x]  Changed logic behind build and tags (breaking)
- [x]  Make more checks and buildflags (feature)
- [x]  New releases for @renovate-bot (enhancement)

Reviewed-on: #11
2025-04-07 17:41:41 +00:00
74b0c6b57f [CI-Build] Changed DIND to DIND rootless (#10)
All checks were successful
ci/woodpecker/push/50-release-bot Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/10-build-latest Pipeline was successful
Reviewed-on: #10
2025-04-06 13:26:04 +00:00
9e5d80b103 .woodpecker/10-build-latest.yml aktualisiert
All checks were successful
ci/woodpecker/push/50-release-bot Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/10-build-latest Pipeline was successful
2025-04-06 13:08:00 +00:00
345c6a1d4e
[CI] Added Release Bot
All checks were successful
ci/woodpecker/push/50-release-bot Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/10-build-latest Pipeline was successful
2025-04-06 10:45:00 +02:00
bbdf6d3ea6 Merge pull request 'Update dependency go to v1.24.2' (#8) from renovate/go-1.x into main
All checks were successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/10-build-latest Pipeline was successful
Reviewed-on: #8
2025-04-05 18:45:38 +00:00
afd643004d Merge branch 'main' into renovate/go-1.x
All checks were successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/pull_request_closed/0-pre Pipeline was successful
ci/woodpecker/push/10-build-latest Pipeline was successful
ci/woodpecker/pull_request_closed/10-build-latest Pipeline was successful
ci/woodpecker/pr/0-pre Pipeline was successful
ci/woodpecker/pr/10-build-latest Pipeline was successful
2025-04-05 18:45:18 +00:00
9675dfe346 Changed CI Workflow
Some checks failed
ci/woodpecker/push/10-build-latest unknown status
ci/woodpecker/push/0-pre Pipeline failed
2025-04-05 20:44:37 +02:00
7c567f9fa1 Update dependency go to v1.24.2
All checks were successful
ci/woodpecker/pr/0-pre Pipeline was successful
ci/woodpecker/pr/10-build-latest Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/10-build-latest Pipeline was successful
2025-04-05 18:30:54 +00:00
9932cdcba2
[CI] Changed routine
All checks were successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/10-build-latest Pipeline was successful
2025-04-05 20:18:33 +02:00
d5e006d914
[CI] Fixed https://woodpecker-ci.org/docs/usage/environment
Some checks failed
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/10-build-latest Pipeline failed
2025-04-05 20:10:33 +02:00
1e7fc23202 [deps] updated / [CI] Workflow updated 2025-04-05 20:08:40 +02:00
794d64f8aa Merge pull request 'Update module github.com/gofiber/template/html/v2 to v2.1.3' (#3) from renovate/github.com-gofiber-template-html-v2-2.x into main
Reviewed-on: #3
2025-04-04 17:10:11 +00:00
9100b65341 Update module github.com/gofiber/template/html/v2 to v2.1.3 2025-04-04 17:09:31 +00:00
85cf110654 Merge pull request 'Update dependency font-awesome to v6.7.2' (#4) from renovate/font-awesome-6.x into main
Reviewed-on: #4
2025-04-04 17:02:18 +00:00
4c13385b11 Merge pull request 'Update woodpeckerci/plugin-docker-buildx Docker tag to v5' (#7) from renovate/woodpeckerci-plugin-docker-buildx-5.x into main
Reviewed-on: #7
2025-04-04 17:02:01 +00:00
e5ec0b063e Merge pull request 'Update docker Docker tag to v28' (#5) from renovate/docker-28.x into main
Reviewed-on: #5
2025-04-04 17:01:47 +00:00
2773952c01 Merge pull request 'Update module github.com/gofiber/fiber/v2 to v2.52.6' (#2) from renovate/github.com-gofiber-fiber-v2-2.x into main
Reviewed-on: #2
2025-04-04 17:01:33 +00:00
f5b460f173 Update woodpeckerci/plugin-docker-buildx Docker tag to v5 2025-04-04 14:49:43 +00:00
e2391fd561 Update docker Docker tag to v28 2025-04-04 14:49:35 +00:00
6f3d70de2a Update dependency font-awesome to v6.7.2 2025-04-04 14:49:32 +00:00
91c7614544 Update module github.com/gofiber/fiber/v2 to v2.52.6 2025-04-04 14:49:24 +00:00
b76ba23a31 Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
2025-04-04 14:37:44 +00:00
47bacac6d6 Add renovate.json 2025-04-04 14:34:55 +00:00
dca710815c
Changed CI Workflow for tagged build
All checks were successful
ci/woodpecker/push/1-check Pipeline was successful
ci/woodpecker/push/2-build-latest Pipeline was successful
2024-10-05 21:52:58 +02:00
a9a1efb7ae Updated golang dependencies
All checks were successful
ci/woodpecker/push/1-check Pipeline was successful
ci/woodpecker/push/2-build-latest Pipeline was successful
ci/woodpecker/tag/1-check Pipeline was successful
ci/woodpecker/tag/2-build-latest Pipeline was successful
ci/woodpecker/tag/3-build-tagged Pipeline was successful
2024-10-05 13:44:37 +02:00
6ed7b73ca4 .woodpecker/2-build-latest.yml aktualisiert
All checks were successful
ci/woodpecker/push/1-check Pipeline was successful
ci/woodpecker/push/2-build-latest Pipeline was successful
2024-10-04 21:14:40 +00:00
b2a7d3e7a3 README.md aktualisiert
Some checks failed
ci/woodpecker/push/1-check Pipeline was successful
ci/woodpecker/push/2-build-latest Pipeline failed
2024-10-04 20:39:17 +00:00
ef84388b51 README.md aktualisiert 2024-10-04 20:38:25 +00:00
ed2937ee56 Added Tagged Build for Docker (#7)
Reviewed-on: #7
2024-04-20 21:17:04 +02:00
0b2793d5ab [SKIP CI] CI renamed Build Step 2024-04-20 15:18:50 +02:00
1e578170c2 README.md aktualisiert 2024-04-19 20:05:31 +02:00
47a35f6c9a Added linux/arm/v6,linux/arm64/v8 as platform 2024-04-19 20:04:38 +02:00
73c7948838 README.md aktualisiert 2024-04-19 17:08:48 +02:00
0d8e3cdb42 Update Fiber and packages 2024-04-19 16:54:09 +02:00
612852e34e Fix WoodpeckerCI lowecase docker build 2024-04-19 16:36:34 +02:00
6cf8c4cf15 Port DroneCI to WoodpeckerCI (#6)
Fix to Issue #5

Reviewed-on: #6
2024-04-19 16:32:53 +02:00
ba3d45c97a Changed nemspace to correct gitserver 2023-09-04 20:59:51 +02:00
0ac39a071f Updated CI 2023-09-04 20:54:41 +02:00
4ac5a78203 Added TO on CI 2023-04-05 22:35:04 +02:00
a2d2d4c9f0 Refractor Codebase 2023-04-05 22:29:43 +02:00
c98abe116e Fixed always run 2022-12-24 22:26:42 +01:00
8ba101c6a1 Added Tagged Build 2022-12-24 22:24:16 +01:00