@@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [0.116.2] - 2026-01-19
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Membership Profile authz done from membership in membershipResolver (it's a 1:1 association)
|
- Membership Profile authz done from membership in membershipResolver (it's a 1:1 association)
|
||||||
- Match keycloak URL ports with default base URL one for local dev
|
- Match keycloak URL ports with default base URL one for local dev
|
||||||
- Drop the authentication dialog in favor of a dedicated auth page for compliance page
|
- Drop the authentication dialog in favor of a dedicated auth page for compliance page
|
||||||
- Order memberships by organization name on console / and memberships dropdown
|
- Order memberships by organization name on console / and memberships dropdown
|
||||||
|
- Update kit
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS)
|
|||||||
|
|
||||||
DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS)
|
DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS)
|
||||||
|
|
||||||
VERSION= 0.115.0
|
VERSION= 0.116.2
|
||||||
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
|
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
|
||||||
GCFLAGS= -gcflags="-e"
|
GCFLAGS= -gcflags="-e"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user