Releases: gitpod-io/gitpod-eks-guide
Releases · gitpod-io/gitpod-eks-guide
v2021082901
Changes:
- Fix issue building image using private container registries gitpod-io/gitpod#5010
- Update gitpod chart
v2021072801
Changes:
- Add support for private registries (
IMAGE_PULL_SECRET_FILE
env variable). - Allow custom registries for base images. By default, only images from docker.io are allowed )(
IMAGE_REGISTRY_WHITELIST
env variable). - Add option to define internal or internet-facing ALB for gitpod proxy component (
USE_INTERNAL_ALB
env variable). - Allow custom Availability Zone/s that ALB will route traffic to (
ALB_SUBNETS
env variable). - Update eksctl to v0.58.0.
- Update cluster-autoscaler to v9.10.3.
- Update AMI.
- Update gitpod chart - sync with upstream main.
v2021072202
Changes:
- Ensure the image pull policy is
IfNotPresent
. - New AWS AMI with base images.
- New Gitpod
image-builder
- Update of CA certificates do not require internet access.
v2021072201
Update AMI table Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
v2021072101
Changes:
- Change default image pull policy to
IfNotPresent
v2021072001
Changes:
- Linux kernel v5.12.15
- containerd v1.54
- runc: v1.0.1
- CNI plugins: v0.9.1
- Stargz Snapshotter: v0.7.0
v2021071701
Update AMI table Signed-off-by: Manuel Alejandro de Brito Fontes <[email protected]>
v2021071203
Reduce size of container image
v2021071202
Fix release action