Skip to content

yourls-7.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 10:06
5be35cf

Your Own URL Shortener

Upgrade Notes

This major bump updates the MariaDB sub-chart to version 20.0.0.
This sub-chart updates the StatefulSet objects serviceName to use a headless service, as the current non-headless service attached to it was not providing DNS entries.
This will cause an upgrade issue because it changes "immutable fields". To workaround it, delete the StatefulSet objects as follows (replace the RELEASE_NAME placeholder):

kubectl delete sts RELEASE_NAME-mariadb --cascade=false

Then execute helm upgrade as usual.

What's Changed

  • chore(deps): update mariadb docker tag to v20 by @renovate in #402

Full Changelog: yourls-6.1.14...yourls-7.0.0