Compare commits

...

11 Commits

Author SHA1 Message Date
argoyle d363357809 Merge pull request 'chore: remove unused .gitlab-ci.yml' (#249) from remove-gitlab-ci into main
Release / release (push) Successful in 3m26s
auth0mock / build (push) Successful in 4m59s
Reviewed-on: #249
2026-01-23 14:56:33 +00:00
argoyle b88afe07f4 chore: remove unused .gitlab-ci.yml
auth0mock / build (pull_request) Successful in 4m33s
No longer needed after migration to Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 14:34:07 +01:00
renovate cd7a26a7a8 chore(deps): update golang:1.25 docker digest to ce63a16 (#248)
Release / release (push) Successful in 1m24s
auth0mock / build (push) Successful in 3m19s
2026-01-19 22:04:11 +00:00
renovate 67f51d58d8 chore(deps): update golang:1.25 docker digest to bc45dfd (#247)
Release / release (push) Successful in 1m28s
auth0mock / build (push) Successful in 2m23s
2026-01-15 22:05:54 +00:00
renovate 24a29822cb chore(deps): update golang:1.25 docker digest to 8bbd140 (#246)
Release / release (push) Successful in 1m28s
auth0mock / build (push) Successful in 2m13s
2026-01-14 06:43:59 +00:00
renovate 5176a9f81c chore(deps): update golang:1.25 docker digest to 581c059 (#245)
Release / release (push) Successful in 34s
auth0mock / build (push) Successful in 57s
2026-01-13 19:02:23 +00:00
argoyle d8022f79d9 Merge pull request 'chore(release): prepare for 0.7.1' (#244) from next-release into main
Release / release (push) Successful in 46s
auth0mock / build (push) Successful in 1m5s
Reviewed-on: #244
2026-01-13 16:51:52 +00:00
releaser d70b97b415 chore(release): prepare for 0.7.1
auth0mock / build (pull_request) Successful in 1m3s
2026-01-13 16:35:49 +00:00
releaser c3b0c8d1a7 chore(release): prepare for 0.7.1 2026-01-13 16:35:44 +00:00
argoyle 7c650e7a65 Merge pull request 'fix: change CI tag pattern to match all tags' (#243) from fix/ci-tag-pattern into main
auth0mock / build (push) Successful in 2m21s
Release / release (push) Successful in 1m43s
Reviewed-on: #243
2026-01-13 16:32:57 +00:00
argoyle 17e661fb96 fix: change CI tag pattern to match all tags
auth0mock / build (pull_request) Successful in 1m15s
2026-01-13 17:20:50 +01:00
5 changed files with 8 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: auth0mock
on: on:
push: push:
branches: [main] branches: [main]
tags: ['v*'] tags: ['*']
pull_request: pull_request:
branches: [main] branches: [main]
-17
View File
@@ -1,17 +0,0 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: unboundsoftware/ci-templates
file: Defaults.gitlab-ci.yml
- project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml
stages:
- build
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- push
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "0.7.0" "version": "0.7.1"
} }
+5
View File
@@ -1,3 +1,8 @@
## [0.7.1] - 2026-01-13
### 🐛 Bug Fixes
- Change CI tag pattern to match all tags
## [0.7.0] - 2026-01-13 ## [0.7.0] - 2026-01-13
### 🚀 Features ### 🚀 Features
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.25@sha256:0f406d34b7cb7255d0700af02ec28a2c88f1e00701055f4c282aa4c3ec0b3245 AS build FROM golang:1.25@sha256:ce63a16e0f7063787ebb4eb28e72d477b00b4726f79874b3205a965ffd797ab2 AS build
ARG GITLAB_USER ARG GITLAB_USER
ARG GITLAB_TOKEN ARG GITLAB_TOKEN