This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Releases: giantswarm/mayu
Releases · giantswarm/mayu
v1.3.0
v1.2.0
Release v1.2.0 (#165) Co-authored-by: github-actions <action@github.com>
v1.1.1
release v1.1.1 (#150) Co-authored-by: github-actions <action@github.com>
v1.1.0
release v1.1.0 (#148) Co-authored-by: github-actions <action@github.com>
1.0.0 mayu
- removed support for cloudconfig
- structuralized folders
- lots of cleanup of legacy stuff
docker image: quay.io/giantswarm/mayu:de80db317a1d8eb9233a04c37a5277fe27b6577b
0.13.0 - Last cloudconfig release
As we want to move towards ignition
instead of deprecated cloudconfig we are releasing the last release with the support for cloudconfig.
docker image for this release: quay.io/giantswarm/mayu:legacy_cloudconfig
locked branch: https://github.com/giantswarm/mayu/tree/legacy_cloudconfig
mayu v0.12.6
- improved build process
- use official calico Docker image for Kubernetes policy controller
Mayu v0.12.5
- Added scripts to generate a single private SA key via Vault
- Added properties to specify
alt-names
andip-sans
parameters to the certificate generation
Mayu v0.12.4
- added support for connecting to secured etcd (
https
) - option
--etcd-endpoint
now must have specified protocol (http
orhttps
, iehttp://127.0.0.1:2379
) - new option
--etcd-cafile
can be used for specyfing custom root CA file when connecting to secured etcd
Mayu v0.12.3
- Add support to specify the amount of kubernetes master nodes.
- Configure giantnetes templates to deploy a HA kubernetes core.