Release v1.9.0
Ingress Core Module version 1.9.0
SIGHUP team maintains this module updated and tested. That is the main reason why we worked on this new release.
With the Kubernetes 1.20 release, it became the perfect time to start testing this module against this Kubernetes
release.
Changelog
- Upgrade cert-manager. From v1.0.1 to
v1.1.0 - Upgrade nginx-ingress-controller and its variants
(from v0.35.0 to v0.43.0): - Upgrade forecastle. From 1.0.57 to
1.0.61 - Kubernetes support:
- Deprecate Kubernetes 1.16 support.
- Kubernetes 1.19 is considered stable.
- Add tech-preview support to Kubernetes 1.20.
- All the container images come from the SIGHUP registry to avoid rate limits.
Upgrade path
To upgrade this core module from v1.8.2
to v1.9.0
, you need to download this new version, then apply the
kustomize
projects. No further action is required.
kustomize build katalog/cert-manager | kubectl apply -f -
# And
kustomize build katalog/forecastle | kubectl apply -f -
# And
kustomize build katalog/nginx | kubectl apply -f -
# Or
kustomize build katalog/dual-nginx | kubectl apply -f -
# Or
kustomize build katalog/nginx-gke | kubectl apply -f -
# Or
kustomize build katalog/nginx-ovh | kubectl apply -f -