Compare commits
7 Commits
6533f064d5
..
0.6.0
| Author | SHA1 | Date | |
|---|---|---|---|
| edef584a85 | |||
| 28135f06d6 | |||
| 5079c57a05 | |||
| 241309537a | |||
|
bcbe17f010
|
|||
| 0bf64d97bf | |||
|
941b2b4158
|
@@ -0,0 +1,9 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main
|
||||
@@ -1,3 +1,13 @@
|
||||
## [0.6.0] - 2026-01-09
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Migrate from GitLab CI to Gitea Actions
|
||||
- Add release workflow using shared workflow
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Remove incorrect digest pinning from image reference
|
||||
## [0.5.1] - 2025-12-29
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: auth0mock
|
||||
image: oci.unbound.se/unboundsoftware/auth0mock@sha256:c9d60b464b573f06311f85462a51bcd23213a81a923b6d1be9824b5d050c225f:${COMMIT}
|
||||
image: oci.unbound.se/unboundsoftware/auth0mock:${COMMIT}
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user