Wire-Server 5.29.0 release¶
This release is broken. Skip it. Upgrade from
5.28directly to5.30.The
5.29charts have known issues that prevent reliable deployment. The wire-server release notes themselves recommend skipping this version. The changes documented below are still in effect at5.30(some of them tweaked further), and this page exists for reference. Real upgrade instructions are on the5.30page.
Reference based on these build.json charts, and the release changelog.
Artifact: wire-server-deploy-static-d5295d63b08c43a4983c27e33e5fff75acdb6663.tgz
Heads up¶
Skip this version. The content below is reference material for what shipped in 5.29. The changes are mostly carried into 5.30, see the 5.30 page for the actual upgrade.
For reference purposes, the prior version is treated as 5.28.0.
What was supposed to change at this release¶
Core services moved into the wire-server umbrella chart¶
A bunch of services moved from their own subcharts into the umbrella chart templates at charts/wire-server/templates:
background-workerbrigcannoncargoholdgalleygundeckproxyspar
So the corresponding dependency tags become obsolete and can be removed from values/wire-server/values.yaml:
tags.brigtags.galleytags.cannontags.cargoholdtags.gundecktags.proxytags.spartags.background-worker
For standard deploys this isn't a breaking change, the bundled environments don't toggle any of these off. It is a breaking change for custom deploys that had tags.<service>: false for any of the moved services.
When the upgrade actually runs, rendered manifests will show metadata and source-path diffs (chart labels, template source paths). That's expected, and it may trigger a one-time pod rollout because of checksum annotation changes.
Note: this is partially reverted at
5.30. At5.30tags.proxybecomes required again. See the5.30page.
proxy can no longer be toggled off¶
Side effect of the consolidation. proxy doesn't have a way to be disabled anymore. Deploys that previously set tags.proxy: false now have to provide at least a minimal proxy config so the chart renders.
Placeholder secrets are enough. In values/wire-server/secrets.yaml:
Deploys that already had proxy configured at 5.28 don't need to do anything.
metallb wrapper chart removed¶
The metallb wrapper chart is gone. It had been unmaintained for a while and the upstream Docker images aren't available anymore. Deploys that depended on this need to switch to a different load balancer setup before upgrading.
Optional changes¶
proxy full configuration reference¶
Full set of proxy chart options at their defaults. These shouldn't be set in a local values.yaml unless there's a reason to override them. The secrets block was covered above for deploys that previously had proxy off.
Rate-limit status code is configurable¶
The status code returned by nginz and cannon for rate-limit responses can now be configured in helm values. The default remains 420, so no action is required unless a different code is desired.
Disk space note¶
Each upgrade in this series re-runs setup-offline-sources, which copies the new release's binaries, container images, and debs into /opt/assets on the assethost. After a few versions, the assethost runs out of space and the playbook fails with no space left on device.
When that happens, SSH into the assethost (not the adminhost) and clear it:
Then re-run setup-offline-sources from the adminhost.