Compare commits
38 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 |
@@ -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
|
|
||||||
+235
-21
@@ -1,8 +1,35 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [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
|
## [0.7.1] - 2026-01-13
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Change CI tag pattern to match all tags
|
- Change CI tag pattern to match all tags
|
||||||
|
|
||||||
## [0.7.0] - 2026-01-13
|
## [0.7.0] - 2026-01-13
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
@@ -12,6 +39,12 @@
|
|||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- *(deps)* Update module github.com/lestrrat-go/jwx/v3 to v3.0.13 (#239)
|
- *(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
|
## [0.6.0] - 2026-01-09
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
@@ -22,21 +55,37 @@
|
|||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Remove incorrect digest pinning from image reference
|
- 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
|
## [0.5.1] - 2025-12-29
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- *(deps)* Update module github.com/lestrrat-go/jwx/v2 to v3
|
- *(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
|
## [0.5.0] - 2025-12-29
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Migrate auth0mock from Node.js to Go
|
- Migrate auth0mock from Node.js to Go
|
||||||
|
|
||||||
## [0.4.0] - 2025-12-29
|
## [0.4.0] - 2025-12-29
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- *(session-cleanup)* Implement session expiration cleanup
|
- *(session-cleanup)* Implement session expiration cleanup
|
||||||
|
|
||||||
## [0.3.0] - 2025-12-28
|
## [0.3.0] - 2025-12-28
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
@@ -53,6 +102,33 @@
|
|||||||
- *(deps)* Update dependency express to v5.2.0
|
- *(deps)* Update dependency express to v5.2.0
|
||||||
- *(deps)* Update dependency express to v5.2.1
|
- *(deps)* Update dependency express to v5.2.1
|
||||||
- *(deps)* Update dependency jsonwebtoken to v9.0.3
|
- *(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
|
## [0.2.0] - 2025-06-29
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
@@ -65,6 +141,20 @@
|
|||||||
- *(deps)* Update dependency debug to v4.4.1
|
- *(deps)* Update dependency debug to v4.4.1
|
||||||
- *(deps)* Update dependency serve-favicon to v2.5.1
|
- *(deps)* Update dependency serve-favicon to v2.5.1
|
||||||
- *(k8s)* Update ingress configuration for backend service
|
- *(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
|
## [0.1.5] - 2025-04-03
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
@@ -75,12 +165,37 @@
|
|||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ 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
|
- *(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
|
## [0.1.4] - 2025-01-24
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- *(k8s)* Update labels to adhere to best practices
|
- *(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
|
## [0.1.3] - 2024-12-18
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
@@ -96,8 +211,23 @@
|
|||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update node.js to v22
|
||||||
|
- *(deps)* Update dependency node to v22
|
||||||
- Update renovate configuration to disable auth0mock updates
|
- 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
|
- Remove Docker service from build stage configuration
|
||||||
|
|
||||||
## [0.1.2] - 2024-10-19
|
## [0.1.2] - 2024-10-19
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
@@ -107,8 +237,10 @@
|
|||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update dependency ingress to networking.k8s.io/v1
|
||||||
- Update Dockerfile to remove warnings
|
- Update Dockerfile to remove warnings
|
||||||
- Support issuer in openid-configuration
|
- Support issuer in openid-configuration
|
||||||
|
|
||||||
## [0.1.1] - 2024-10-05
|
## [0.1.1] - 2024-10-05
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
@@ -129,7 +261,12 @@
|
|||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ 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
|
- Add release flow
|
||||||
|
|
||||||
## [0.1.0] - 2024-04-08
|
## [0.1.0] - 2024-04-08
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
@@ -140,6 +277,7 @@
|
|||||||
|
|
||||||
- *(deps)* Update dependency express to v4.19.1
|
- *(deps)* Update dependency express to v4.19.1
|
||||||
- *(deps)* Update dependency express to v4.19.2
|
- *(deps)* Update dependency express to v4.19.2
|
||||||
|
|
||||||
## [0.0.17] - 2024-03-11
|
## [0.0.17] - 2024-03-11
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
@@ -149,31 +287,68 @@
|
|||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- *(deps)* Update dependency express to v4.18.3
|
- *(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
|
## [0.0.16] - 2023-06-01
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Initial users store
|
- Initial users store
|
||||||
|
|
||||||
## [0.0.15] - 2023-05-31
|
## [0.0.15] - 2023-05-31
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Return empty array
|
- Return empty array
|
||||||
|
|
||||||
## [0.0.14] - 2023-05-31
|
## [0.0.14] - 2023-05-31
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Remember created users
|
- Remember created users
|
||||||
|
|
||||||
## [0.0.13] - 2023-05-02
|
## [0.0.13] - 2023-05-02
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Add name and email to id token
|
- 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
|
## [0.0.12] - 2023-03-10
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Remove session on logout
|
- Remove session on logout
|
||||||
|
|
||||||
## [0.0.11] - 2023-03-10
|
## [0.0.11] - 2023-03-10
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
@@ -185,59 +360,87 @@
|
|||||||
|
|
||||||
- Use Docker DinD version from variable
|
- Use Docker DinD version from variable
|
||||||
- Change Dependabot rebase strategy
|
- 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
|
- 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
|
## [0.0.9] - 2022-04-28
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Add support for client id and secret tokens
|
- Add support for client id and secret tokens
|
||||||
|
|
||||||
## [0.0.8] - 2022-04-26
|
## [0.0.8] - 2022-04-26
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Add dummy-implementation of management API
|
- Add dummy-implementation of management API
|
||||||
|
|
||||||
## [0.0.7] - 2022-04-26
|
## [0.0.7] - 2022-04-26
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Use correct return-variable
|
- Use correct return-variable
|
||||||
|
|
||||||
## [0.0.6] - 2022-04-26
|
## [0.0.6] - 2022-04-26
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Make sure thumbPrint is a string
|
- Make sure thumbPrint is a string
|
||||||
|
|
||||||
### 💼 Other
|
|
||||||
|
|
||||||
- *(deps)* Bump express from 4.17.3 to 4.18.0
|
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
- Format code
|
- Format code
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Bump express from 4.17.3 to 4.18.0
|
||||||
|
|
||||||
## [0.0.5] - 2022-04-26
|
## [0.0.5] - 2022-04-26
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Add custom claims to both id and access token
|
- Add custom claims to both id and access token
|
||||||
|
|
||||||
## [0.0.4] - 2022-04-26
|
## [0.0.4] - 2022-04-26
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Add email custom claim
|
- Add email custom claim
|
||||||
|
|
||||||
## [0.0.3] - 2022-04-26
|
## [0.0.3] - 2022-04-26
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Add env-property for default issuer
|
- Add env-property for default issuer
|
||||||
|
|
||||||
## [0.0.2] - 2022-04-25
|
## [0.0.2] - 2022-04-25
|
||||||
|
|
||||||
### 💼 Other
|
|
||||||
|
|
||||||
- *(deps)* Bump node from 17 to 18
|
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
- Change admin-handling
|
- Change admin-handling
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- *(deps)* Bump node from 17 to 18
|
||||||
|
|
||||||
## [0.0.1] - 2022-04-19
|
## [0.0.1] - 2022-04-19
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
@@ -254,7 +457,29 @@
|
|||||||
- Package.json & yarn.lock to reduce vulnerabilities
|
- Package.json & yarn.lock to reduce vulnerabilities
|
||||||
- Pipeline
|
- 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 nodemon from 2.0.14 to 2.0.15
|
||||||
- *(deps)* Bump cookie-parser from 1.4.5 to 1.4.6
|
- *(deps)* Bump cookie-parser from 1.4.5 to 1.4.6
|
||||||
@@ -273,15 +498,4 @@
|
|||||||
- *(deps)* Bump node-forge from 1.3.0 to 1.3.1
|
- *(deps)* Bump node-forge from 1.3.0 to 1.3.1
|
||||||
- *(deps)* Bump body-parser from 1.19.2 to 1.20.0
|
- *(deps)* Bump body-parser from 1.19.2 to 1.20.0
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
<!-- generated by git-cliff -->
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|||||||
+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_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@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93
|
FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838
|
||||||
|
|
||||||
ENV TZ=Europe/Stockholm
|
ENV TZ=Europe/Stockholm
|
||||||
ENV AUDIENCE="https://shiny.unbound.se"
|
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
|
go 1.24.0
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alecthomas/kong v1.13.0
|
github.com/alecthomas/kong v1.15.0
|
||||||
github.com/google/uuid v1.6.0
|
github.com/google/uuid v1.6.0
|
||||||
github.com/lestrrat-go/jwx/v3 v3.0.13
|
github.com/lestrrat-go/jwx/v3 v3.0.13
|
||||||
github.com/rs/cors v1.11.1
|
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 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8vS6K3D0=
|
||||||
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
|
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.15.0 h1:BVJstKbpO73zKpmIu+m/aLRrNmWwxXPIGTNin9VmLVI=
|
||||||
github.com/alecthomas/kong v1.13.0/go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I=
|
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 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs=
|
||||||
github.com/alecthomas/repr v0.5.2/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
|
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=
|
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
|
|||||||
Reference in New Issue
Block a user