Compare commits

..

4 commits

Author SHA1 Message Date
oauth
243aaf1a53 🎉 Release 0.2.0
All checks were successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/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-06 13:26:15 +00:00
oauth
c3307c5092 Merge branch 'origin/main' into 'next-release/main' 2025-04-06 13:26:14 +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
2 changed files with 7 additions and 6 deletions

View file

@ -6,15 +6,15 @@ steps:
- go build -ldflags="-X main.CommitSHA=${CI_COMMIT_SHORT_SHA}" -o linux-amd64 . - go build -ldflags="-X main.CommitSHA=${CI_COMMIT_SHORT_SHA}" -o linux-amd64 .
when: when:
- event: [push, cron] - event: [push, cron]
branch: [main, develop] branch: main
- name: build-and-push-docker - name: build-and-push-docker-dev
image: woodpeckerci/plugin-docker-buildx:5.2.2 image: woodpeckerci/plugin-docker-buildx:5.2.2
settings: settings:
platforms: linux/amd64,linux/arm/v6,linux/arm64/v8 platforms: linux/amd64,linux/arm/v6,linux/arm64/v8
repo: git.hackmi.ch/phil/goshorly repo: git.hackmi.ch/phil/goshorly
registry: git.hackmi.ch registry: git.hackmi.ch
tags: latest tags: dev
username: username:
from_secret: reg-user from_secret: reg-user
password: password:
@ -30,7 +30,7 @@ steps:
services: services:
docker-daemon: docker-daemon:
image: docker:28.0-dind image: docker:28.0-dind-rootless
commands: commands:
- dockerd --tls=false --host=tcp://0.0.0.0:2376 - dockerd --tls=false --host=tcp://0.0.0.0:2376
privileged: true privileged: true

View file

@ -1,13 +1,14 @@
# Changelog # 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! ❤️ ### ❤️ Thanks to all contributors! ❤️
@renovate-bot @Phil, @renovate-bot
### 🔒 Security ### 🔒 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)] - Update docker Docker tag to v28 [[#5](https://git.hackmi.ch/Phil/goshorly/pulls/5)]
### 📦️ Dependency ### 📦️ Dependency