Compare commits

..

4 Commits

Author SHA1 Message Date
releaser 5017db8237 chore(release): prepare for 0.7.4
auth0mock / build (pull_request) Successful in 53s
2026-04-22 15:04:36 +00:00
releaser 6e3129f825 chore(release): prepare for 0.7.4 2026-04-22 15:04:33 +00:00
renovate 920a6c1349 chore(deps): update golang:1.26 docker digest to 1e598ea (#303)
Release / release (push) Successful in 1m15s
auth0mock / build (push) Successful in 1m40s
2026-04-22 15:03:07 +00:00
renovate 2cf360533e chore(deps): update golang:1.26 docker digest to f715906 (#301)
Release / release (push) Successful in 58s
auth0mock / build (push) Successful in 1m0s
2026-04-22 12:04:08 +00:00
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "0.7.3" "version": "0.7.4"
} }
+7
View File
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.7.4] - 2026-04-22
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.26 docker digest to f715906 (#301)
- *(deps)* Update golang:1.26 docker digest to 1e598ea (#303)
## [0.7.3] - 2026-04-22 ## [0.7.3] - 2026-04-22
### 🐛 Bug Fixes ### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26@sha256:46d487a9216d9d3563ae7be4ee0f6a4aa9a3f6befdf62c384fd5118a7e254c4d AS build FROM golang:1.26@sha256:1e598ea5752ae26c093b746fd73c5095af97d6f2d679c43e83e0eac484a33dc3 AS build
ARG GITLAB_USER ARG GITLAB_USER
ARG GITLAB_TOKEN ARG GITLAB_TOKEN