@@ -4,11 +4,20 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [0.116.12] - 2026-01-29
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Do not display trust center subprocessors tab when there are none
|
||||||
- Remove query params from compliange page sidebar website displayed URLs
|
- Remove query params from compliange page sidebar website displayed URLs
|
||||||
|
- Refactor trust center pages to make them more maintainable
|
||||||
|
- Rename Trust Center to Compliance Page on displayed wording
|
||||||
- Compliance page vite dev server proxies graphQL API calls to go server port
|
- Compliance page vite dev server proxies graphQL API calls to go server port
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Add noreferrer noopener to compliance page open link from console
|
||||||
|
|
||||||
## [0.116.11] - 2026-01-27
|
## [0.116.11] - 2026-01-27
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -18,7 +18,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.116.11
|
VERSION= 0.116.12
|
||||||
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