Skip to content

Commit 2438889

Browse files
committed
chore(release): v0.0.7
## 0.0.7 - 2025-12-11 ### Chore - Update docker/login-action action to v3.6.0 (#90) - Update dependency typescript to v5.9.3 (#91) - Update dependency tailwindcss to v4.1.14 (#92) - Update justfile and reuseableci ### Ci - Use reusable-ci v1 - Use reuseable-ci v2 - Use base renovate config - Adjust settings - Trim renovate, openssf - Pin sha and version [skip ci] Signed-off-by: DiggSwedenBot <ospo@digg.se>
1 parent 7e8b055 commit 2438889

File tree

3 files changed

+246
-40
lines changed

3 files changed

+246
-40
lines changed

CHANGELOG.md

Lines changed: 243 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,246 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
This project uses [Conventional Commits](https://www.conventionalcommits.org) to ease CHANGELOG generation.
9-
10-
<a name="unreleased"></a>
11-
12-
## [Unreleased]
13-
14-
<a name="v0.0.3"></a>
15-
16-
## [v0.0.3] - 2025-06-13
17-
18-
### Bug Fixes
19-
20-
- update publishimage.yml
21-
22-
<a name="v0.0.2"></a>
23-
24-
## [v0.0.2] - 2025-06-13
25-
26-
### Bug Fixes
27-
28-
- publishimage.yml
29-
30-
<a name="v0.0.1"></a>
31-
32-
## v0.0.1 - 2025-06-13
33-
34-
### Bug Fixes
35-
36-
- exclude false positive gitleak ([#6](https://github.com/diggsweden/wallet-verifier-test-web/issues/6))
37-
38-
### Features
39-
40-
- add github workflows
41-
42-
[Unreleased]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.3...HEAD
43-
[v0.0.3]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.2...v0.0.3
44-
[v0.0.2]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.1...v0.0.2
8+
## [0.0.7] - 2025-12-11
9+
10+
### Changed
11+
12+
- Update justfile and reuseableci
13+
- Pin sha and version
14+
- Trim renovate, openssf
15+
- Adjust settings
16+
- Use base renovate config
17+
- Use reuseable-ci v2
18+
- Use reusable-ci v1
19+
- Update dependency tailwindcss to v4.1.14 (#92)
20+
- Update dependency typescript to v5.9.3 (#91)
21+
- Update docker/login-action action to v3.6.0 (#90)
22+
23+
## [0.0.6] - 2025-09-22
24+
25+
### Added
26+
27+
- Add arm64 image, closes #81
28+
- Add missing license headers
29+
30+
### Changed
31+
32+
- Merge pull request #87 from danneleaf/main
33+
- Update dependency nuxt to v3.19.2 (#86)
34+
- Set license as precondition to test
35+
- Change old spdx header to modern
36+
- Replace obsolete ci jobs, governance
37+
- Update step-security/harden-runner action to v2.13.1 (#84)
38+
- Update dependency nuxt-qrcode to v0.4.8 (#83)
39+
- Merge pull request #82 from diggsweden/chore/backport-bump-node-image
40+
- Version control node version for nvm
41+
- Version control node version for asdf
42+
- Print node version in Docker build
43+
- Update vue ecosystem (#77)
44+
45+
## [0.0.5] - 2025-09-10
46+
47+
### Changed
48+
49+
- Merge pull request #80 from danneleaf/main
50+
51+
### Fixed
52+
53+
- Resolve bug that creates error when publishing through tag, closes #79
54+
55+
## [0.0.4] - 2025-09-10
56+
57+
### Added
58+
59+
- Add script for repeating the same command until failure
60+
- Add specific claims in vp_token request
61+
- Support same device redirect from wallet to verifier
62+
- Add qr-code for cross-device flow
63+
- Add version convention (#36)
64+
- Add renovate (#21)
65+
- Add simple test runner for Gitleaks rules
66+
- Add Gitleaks test file
67+
- Add more characters to Gitleaks rules
68+
- Add missing newline at end of file
69+
- Add ability to skip megalinter output sanitization
70+
- Add ability to run test suite once
71+
- Add note about WSL usage
72+
- Add note about potential port conflicts
73+
- Add note about wallet ecosystem
74+
- Add instructions for docker group
75+
- Add instructions for using WSL as dev environment
76+
- Add note about Podman incompatibility
77+
- Add instruction to copy proxy cert to docker dir
78+
- Add Nexus variables to example proxy configuration
79+
- Add missing newline at end of file
80+
- Add missing newline at end of file
81+
- Add missing newline at end of file
82+
- Add missing newline at end of file
83+
- Add missing newline at end of file
84+
- Add missing newline at end of file
85+
- Add missing newline at end of file
86+
- Add missing newline at end of file
87+
- Add login and pid presentation
88+
89+
### Changed
90+
91+
- Merge pull request #76 from diggsweden/bugfix/backport-revert-nuxt-v4
92+
- Update dependency nuxt to v4.1.1 (#75)
93+
- Update dependency tailwindcss to v4.1.13 (#73)
94+
- Update vue ecosystem (#72)
95+
- Update dependency @nuxtjs/tailwindcss to v7.0.0-beta.1 (#71)
96+
- Update vue ecosystem (#50)
97+
- Update dependency happy-dom to v18 (#45)
98+
- Merge pull request #70 from diggsweden/feat/specify-claims2
99+
- Merge pull request #69 from diggsweden/fix/same-device-redirect-base-url
100+
- Merge pull request #67 from diggsweden/feat/wallet-redirect
101+
- Pin dependency nuxt-qrcode to 0.4.6 (#65)
102+
- Merge pull request #66 from danneleaf/main
103+
- Merge pull request #64 from danneleaf/feat/qr-code
104+
- Pin dependencies (#25)
105+
- Merge pull request #61 from diggsweden/feat/stricter-linting
106+
- Configure stricter linting
107+
- Merge pull request #63 from diggsweden/feat/direct_post_jwt2
108+
- Use DirectPostJwt
109+
- Merge pull request #60 from diggsweden/style/auto-format
110+
- Apply automatic formatting
111+
- Merge pull request #57 from diggsweden/chore/backport-general-changes-from-gitlab
112+
- Merge pull request #56 from diggsweden/fix/ignore-vscode
113+
- Adopt openid4vp 1.0.0 in eudi-backend 0.6.0 requiring dcql query (#52)
114+
- Merge pull request #54 from diggsweden/fix/bump-node-image
115+
- Apply autoformatting to renovate.json
116+
- Update dependency vue-tsc to v2.2.12 (#51)
117+
- Update vue ecosystem (#44)
118+
- Update github actions (#47)
119+
- Update dependency jose to v6.1.0 (#46)
120+
- Update gradle docker tag to v8.14 (#42)
121+
- Update dependency typescript to v5.9.2 (#41)
122+
- Migrate config renovate.json
123+
- Pin dependencies
124+
- Update testing dependencies (#40)
125+
- Update eclipse-temurin docker tag to v21.0.8_9-jre-alpine (#39)
126+
- Update dependency tailwindcss to v4.1.12 (#35)
127+
- Update dependency postcss to v8.5.6 (#34)
128+
- Update dependency jose to v6.0.13 (#32)
129+
- Pin dependencies (#31)
130+
- Pin dependencies (#30)
131+
- Pin dependencies (#29)
132+
- Merge pull request #24 from diggsweden/feat/allow-custom-commit-lint-baseline
133+
- Allow customization of commit lint baseline
134+
- Merge pull request #23 from diggsweden/fix/npmrc-copyright-owner
135+
- Extend commitlint length
136+
- Merge pull request #19 from eric-thelin/fix/fetch-before-checkout-wallet-ecosystem
137+
- Improve readme.md
138+
- Update readme.md with architecture description
139+
- Merge pull request #16 from eric-thelin/test/automated-gitleaks-test
140+
- Feat/logout (#15)
141+
- Merge pull request #13 from eric-thelin/feat/detect-digg-hosts-leakage
142+
- Relax match for DIGG host names
143+
- Detect puntuated e-mail addresses
144+
- Make Gitleaks allow list stricter
145+
- Use GitHub version of Megalinter
146+
- Allow mention of ospo@digg.se
147+
- Detect leakage of DIGG hostnames
148+
- Merge pull request #14 from eric-thelin/feat/skip-megalinter-output-sanitization
149+
- Wrap long lines for readability
150+
- Merge pull request #11 from eric-thelin/test/test-verifier-status-on-mount
151+
- Merge pull request #10 from eric-thelin/test/support-running-tests-once
152+
- Merge pull request #9 from eric-thelin/perf/ignore-irrelevant-changes
153+
- Reduce files included in build of custom-verifier
154+
- Merge pull request #8 from eric-thelin/fix/support-digg-computer
155+
- Describe how to fix file access errors
156+
- Use actual port in instructions
157+
- Reference WSL instructions from README
158+
- Make all commands relative to repository root
159+
- Document option for running in WLS on Digg
160+
- Auto format
161+
162+
### Fixed
163+
164+
- Revert "chore(deps): update vue ecosystem (#50)"
165+
- Revert "chore(deps): update vue ecosystem (#72)"
166+
- Revert "chore(deps): update dependency nuxt to v4.1.1 (#75)"
167+
- Format changes
168+
- Prepend app_base_url to same device redirect
169+
- Ignore linting errors in CHANGELOG.md
170+
- Sync table of contents and actual contents
171+
- Megalinter error
172+
- Npm and test (#59)
173+
- Copy proxy certificate together with node package files
174+
- Move Dockerfile to standard location
175+
- Ingore Visual Studio Code directory
176+
- Update URL for status indicator (#55)
177+
- Bump node image versions to 20-bullseye-slim
178+
- Refine pin convention
179+
- Update renovate (#33)
180+
- Change copyright owner of .npmrc
181+
- Fetch wallet-ecosystem before checkout
182+
- Update /ui/presentations response field parsing to match docs
183+
- Ignore Gitleaks error in removed WSL instructions
184+
- Define v8.20.1 compatible allowlist
185+
- Kotlin issues in latest commit by pinning to stable commit (#12)
186+
- Check mapping of verifier status API response to display
187+
- Fix tests to match current UI
188+
- Quote command line arguments
189+
- Allow custom verifier to run behind Digg proxy
190+
- Honor wallet-frontend .env file
191+
- Exclusively use Nexus or direct access for walt.id dependencies
192+
- Pass Nexus parameters to EUDI verifier build
193+
- Exclude EUDI verifier proxy cert from version control
194+
- Run wallet enterprise verifier on non-conflicting port
195+
196+
### Removed
197+
198+
- Remove curl from image
199+
- Remove ineffective Gitleaks rule
200+
- Remove instructions for using WSL as dev environment
201+
- Remove unnecessary empty proxy configuration
202+
- Remove trailing whitespace
203+
- Remove trailing whitespace
204+
- Remove trailing whitespace
205+
- Remove trailing whitespace
206+
207+
## [0.0.3] - 2025-06-13
208+
209+
### Changed
210+
211+
- Release v0.0.3
212+
213+
### Fixed
214+
215+
- Update publishimage.yml
216+
217+
## [0.0.2] - 2025-06-13
218+
219+
### Changed
220+
221+
- Release v0.0.2
222+
223+
### Fixed
224+
225+
- Publishimage.yml
226+
227+
## [0.0.1] - 2025-06-13
228+
229+
### Added
230+
231+
- Add github workflows
232+
233+
### Changed
234+
235+
- Release v0.0.1
236+
- Merge pull request #5 from jahwag/main
237+
- Initial commit
238+
239+
### Fixed
240+
241+
- Exclude false positive gitleak (#6)
242+
243+
[0.0.7]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.6..v0.0.7
244+
[0.0.6]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.5..v0.0.6
245+
[0.0.5]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.4..v0.0.5
246+
[0.0.4]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.3..v0.0.4
247+
[0.0.3]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.2..v0.0.3
248+
[0.0.2]: https://github.com/diggsweden/wallet-verifier-test-web/compare/v0.0.1..v0.0.2
249+
250+
<!-- generated by git-cliff -->

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"vitest": "3.2.4",
3838
"vue-tsc": "2.2.12"
3939
},
40-
"version": "0.0.3"
40+
"version": "0.0.7"
4141
}

0 commit comments

Comments
 (0)