Skip to content

v0.8.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pst pst released this 14 May 11:17
· 409 commits to master since this release
0a4c91a
  • Introduce local development environment using KinD.
  • Publish provider specific images in addition to the current multi-cloud default to reduce image size and speed up CI/CD runs for single cloud use-cases.
    • multi-cloud: kubestack/framework:v0.8.0-beta.0 (same tag as before)
    • AKS: kubestack/framework:v0.8.0-beta.0-aks
    • EKS: kubestack/framework:v0.8.0-beta.0-eks
    • GKE: kubestack/framework:v0.8.0-beta.0-gke
    • KinD: kubestack/framework:v0.8.0-beta.0-kind
  • AKS, EKS, GKE and KinD starters use the specific image variants.
  • Entrypoint now starts as root then drops to regular user to configure user and groups correctly. This removes the need for the previously used lib-nss-wrapper.
  • Updated default nginx ingress controller to v0.30.0-kbst.1 which adds an overlay for the local KinD clusters

Upgrade Notes

  1. Update the version in Dockerfile and clusters.tf. Optionally, switch Dockerfile to the provider specific variant.
  2. Remove -u parameter from docker run commands in your pipeline and when running the container manually.