Compare commits

...

17 Commits

Author SHA1 Message Date
argoyle edef584a85 Merge pull request 'chore(release): prepare for 0.6.0' (#237) from next-release into main
Release / release (push) Successful in 30s
auth0mock / build (push) Successful in 2m17s
Reviewed-on: #237
2026-01-09 16:13:13 +00:00
releaser 28135f06d6 chore(release): prepare for 0.6.0
auth0mock / build (pull_request) Successful in 1m45s
2026-01-09 16:10:21 +00:00
releaser 5079c57a05 chore(release): prepare for 0.6.0 2026-01-09 16:10:15 +00:00
argoyle 241309537a Merge pull request 'feat: add release workflow using shared workflow' (#236) from feat/add-release-workflow into main
Release / release (push) Successful in 1m13s
auth0mock / build (push) Successful in 1m26s
Reviewed-on: #236
2026-01-09 16:09:17 +00:00
argoyle bcbe17f010 feat: add release workflow using shared workflow
auth0mock / build (pull_request) Successful in 2m4s
2026-01-09 16:56:10 +01:00
argoyle 0bf64d97bf Merge pull request 'fix: remove incorrect digest pinning from image reference' (#235) from fix/remove-digest-pinning into main
auth0mock / build (push) Successful in 6m39s
Reviewed-on: #235
2026-01-09 12:01:31 +00:00
argoyle 941b2b4158 fix: remove incorrect digest pinning from image reference
auth0mock / build (pull_request) Successful in 4m29s
2026-01-09 11:56:10 +01:00
renovate 6533f064d5 chore(deps): update oci.unbound.se/unboundsoftware/auth0mock docker digest to c9d60b4 (#234)
auth0mock / build (push) Successful in 2m3s
2026-01-09 09:01:47 +00:00
renovate 64e0405e68 chore(deps): pin dependencies (#233)
auth0mock / build (push) Successful in 5m27s
2026-01-09 08:01:09 +00:00
argoyle ec3ea75db5 Merge pull request 'chore(deps): update actions/checkout action to v6' (#232) from renovate/actions-checkout-6.x into main
auth0mock / build (push) Successful in 1m30s
Reviewed-on: #232
2026-01-08 15:06:22 +00:00
renovate ce6c0e3d93 chore(deps): update actions/checkout action to v6
auth0mock / build (pull_request) Successful in 1m3s
2026-01-08 15:00:48 +00:00
argoyle a93952408b Merge pull request 'feat: migrate from GitLab CI to Gitea Actions' (#231) from feat/gitea-migration into main
auth0mock / build (push) Successful in 2m33s
Reviewed-on: #231
2026-01-08 14:02:59 +00:00
argoyle 0db830b3b1 feat: migrate from GitLab CI to Gitea Actions
auth0mock / build (pull_request) Successful in 1m17s
2026-01-08 14:42:25 +01:00
argoyle 64cfb98016 Merge branch 'renovate/golang-1.25' into 'main'
chore(deps): update golang:1.25 docker digest to 6cc2338

See merge request unboundsoftware/auth0mock!225
2026-01-03 14:51:37 +01:00
Renovate 222b5aaafb chore(deps): update golang:1.25 docker digest to 6cc2338 2026-01-02 22:02:04 +00:00
argoyle 773c6acc1b Merge branch 'renovate/golang-1.25' into 'main'
chore(deps): update golang:1.25 docker digest to 31c1e53

See merge request unboundsoftware/auth0mock!224
2025-12-30 16:01:27 +01:00
Renovate be19c98a02 chore(deps): update golang:1.25 docker digest to 31c1e53 2025-12-30 13:01:43 +00:00
6 changed files with 44 additions and 4 deletions
+19
View File
@@ -0,0 +1,19 @@
name: auth0mock
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
steps:
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Build and push
run: unset GITEA_TOKEN && build && push
+9
View File
@@ -0,0 +1,9 @@
name: Release
on:
push:
branches: [main]
jobs:
release:
uses: unboundsoftware/shared-workflows/.gitea/workflows/Release.yml@main
+3 -1
View File
@@ -1 +1,3 @@
{"version":"0.5.1"} {
"version": "0.6.0"
}
+10
View File
@@ -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 ## [0.5.1] - 2025-12-29
### 🐛 Bug Fixes ### 🐛 Bug Fixes
+2 -2
View File
@@ -1,4 +1,4 @@
FROM golang:1.25@sha256:36b4f45d2874905b9e8573b783292629bcb346d0a70d8d7150b6df545234818f AS build FROM golang:1.25@sha256:6cc2338c038bc20f96ab32848da2b5c0641bb9bb5363f2c33e9b7c8838f9a208 AS build
ARG GITLAB_USER ARG GITLAB_USER
ARG GITLAB_TOKEN ARG GITLAB_TOKEN
@@ -13,7 +13,7 @@ RUN go mod download
COPY . . COPY . .
RUN go build -ldflags="-s -w" -o /release/service ./cmd/service RUN go build -ldflags="-s -w" -o /release/service ./cmd/service
FROM gcr.io/distroless/static-debian12 FROM gcr.io/distroless/static-debian12@sha256:4b2a093ef4649bccd586625090a3c668b254cfe180dee54f4c94f3e9bd7e381e
ENV TZ=Europe/Stockholm ENV TZ=Europe/Stockholm
ENV AUDIENCE="https://shiny.unbound.se" ENV AUDIENCE="https://shiny.unbound.se"
+1 -1
View File
@@ -14,7 +14,7 @@ spec:
spec: spec:
containers: containers:
- name: auth0mock - name: auth0mock
image: registry.gitlab.com/unboundsoftware/auth0mock:${COMMIT} image: oci.unbound.se/unboundsoftware/auth0mock:${COMMIT}
imagePullPolicy: "IfNotPresent" imagePullPolicy: "IfNotPresent"
resources: resources:
requests: requests: