Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: linode/apl-core

Release v4.12.0

30 Oct 14:48
a1f17eb

Choose a tag to compare

Release Notes

⚠️ Post-Upgrade Actions

Upgrading from version 4.11.3 and below.

If there has been a direct upgrade from 4.11.3 to 4.12.0, APL Console (Web UI) may be unavailable. Recovering from this condition requires kubectl access to the cluster, running the following commands:

kubectl patch configmap -n otomi otomi-status --type=json -p='[{op: "replace", path: "/data/version", value: "4.11.0"}]' 
kubectl rollout restart deployment -n apl-operator apl-operator 
# Wait for ~2 minutes
kubectl rollout restart deployment -n ingress ingress-nginx-platform-controller

CloudnativePG

Workloads using the image catalog (no manually set imageName) will automatically receive upgraded base images.

  • These workloads will log a collation version mismatch warning on each connection, and clients will also see a warning message until reindexing is completed.
  • For platform databases, reindexing is done automatically.
  • For all other CloudnativePG clusters, run the following SQL commands for each database (including postgres):
REINDEX DATABASE <database name>;
ALTER DATABASE <database name> REFRESH COLLATION VERSION;

One-step cluster reindex example (requires kubectl access)

kubectl get cluster -n <team namespace> <cluster name> -o jsonpath='{.status.currentPrimary}'
kubectl exec -n <namespace> <primary pod> -- psql -d postgres -S -c 'REINDEX DATABASE postgres' -c 'ALTER DATABASE postgres REFRESH COLLATION VERSION'
kubectl exec -n <namespace> <primary pod> -- psql -d <cluster name> -S -c 'REINDEX DATABASE <cluster name>' -c 'ALTER DATABASE <cluster name> REFRESH COLLATION VERSION'

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.12.0 (2025-10-30)

Features

  • add .editorconfig to values repository (#2492) (4b58405)
  • add databases and knowledgebases to gitops directories (#2547) (b70a794)
  • add install and remove it from apply (#2470) (c2dd635)
  • add kserve to core (#2549) (eccb344)
  • add network policies for otomi-api (#2490) (71f740d)
  • add support for Linode Kubernetes Engine tier configuration (#2464) (5fb5efe)
  • add Wiz setup and configuration for Linode Kubernetes Integration (#2465) (f3ee976)
  • adding k8s v1.34 support (#2564) (bcc5b4a)
  • migrate gitea dependencies from bitnami (#2527) (66094f0)
  • update PostgreSQL to new base images (#2609) (e77dffd)
  • update rabbitmq bitnami chart to legacy (#2604) (c0eeaae)
  • updated external-dns chart to use official chart (#2560) (8490afc)
  • upgrade oauth2-proxy chart and move away from bitnami redis dependency (#2582) (4e7de44)
  • use keycloakx chart instead of bitnami (#2521) (a674373)
  • use native metrics-server chart (#2514) (f6fdadd)
  • use native minio helm chart instead of bitnami (#2541) (699e8d6)
  • using Thanos image from quay registry instead of bitnami (#2568) (106abd8)

Bug Fixes

CI

  • add cnpg barman plugin chart (#2623) (b90c872)
  • adjust chart ...
Read more

apl-4.12.0

30 Oct 14:49
a1f17eb

Choose a tag to compare

A Helm chart for installing APL in Kubernetes

Release v4.11.4

24 Oct 07:13
17eed65

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.11.4 (2025-10-24)

Bug Fixes

  • initial install condition (44e59ae)
  • only update deployment state on completion (d225ac7)

apl-4.11.4

24 Oct 07:14
17eed65

Choose a tag to compare

A Helm chart for installing APL in Kubernetes

Release v4.11.3

22 Oct 12:20
a84e16b

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.11.3 (2025-10-22)

Bug Fixes

apl-4.11.3

22 Oct 12:21
a84e16b

Choose a tag to compare

A Helm chart for installing APL in Kubernetes

Release v4.11.2

20 Oct 13:08
9eccfdd

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.11.2 (2025-10-20)

Bug Fixes

apl-4.11.2

20 Oct 13:09
9eccfdd

Choose a tag to compare

A Helm chart for installing APL in Kubernetes

Release v4.11.1

07 Oct 13:31
96a4919

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.11.1 (2025-10-07)

apl-4.11.1

07 Oct 13:32
96a4919

Choose a tag to compare

A Helm chart for installing APL in Kubernetes