Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@nordeck-os-publish-pipeline nordeck-os-publish-pipeline released this 06 Dec 16:52
· 2 commits to main since this release
4696f2d

Highlights

This is a technical release where we improved the possible settings for server administrators. 🔧

Customizing the nginx config

It is now possible to deploy the widget container on hosts without IPv6 support through a configuration option. This can be toggled easily through our Helm charts. Beyond that, the container image also gained the ability to also add your own files with custom config that will be added to the nginx server block config, should you need that. Read more about both in our documentation.

What's Changed

Minor Changes

  • dc1481a: Add Helm values for configuration of ipv4only mode
  • 86c53a4: New widget-server base image that supports IPv4-only deployments