Compare commits

...
4 Commits
Author SHA1 Message Date
releaser 5f7f490de0 chore(release): prepare for 0.7.9
auth0mock / build (pull_request) Successful in 41s
auth0mock / build (push) Skipped
2026-09-02 18:06:21 +00:00
releaser ab2b950999 chore(release): prepare for 0.7.9
auth0mock / build (push) Skipped
2026-09-02 18:06:17 +00:00
renovate 9f6c5eea6d chore(deps): update golang:1.27 docker digest to 512690a (#423)
Unbound Release / Create Tag (push) Skipped
Unbound Release / Check Preconditions (push) Successful in 39s
auth0mock / build (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 45s
Unbound Release / Create Release (push) Successful in 31s
Release / release (push) Successful in 2m49s
2026-09-02 18:03:06 +00:00
renovate dde19e2d12 chore(deps): update golang:1.27 docker digest to 7543a96 (#421)
Unbound Release / Check Preconditions (push) Successful in 22s
auth0mock / build (push) Skipped
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 37s
Unbound Release / Create Release (push) Successful in 24s
Release / release (push) Successful in 1m12s
2026-09-02 07:04:11 +00:00
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "0.7.8"
"version": "0.7.9"
}
+7
View File
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
## [0.7.9] - 2026-09-02
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.27 docker digest to 7543a96 (#421)
- *(deps)* Update golang:1.27 docker digest to 512690a (#423)
## [0.7.8] - 2026-09-02
### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.27@sha256:192b74998e350966280a2cbffbb6c40064754f7ec005096aa64f04d7ece4467e AS build
FROM golang:1.27@sha256:512690a5660563b57d37ecc31129e7f136e831db2aed24a1dbeb8ad7380dc0fa AS build
WORKDIR /build
ENV CGO_ENABLED=0