Skip to content

Releases: cloud-pi-native/console

v9.19.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:17

9.19.2 (2026-06-29)

Bug Fixes

  • ArgoCD internal url for health check (9a0be2b)

v9.19.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 09:17

9.19.1 (2026-06-24)

Bug Fixes

  • disable NestJS reconciler loop to avoid conflicts (8c896fa)

v9.19.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:48

9.19.0 (2026-06-19)

Features

  • add support for Keycloak based token (959dc9f)
  • server-nestjs: add project permission guards (04f7204)

Bug Fixes

  • correct NestJS healthcheck and add opencds health service (b7633b1)
  • default NestJS port (76aca60)
  • defaulting to 0.0.0.0 is a well known security issue (5e2ab3b)
  • fix .env examples files having outdated default values (b18e2ea)
  • Keycloak JWT validation against public URL (6e2879d)
  • playwright: correct heading matcher and checkbox helper in e2e tests (4c2bd24)
  • playwright: increase timeout for service chain details heading (bf90987)
  • release-please: restore default versioning strategy (5872ebc)
  • remove opencds-mockoon depends_on (optional service) (181c75b)
  • replace magic port constant and add startup URL logging (5cfaf94)

Miscellaneous Chores

  • add docker:ci commands for targer=prod images tests (9c8f25e)
  • client: use official nginx unprivileged image instead of unmaintained bitnamilegacy (58e0f13), closes #2148
  • enforce port config (e2bde42)
  • nginx-strangler: use official nginx unprivileged image instead of unmaintained bitnamilegacy (6f33cc2), closes #2148
  • remove unused packages and fix otel configuration (242ce68)

Refactoring

  • extract secret provider code from JWT module (a69f4ef)

v9.18.4

Choose a tag to compare

@github-actions github-actions released this 15 Jun 07:44

9.18.4 (2026-06-10)

Bug Fixes

  • ArgoCD not cleaning up environment on project deletion (e2026a2)

v9.16.7

Choose a tag to compare

@github-actions github-actions released this 10 Jun 08:58

9.16.7 (2026-06-10)

Bug Fixes

  • ArgoCD wrongly resolved merge conflicts (55f84e0)

v9.16.6

Choose a tag to compare

@github-actions github-actions released this 10 Jun 08:41

9.16.6 (2026-06-10)

Bug Fixes

  • ArgoCD not cleaning up environment on project deletion (e93cc5d)

v9.18.3

Choose a tag to compare

@github-actions github-actions released this 03 Jun 12:24

9.18.3 (2026-06-01)

Bug Fixes

  • repo and source url trailing slash (71f9b98)
  • revert GitLab default role to developper as backward compat (d67f96a)
  • role always return null (1f1fabd)

Docs

  • opencds: fix doc mentionning the wrong backend (36befb2)

v9.16.5

Choose a tag to compare

@github-actions github-actions released this 28 May 08:02

9.16.5 (2026-05-28)

Bug Fixes

  • role always return null (d67c15f)

v9.16.4

Choose a tag to compare

@github-actions github-actions released this 27 May 15:07

9.16.4 (2026-05-27)

Bug Fixes

  • revert GitLab default role to developper as backward compat (86fe60a)

v9.18.2

Choose a tag to compare

@github-actions github-actions released this 26 May 14:25

9.18.2 (2026-05-22)

Bug Fixes

  • client: fix admin user list table headers not being aligned with its content (c929ce4)

Miscellaneous Chores

  • client: explicitely add eslint as a devDep (b6b2240)
  • client: fix custom role management (c6da4b8)
  • forbid commit message body not leading with a blank line (5376e78)

Docs

  • document why a preview on a hotfix needs a dedicated branch/MR (14fd5c8)

Refactoring

  • server-nestjs: migrate Sonarqube to NestJS (b3784df)