Compare commits
45 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08b5307e84 | |||
| 7e388802e7 | |||
| f3f69beac9 | |||
| c98eae2794 | |||
| d122aa5f14 | |||
| bb89d9bb9e | |||
| 993632f2eb | |||
| b9e5f5903f | |||
| 5cd4163d64 | |||
| e4c2854da2 | |||
| 8638a7dd11 | |||
| 3362f4011c | |||
| f636bb47c2 | |||
| d43e568bc8 | |||
| 4fc0160a9a | |||
| 585582f6c6 | |||
| 91f3e851bf | |||
| a45128e63d | |||
| 80def9e067 | |||
| dd572eb484 | |||
| 38bc47eb08 | |||
| 1b6f57ae4b | |||
| d245cabd0b | |||
| 94d6cbadd6 | |||
| 2704c2c796 | |||
|
8e1a68cac1
|
|||
| 85fc909881 | |||
| 9a376aecd5 | |||
| 537791be88 | |||
| 9b4ef0f34e | |||
| 3906f72567 | |||
| 0f544525cc | |||
| e64e777871 | |||
| 962c8f39ab | |||
| d363357809 | |||
|
b88afe07f4
|
|||
| cd7a26a7a8 | |||
| 67f51d58d8 | |||
| 24a29822cb | |||
| 5176a9f81c | |||
| d8022f79d9 | |||
| d70b97b415 | |||
| c3b0c8d1a7 | |||
| 7c650e7a65 | |||
|
17e661fb96
|
@@ -3,7 +3,7 @@ name: auth0mock
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
tags: ['v*']
|
||||
tags: ['*']
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
|
||||
@@ -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
|
||||
+267
-21
@@ -1,3 +1,62 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.7.3] - 2026-04-07
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(deps)* Update module github.com/alecthomas/kong to v1.15.0 (#285)
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update gcr.io/distroless/static-debian12 docker digest to 20bc6c0 (#262)
|
||||
- *(deps)* Update golang:1.26 docker digest to b39810f (#264)
|
||||
- *(deps)* Update golang:1.26 docker digest to b751797 (#265)
|
||||
- *(deps)* Update golang:1.26 docker digest to a9c4aac (#267)
|
||||
- *(deps)* Update golang:1.26 docker digest to 9edf713 (#269)
|
||||
- *(deps)* Update golang:1.26 docker digest to fb612b7 (#270)
|
||||
- *(deps)* Update golang:1.26 docker digest to e2ddb15 (#271)
|
||||
- *(deps)* Update golang:1.26 docker digest to cdebbd5 (#272)
|
||||
- *(deps)* Update golang:1.26 docker digest to c7e98cc (#274)
|
||||
- *(deps)* Update golang:1.26 docker digest to 318ba17 (#276)
|
||||
- *(deps)* Update golang:1.26 docker digest to 16e774b (#277)
|
||||
- *(deps)* Update golang:1.26 docker digest to dd25c49 (#279)
|
||||
- *(deps)* Update golang:1.26 docker digest to c42e4d7 (#281)
|
||||
- *(deps)* Update golang:1.26 docker digest to 595c784 (#283)
|
||||
- *(deps)* Update golang:1.26 docker digest to 42ebbf7 (#286)
|
||||
- *(deps)* Update golang:1.26 docker digest to 5e69504 (#287)
|
||||
- *(deps)* Update golang:1.26 docker digest to cd78d88 (#289)
|
||||
- *(deps)* Update golang:1.26 docker digest to ec4debb (#291)
|
||||
|
||||
## [0.7.2] - 2026-02-12
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(deps)* Update module github.com/alecthomas/kong to v1.14.0 (#255)
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update golang:1.25 docker digest to 581c059 (#245)
|
||||
- *(deps)* Update golang:1.25 docker digest to 8bbd140 (#246)
|
||||
- *(deps)* Update golang:1.25 docker digest to bc45dfd (#247)
|
||||
- *(deps)* Update golang:1.25 docker digest to ce63a16 (#248)
|
||||
- Remove unused .gitlab-ci.yml
|
||||
- *(deps)* Update golang:1.25 docker digest to 4c973c7 (#251)
|
||||
- *(deps)* Update golang:1.25 docker digest to 0c87ea6 (#252)
|
||||
- *(deps)* Update golang:1.25 docker digest to 06d1251 (#253)
|
||||
- *(deps)* Update golang:1.25 docker digest to d2e5acc (#254)
|
||||
- *(deps)* Update golang:1.25 docker digest to cc73743 (#256)
|
||||
- *(deps)* Update golang docker tag to v1.26 (#257)
|
||||
- *(deps)* Update golang:1.26 docker digest to c83e68f (#258)
|
||||
- Add git-cliff configuration for changelog generation
|
||||
|
||||
## [0.7.1] - 2026-01-13
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Change CI tag pattern to match all tags
|
||||
|
||||
## [0.7.0] - 2026-01-13
|
||||
|
||||
### 🚀 Features
|
||||
@@ -7,6 +66,12 @@
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(deps)* Update module github.com/lestrrat-go/jwx/v3 to v3.0.13 (#239)
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update gcr.io/distroless/static-debian12 docker digest to cd64bec (#238)
|
||||
- *(deps)* Update golang:1.25 docker digest to 0f406d3 (#241)
|
||||
|
||||
## [0.6.0] - 2026-01-09
|
||||
|
||||
### 🚀 Features
|
||||
@@ -17,21 +82,37 @@
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Remove incorrect digest pinning from image reference
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update golang:1.25 docker digest to 31c1e53
|
||||
- *(deps)* Update golang:1.25 docker digest to 6cc2338
|
||||
- *(deps)* Update actions/checkout action to v6
|
||||
- *(deps)* Pin dependencies (#233)
|
||||
- *(deps)* Update oci.unbound.se/unboundsoftware/auth0mock docker digest to c9d60b4 (#234)
|
||||
|
||||
## [0.5.1] - 2025-12-29
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(deps)* Update module github.com/lestrrat-go/jwx/v2 to v3
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update golang docker tag to v1.25
|
||||
|
||||
## [0.5.0] - 2025-12-29
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Migrate auth0mock from Node.js to Go
|
||||
|
||||
## [0.4.0] - 2025-12-29
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- *(session-cleanup)* Implement session expiration cleanup
|
||||
|
||||
## [0.3.0] - 2025-12-28
|
||||
|
||||
### 🚀 Features
|
||||
@@ -48,6 +129,33 @@
|
||||
- *(deps)* Update dependency express to v5.2.0
|
||||
- *(deps)* Update dependency express to v5.2.1
|
||||
- *(deps)* Update dependency jsonwebtoken to v9.0.3
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to 40c53e3
|
||||
- *(deps)* Update node.js to v22.17.1
|
||||
- *(deps)* Update node.js to f17eb88
|
||||
- *(deps)* Update node.js to v22.18.0
|
||||
- *(deps)* Update node.js to da46023
|
||||
- *(deps)* Update node.js to v22.19.0
|
||||
- *(deps)* Update node.js to 2e68a73
|
||||
- *(deps)* Update node.js to v22.20.0
|
||||
- *(deps)* Update node.js to 4b5601e
|
||||
- *(deps)* Update node.js to 1260a4a
|
||||
- *(deps)* Update node.js to v22.21.0
|
||||
- *(deps)* Update node.js to v24
|
||||
- *(deps)* Update node.js
|
||||
- *(deps)* Update node.js to 0601cd0
|
||||
- *(deps)* Update node.js to v24.11.1
|
||||
- *(deps)* Update node.js to 11a2e11
|
||||
- *(deps)* Update dependency prettier to v3.7.0
|
||||
- *(deps)* Update dependency prettier to v3.7.1
|
||||
- *(deps)* Update dependency prettier to v3.7.2
|
||||
- *(deps)* Update dependency prettier to v3.7.3
|
||||
- *(deps)* Update dependency prettier to v3.7.4
|
||||
- *(deps)* Update node.js to aa57b08
|
||||
- *(deps)* Update node.js to v24.12.0
|
||||
|
||||
## [0.2.0] - 2025-06-29
|
||||
|
||||
### 🚀 Features
|
||||
@@ -60,6 +168,20 @@
|
||||
- *(deps)* Update dependency debug to v4.4.1
|
||||
- *(deps)* Update dependency serve-favicon to v2.5.1
|
||||
- *(k8s)* Update ingress configuration for backend service
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to 4c7ba01
|
||||
- *(deps)* Update node.js to v22.15.0
|
||||
- *(deps)* Update node.js to ab3dc40
|
||||
- *(deps)* Update node.js to v22.15.1
|
||||
- *(deps)* Update node.js to v22.16.0
|
||||
- *(deps)* Update node.js to 8d23574
|
||||
- *(deps)* Update dependency prettier to v3.6.0
|
||||
- *(deps)* Update dependency prettier to v3.6.1
|
||||
- *(deps)* Update node.js to v22.17.0
|
||||
- *(deps)* Update dependency prettier to v3.6.2
|
||||
|
||||
## [0.1.5] - 2025-04-03
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
@@ -70,12 +192,37 @@
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to debe7ff
|
||||
- *(deps)* Update node.js to 469d57f
|
||||
- *(deps)* Update node.js to 3962f5a
|
||||
- *(deps)* Update node.js to 5145c88
|
||||
- *(deps)* Update dependency prettier to v3.5.0
|
||||
- *(deps)* Update dependency prettier to v3.5.1
|
||||
- *(deps)* Update node.js to 7c6b02a
|
||||
- *(deps)* Update node.js to cfef443
|
||||
- *(deps)* Update dependency prettier to v3.5.2
|
||||
- *(deps)* Update node.js to a279671
|
||||
- *(deps)* Update node.js to c3ef15a
|
||||
- *(deps)* Update node.js to 2094ac6
|
||||
- *(Dockerfile)* Update Node.js base image version
|
||||
- *(deps)* Update dependency prettier to v3.5.3
|
||||
- *(deps)* Update node.js to fab5fee
|
||||
|
||||
## [0.1.4] - 2025-01-24
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(k8s)* Update labels to adhere to best practices
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to 0e910f4
|
||||
- *(deps)* Update node.js to 99981c3
|
||||
- *(deps)* Update node.js to 4f7fb7f
|
||||
- *(deps)* Update node.js to d77c645
|
||||
- *(deps)* Update node.js to fa54405
|
||||
- *(deps)* Update node.js to ae2f3d4
|
||||
|
||||
## [0.1.3] - 2024-12-18
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
@@ -91,8 +238,23 @@
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update node.js to v22
|
||||
- *(deps)* Update dependency node to v22
|
||||
- Update renovate configuration to disable auth0mock updates
|
||||
- *(deps)* Update node.js to f496dba
|
||||
- *(deps)* Update node.js to db556c2
|
||||
- *(deps)* Update node.js to f1f8564
|
||||
- *(deps)* Update node.js to 6eb1af3
|
||||
- *(deps)* Update node.js to 5c76d05
|
||||
- *(deps)* Update dependency prettier to v3.4.0
|
||||
- *(deps)* Update dependency prettier to v3.4.1
|
||||
- *(deps)* Update node.js to cb24453
|
||||
- *(deps)* Update node.js to fd453a2
|
||||
- *(deps)* Update node.js to e605a19
|
||||
- *(deps)* Update node.js to 35a5dd7
|
||||
- *(deps)* Update dependency prettier to v3.4.2
|
||||
- Remove Docker service from build stage configuration
|
||||
|
||||
## [0.1.2] - 2024-10-19
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
@@ -102,8 +264,10 @@
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update dependency ingress to networking.k8s.io/v1
|
||||
- Update Dockerfile to remove warnings
|
||||
- Support issuer in openid-configuration
|
||||
|
||||
## [0.1.1] - 2024-10-05
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
@@ -124,7 +288,12 @@
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update dependency prettier to v3.3.0
|
||||
- *(deps)* Update dependency prettier to v3.3.1
|
||||
- *(deps)* Update dependency prettier to v3.3.2
|
||||
- *(deps)* Update dependency prettier to v3.3.3
|
||||
- Add release flow
|
||||
|
||||
## [0.1.0] - 2024-04-08
|
||||
|
||||
### 🚀 Features
|
||||
@@ -135,6 +304,7 @@
|
||||
|
||||
- *(deps)* Update dependency express to v4.19.1
|
||||
- *(deps)* Update dependency express to v4.19.2
|
||||
|
||||
## [0.0.17] - 2024-03-11
|
||||
|
||||
### 🚀 Features
|
||||
@@ -144,31 +314,68 @@
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(deps)* Update dependency express to v4.18.3
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Bump jsonwebtoken from 9.0.0 to 9.0.1
|
||||
- *(deps-dev)* Bump prettier from 2.8.8 to 3.0.0
|
||||
- *(deps)* Bump nodemon from 2.0.22 to 3.0.0
|
||||
- *(deps)* Bump nodemon from 3.0.0 to 3.0.1
|
||||
- *(deps-dev)* Bump prettier from 3.0.0 to 3.0.1
|
||||
- *(deps-dev)* Bump prettier from 3.0.1 to 3.0.2
|
||||
- *(deps-dev)* Bump prettier from 3.0.2 to 3.0.3
|
||||
- *(deps)* Bump jsonwebtoken from 9.0.1 to 9.0.2
|
||||
- *(deps-dev)* Bump prettier from 3.0.3 to 3.1.0
|
||||
- *(deps)* Bump nodemon from 3.0.1 to 3.0.2
|
||||
- *(deps-dev)* Bump prettier from 3.1.0 to 3.1.1
|
||||
- *(deps-dev)* Bump prettier from 3.1.1 to 3.2.1
|
||||
- *(deps-dev)* Bump prettier from 3.2.1 to 3.2.2
|
||||
- *(deps)* Bump nodemon from 3.0.2 to 3.0.3
|
||||
- *(deps-dev)* Bump prettier from 3.2.2 to 3.2.3
|
||||
- *(deps-dev)* Bump prettier from 3.2.3 to 3.2.4
|
||||
- *(deps-dev)* Bump prettier from 3.2.4 to 3.2.5
|
||||
- *(deps)* Bump nodemon from 3.0.3 to 3.1.0
|
||||
- *(deps)* Update dependency node to v20
|
||||
|
||||
## [0.0.16] - 2023-06-01
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Initial users store
|
||||
|
||||
## [0.0.15] - 2023-05-31
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Return empty array
|
||||
|
||||
## [0.0.14] - 2023-05-31
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Remember created users
|
||||
|
||||
## [0.0.13] - 2023-05-02
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add name and email to id token
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps-dev)* Bump prettier from 2.8.4 to 2.8.5
|
||||
- *(deps-dev)* Bump prettier from 2.8.5 to 2.8.6
|
||||
- *(deps)* Bump nodemon from 2.0.21 to 2.0.22
|
||||
- *(deps-dev)* Bump prettier from 2.8.6 to 2.8.7
|
||||
- *(deps-dev)* Bump prettier from 2.8.7 to 2.8.8
|
||||
- *(deps)* Bump node from 18 to 20
|
||||
|
||||
## [0.0.12] - 2023-03-10
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Remove session on logout
|
||||
|
||||
## [0.0.11] - 2023-03-10
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
@@ -180,59 +387,87 @@
|
||||
|
||||
- Use Docker DinD version from variable
|
||||
- Change Dependabot rebase strategy
|
||||
- *(deps)* Bump body-parser from 1.20.1 to 1.20.2
|
||||
- *(deps)* Bump nodemon from 2.0.20 to 2.0.21
|
||||
- Format code and add prettier
|
||||
|
||||
## [0.0.10] - 2022-12-22
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Bump express from 4.18.0 to 4.18.1
|
||||
- *(deps)* Bump nodemon from 2.0.15 to 2.0.16
|
||||
- *(deps)* [security] bump ansi-regex from 4.1.0 to 4.1.1
|
||||
- *(deps)* [security] bump minimist from 1.2.0 to 1.2.6
|
||||
- *(deps)* [security] bump ini from 1.3.5 to 1.3.8
|
||||
- *(deps)* [security] bump normalize-url from 4.5.0 to 4.5.1
|
||||
- *(deps)* Bump nodemon from 2.0.16 to 2.0.18
|
||||
- *(deps)* Bump nodemon from 2.0.18 to 2.0.19
|
||||
- *(deps)* Bump nodemon from 2.0.19 to 2.0.20
|
||||
- *(deps)* Bump body-parser from 1.20.0 to 1.20.1
|
||||
- *(deps)* Bump express from 4.18.1 to 4.18.2
|
||||
- *(deps)* Bump jsonwebtoken from 8.5.1 to 9.0.0
|
||||
|
||||
## [0.0.9] - 2022-04-28
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add support for client id and secret tokens
|
||||
|
||||
## [0.0.8] - 2022-04-26
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add dummy-implementation of management API
|
||||
|
||||
## [0.0.7] - 2022-04-26
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Use correct return-variable
|
||||
|
||||
## [0.0.6] - 2022-04-26
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Make sure thumbPrint is a string
|
||||
|
||||
### 💼 Other
|
||||
|
||||
- *(deps)* Bump express from 4.17.3 to 4.18.0
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Format code
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Bump express from 4.17.3 to 4.18.0
|
||||
|
||||
## [0.0.5] - 2022-04-26
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Add custom claims to both id and access token
|
||||
|
||||
## [0.0.4] - 2022-04-26
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add email custom claim
|
||||
|
||||
## [0.0.3] - 2022-04-26
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add env-property for default issuer
|
||||
|
||||
## [0.0.2] - 2022-04-25
|
||||
|
||||
### 💼 Other
|
||||
|
||||
- *(deps)* Bump node from 17 to 18
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Change admin-handling
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Bump node from 17 to 18
|
||||
|
||||
## [0.0.1] - 2022-04-19
|
||||
|
||||
### 🚀 Features
|
||||
@@ -249,7 +484,29 @@
|
||||
- Package.json & yarn.lock to reduce vulnerabilities
|
||||
- Pipeline
|
||||
|
||||
### 💼 Other
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Add triggering of acctest
|
||||
- Add artifacts
|
||||
- Update to latest build-tools
|
||||
- Update to latest build-tools
|
||||
- Add ingress
|
||||
- Add CI workflows
|
||||
- Use buildtools version from env
|
||||
- Add dependabot config
|
||||
- *(deps)* Bump node from 12 to 16
|
||||
- *(deps)* Bump base64-url from 2.2.1 to 2.3.3
|
||||
- *(deps)* Bump buffer from 5.2.1 to 6.0.3
|
||||
- *(deps)* Bump debug from 2.6.9 to 4.3.2
|
||||
- *(deps)* Bump https-localhost from 4.1.1 to 4.7.0
|
||||
- *(deps)* Bump node-rsa from 1.0.5 to 1.1.1
|
||||
- *(deps)* Bump cookie-parser from 1.4.4 to 1.4.5
|
||||
- *(deps)* Bump nodemon from 2.0.3 to 2.0.14
|
||||
- *(deps)* Bump node from 16 to 17
|
||||
- Remove dependabot-standalone
|
||||
- Cleanup and remove acctest triggering
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Bump nodemon from 2.0.14 to 2.0.15
|
||||
- *(deps)* Bump cookie-parser from 1.4.5 to 1.4.6
|
||||
@@ -268,15 +525,4 @@
|
||||
- *(deps)* Bump node-forge from 1.3.0 to 1.3.1
|
||||
- *(deps)* Bump body-parser from 1.19.2 to 1.20.0
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- Add triggering of acctest
|
||||
- Add artifacts
|
||||
- Update to latest build-tools
|
||||
- Update to latest build-tools
|
||||
- Add ingress
|
||||
- Add CI workflows
|
||||
- Use buildtools version from env
|
||||
- Add dependabot config
|
||||
- Remove dependabot-standalone
|
||||
- Cleanup and remove acctest triggering
|
||||
<!-- generated by git-cliff -->
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.25@sha256:0f406d34b7cb7255d0700af02ec28a2c88f1e00701055f4c282aa4c3ec0b3245 AS build
|
||||
FROM golang:1.26@sha256:ec4debba7b371fb2eaa6169a72fc61ad93b9be6a9ae9da2a010cb81a760d36e7 AS build
|
||||
|
||||
ARG GITLAB_USER
|
||||
ARG GITLAB_TOKEN
|
||||
@@ -13,7 +13,7 @@ RUN go mod download
|
||||
COPY . .
|
||||
RUN go build -ldflags="-s -w" -o /release/service ./cmd/service
|
||||
|
||||
FROM gcr.io/distroless/static-debian12@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93
|
||||
FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838
|
||||
|
||||
ENV TZ=Europe/Stockholm
|
||||
ENV AUDIENCE="https://shiny.unbound.se"
|
||||
|
||||
+80
@@ -0,0 +1,80 @@
|
||||
# git-cliff ~ default configuration file
|
||||
# https://git-cliff.org/docs/configuration
|
||||
#
|
||||
# Lines starting with "#" are comments.
|
||||
# Configuration options are organized into tables and keys.
|
||||
# See documentation for more information on available options.
|
||||
|
||||
[changelog]
|
||||
# template for the changelog header
|
||||
header = """
|
||||
# Changelog\n
|
||||
All notable changes to this project will be documented in this file.\n
|
||||
"""
|
||||
# template for the changelog body
|
||||
# https://keats.github.io/tera/docs/#introduction
|
||||
body = """
|
||||
{% if version %}\
|
||||
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }}
|
||||
{% else %}\
|
||||
## [unreleased]
|
||||
{% endif %}\
|
||||
{% for group, commits in commits | group_by(attribute="group") %}
|
||||
### {{ group | striptags | trim | upper_first }}
|
||||
{% for commit in commits %}
|
||||
- {% if commit.scope %}*({{ commit.scope }})* {% endif %}\
|
||||
{% if commit.breaking %}[**breaking**] {% endif %}\
|
||||
{{ commit.message | upper_first }}\
|
||||
{% endfor %}
|
||||
{% endfor %}\n
|
||||
"""
|
||||
# template for the changelog footer
|
||||
footer = """
|
||||
<!-- generated by git-cliff -->
|
||||
"""
|
||||
# remove the leading and trailing s
|
||||
trim = true
|
||||
# postprocessors
|
||||
postprocessors = [
|
||||
# { pattern = '<REPO>', replace = "https://github.com/orhun/git-cliff" }, # replace repository URL
|
||||
]
|
||||
# render body even when there are no releases to process
|
||||
# render_always = true
|
||||
# output file path
|
||||
# output = "test.md"
|
||||
|
||||
[git]
|
||||
# parse the commits based on https://www.conventionalcommits.org
|
||||
conventional_commits = true
|
||||
# filter out the commits that are not conventional
|
||||
filter_unconventional = true
|
||||
# process each line of a commit as an individual commit
|
||||
split_commits = false
|
||||
# regex for preprocessing the commit messages
|
||||
commit_preprocessors = [
|
||||
# Replace issue numbers
|
||||
#{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))"},
|
||||
# Check spelling of the commit with https://github.com/crate-ci/typos
|
||||
# If the spelling is incorrect, it will be automatically fixed.
|
||||
#{ pattern = '.*', replace_command = 'typos --write-changes -' },
|
||||
]
|
||||
# regex for parsing and grouping commits
|
||||
commit_parsers = [
|
||||
{ message = "^feat", group = "<!-- 0 -->🚀 Features" },
|
||||
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
|
||||
{ message = "^doc", group = "<!-- 3 -->📚 Documentation" },
|
||||
{ message = "^perf", group = "<!-- 4 -->⚡ Performance" },
|
||||
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
|
||||
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
|
||||
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
|
||||
{ message = "^chore\\(release\\): prepare for", skip = true },
|
||||
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
|
||||
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
|
||||
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
|
||||
]
|
||||
# filter out the commits that are not matched by commit parsers
|
||||
filter_commits = false
|
||||
# sort the tags topologically
|
||||
topo_order = false
|
||||
# sort the commits inside sections by oldest/newest order
|
||||
sort_commits = "oldest"
|
||||
@@ -3,7 +3,7 @@ module gitlab.com/unboundsoftware/auth0mock
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/alecthomas/kong v1.13.0
|
||||
github.com/alecthomas/kong v1.15.0
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/lestrrat-go/jwx/v3 v3.0.13
|
||||
github.com/rs/cors v1.11.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8vS6K3D0=
|
||||
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
|
||||
github.com/alecthomas/kong v1.13.0 h1:5e/7XC3ugvhP1DQBmTS+WuHtCbcv44hsohMgcvVxSrA=
|
||||
github.com/alecthomas/kong v1.13.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
|
||||
github.com/alecthomas/kong v1.15.0 h1:BVJstKbpO73zKpmIu+m/aLRrNmWwxXPIGTNin9VmLVI=
|
||||
github.com/alecthomas/kong v1.15.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
|
||||
github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs=
|
||||
github.com/alecthomas/repr v0.5.2/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
|
||||
Reference in New Issue
Block a user