Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/releases/3-2-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ _Releasing in step with other components._

### BAAS

#### Fixes
#### Fix

- high memory use in spans
- http request defer body close missing
- Fix high memory use in spans
- Fix memory leak in http request by adding defer body close method

### Core

Expand All @@ -56,7 +56,7 @@ _Releasing in step with other components._

## Compatibility

{{< compatible "3.2.1" >}}
{{< compatible "3.2.2" >}}

## Checksums

Expand Down
8 changes: 8 additions & 0 deletions data/versionCompat.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
- version: "3.2.2"
apollo_router: "1.61.0"
grafana: "9.4.7"
keycloak_postgres: "15.3.0"
keycloak: "21.1.2"
loki: "2.9.12"
nats: "2.10.25"
tempo: "2.7.1"
- version: "3.2.1"
apollo_router: "1.61.0"
grafana: "9.4.7"
Expand Down
8 changes: 6 additions & 2 deletions static/checksums/v3.2.2-checksums.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Admin:
registry.gitlab.com/libremfg/frontend/libre-admin-ui:v3.2.2
sha256:dc22b84bc9aba36361ab2d64a8d57942ddc96efc0d4cb280669eda93ce6480ac

BaaS:
registry.gitlab.com/libremfg/baas:v3.2.2
Expand All @@ -17,7 +19,8 @@ registry.gitlab.com/libremfg/libre-core:v3.2.2
sha256:b3a718c969f99781d8fd2f2e6a6db6d8695d5e17fd6f3da85a96f3bde3a2c8d6

Libre Agent:
MISSING
registry.gitlab.com/libremfg/libre-agent:v3.2.2
sha256:a8ace13d7e111bba1e1c9d6aff8d115a4650fd6f2eabaa589c8e602e65f3101a

Libre Audit:
registry.gitlab.com/libremfg/libre-audit:v3.2.2
Expand All @@ -28,7 +31,8 @@ registry.gitlab.com/libremfg/libre-audit/postgres:v3.2.2
sha256:f8b5bfdef37e22c7e15c7be5414d3b0324a536712d22a87c688b419a7d81d2cb

Libre Keycloak Theme:
MISSING
registry.gitlab.com/libremfg/frontend/libre-keycloak-theme:v3.2.2
sha256:e36666fab9e83b2a6dca6c2efc83c274e042f78ea8447de5f544f75bea7d3fb6

Libre Router Init:
registry.gitlab.com/libremfg/libre-router-init:v3.2.2
Expand Down
Loading