Releases: cloud-pi-native/console
Releases · cloud-pi-native/console
v9.14.1
9.14.1 (2026-03-25)
Bug Fixes
- docker: fix docker compose exposed ports (25ab1e5)
- nginx-strangler: fix docker-compose.local having multiple ports (1b89d4e)
Miscellaneous Chores
- add vitest (4308f3f)
- bump undici to 7.24.5 (6e7c065)
- drop usage of path alias (d2fa0d4)
- nginx-strangler: fix Dockerfile casing (2086a09)
- nginx-strangler: fix healthcheck endpoint (696bf43)
- nginx-strangler: remove useless user directive (9a5e770)
- remove old duplicate health module (2ed91fc)
- remove useless docker-compose.prod.yml (e74980b)
- version: migrate to NestJS (b2cf4e4)
Docs
- update port documentation for every dev mode (ad9b71c)
v9.14.0
9.14.0 (2026-03-23)
Features
- admin-role: migrate role type to exposure scope (#1956) (747189f)
- argocd: add well known OIDC groups from ADR14 (#1946) (4282772)
- gitlab: add builtin roles to GitLab (#1910) (25a72da)
- shared: add admin role fine grained permissions (#1896) (58c53af)
Bug Fixes
- add create-or-update workflow package:write permissions for build job (72c4d27)
- attempt a better matrix check on job-npm (fb2204d)
- avoid server-nestjs build error preventing npm publish process (7d55944)
- bind "this" context in process hook (#1968) (0c7d8b1)
- buffered logs not flushed on init error (#1975) (67bbecb)
- ci: add missing hooks build in npm publish workflow (a357ad2)
- ci: avoid making PR number mandatory (issue with create-release job) (6a7cf04)
- ci: ensure build job is ran both from PRs and MQs (0772105)
- ci: ensure npm publish job run independently (0ca3691)
- ci: fix id-token permission setup (6d0cab4)
- ci: fix NPM 404 error when publishing (5e8e5af)
- ci: fix NPM 404 error when publishing (attempt no. 2) (32f67d7)
- ci: fix NPM 404 error when publishing (attempt no. 3) (dacf45b)
- ci: fix package.json files not having property required for publishing (acbf328)
- ci: remove NPM_TOKEN from required parameters (a0221d0)
- clean-cache: fix workflow crashing on non-built images (c24a121)
- combine create-or-update job and workflow permissions (7271468)
- create-release: fix pnpm command when publishing to NPM registry (#1941) (641f01f)
- cypress: fix cypress e2e tests missing nginx-strangler and server-nestjs images (34c5d8a)
- ensure all packages are properly built before pushing to NPM registry (1ac0264)
- ensure NPM publish workflow does not crash (single quote variant) (2a885c9)
- ensure NPM publishing workflow does not crash when there is nothing to publish (f927563)
- fix build job not being triggered by workflows (31e4cd3)
- fix build-label job permissions (42fa1aa)
- fix create-or-update job permissions (0624395)
- fix create-or-update workflow permissions (56f1da9)
- fix packages crashing when building during NPM publish process (f713e6a)
- fix permissions on preview workflow (df3d342)
- fix scan-vuln job permissions (4eb2c06)
- gitlab: iterate over pagination (#1918) (9ebce61)
- hooks: make hooks should not be fail fast (#1998) (1904fc7)
- import missing health module (1c0a82b)
- import missing Prisma mocks (#1976) (568cd85)
- missing opentelemetry api dep (6593f7a)
- module DI conflict with eslint (#1966) (460e49d)
- NestJS CJS and module (#2003) (86f0a34)
- nginx-strangler: dockerfile path (b94a99d)
- nginx-strangler: fix context not being root directory in docker-compose files (e74d7e4)
- nginx-strangler: fix Dockerfile missing local paths (ff61830)
- playwright: fix nginx-strangler image being built instead of pulled (7e2c12f)
- server-nestjs: explicit test utils import (#1991) (30aca3f)
- shared package for nodenext module resolution (#1974) (c3c0581)
Miscellaneous Chores
- add instrumentation (#1994) (18ff003)
- admin-role: add logs (#1928) (708870b)
- argocd: remove kubernetes ressource generation dead code (#1945) (95cc280)
- bump axios to 1.13.x (#1988) (9f8c8cb)
- ci: add a dedicated Merge Queue workflow (0618d39)
- ci: add debug for merge queues (40132d2)
- ci: add merge_group to CI worklow again (674d8cf)
- ci: enable merge queues by leveraging main CI workflow (62c9214)
- ci: fix sonarqube-quality-gate-action version (21c94f9)
- ci: fix trivy action version to avoid suppy-chain compromision ([6d153b8](6d153b8...
v9.13.2
9.13.2 (2026-02-24)
Bug Fixes
- add schedule trigger on mirror (0ae54da)
Miscellaneous Chores
- ci: ensure internal dependencies are built before starting tests (effedd7)
- ci: remove component tests from CI (24faa75)
- ci: remove component tests from CI (928320d)
- ci: remove kubernetes execution context from scripts (76de420)
- ci: remove kubernetes execution context from scripts (3cbf816)
- ci: use node.js v24 (2fce2b8)
- ci: use node.js v24 (2e8947c)
- remove turbo (05af332)
- server-nestjs: align formatting rules on other packages (f19091b)
- server-nestjs: align formatting rules on other packages (c9eb1de)
Docs
v9.13.1
9.13.1 (2026-02-17)
Miscellaneous Chores
- argocd: remove now useless code (23571c2)
- bump node docker image base (ccc9411)
- bump packages (4f188ab)
- harbor: remove deprecated code (f562c41)
- playwright: optimize configuration for execution duration and trace retention (200fd10)
- remove 'external' cluster property (46d7ed8)
- remove every reference to kubernetes client-node dependency (0fad63c)
- remove kubernetes plugin (9a2d928)
v9.13.0
9.13.0 (2026-02-16)
Features
- add OIDC group to project groups (c57674b)
- add system roles on project creation (4401519)
- keycloack: add configurable purge at upsert (f8fb77d)
- keycloak: add project role creation hook (83c5194)
- keycloak: propagate admin roles to Keycloack (7d3c9b2)
Bug Fixes
- admin-roles: admin conflicting with existing admin group in Keycloack (ed321de)
- hooks config is always undefined (dd2f405)
- keycloak: project members sync to Keycloak (0b4383f)
- project-roles: remove /console prefix strip (19fbd02)
- upgrade to dso-ns chart version 1.1.5 to use project slug in Vault secret path (0fb9a4d)
Miscellaneous Chores
- add VSCode debugging configurations (2f96665)
- hooks: change documentation to a sane pluging dependencies management (41225c3)
- keycloak: remove per project config (0bf2a2a)
- remove all local kubernetes cluster code (e199ac4)
Docs
v9.12.0
9.12.0 (2026-02-03)
Features
- ci: allow hotfixes with release-please (52f6751)
- ci: change release-please config and job to allow for hotfixes (dd18790)
- release-please: allow chore, docs, and other commit types to trigger new releases (cd717b8)
Miscellaneous Chores
- ci: avoid checking out the repository for create-preview-comment (e8bb444)
- ci: move all jobs (not workflows) to dedicated directory (7f23372)
- ci: move release-please job file to dedicated jobs directory (51a8621)
- ci: rename cd workflow to create-or-update-release (36923f5)
- ci: rename ci to explicit continuous-integration workflow (9841386)
- ci: rename create-preview-comment to better explicit its purpose (34c5de1)
- ci: rename preview to explicit create-preview-release.yml workflow (44c6c7d)
- ci: rename workflows (e15c6e5)
- doc: update main README to fix/update how releases are performed (4f4f130)
- server-nestjs: add application to the version-bumpable ones (a6b5e78)