@@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [0.116.2] - 2026-01-19
|
||||
|
||||
### Changed
|
||||
|
||||
- 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
|
||||
- Drop the authentication dialog in favor of a dedicated auth page for compliance page
|
||||
- Order memberships by organization name on console / and memberships dropdown
|
||||
- Update kit
|
||||
|
||||
### 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)
|
||||
|
||||
VERSION= 0.115.0
|
||||
VERSION= 0.116.2
|
||||
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
|
||||
GCFLAGS= -gcflags="-e"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user