Skip to content

Releases: testground/infra

v0.7.1

25 May 12:01
dd912fa
Compare
Choose a tag to compare

Description 📜

This tag contains some small fixes and also contains a new script values.sh to make us easier to fill in all the variables needed.

What's Changed 📝

  • Change variables
  • Add the script values.sh

Full Changelog 📑

Changelog: v0.7.0...v0.7.1

More info 🔍

PR: #94

v0.7.0

25 May 06:56
580da20
Compare
Choose a tag to compare

Description 📜

This tag contains a lot of changes in the way that we create and provision the Kubernetes clusters for TestGround.

What's Changed

New features added to TestGround Infrastructure:

  • AMI updates:
    • Image reference updated
    • Script which installs some tools in the nodes fixed to be able to use EFS (client NFS)
  • Documentation
  • Scripts to install & delete the cluster updated
  • Remove files that are not needed anymore
  • Upgrade to v1.23.4 -> latest K8S version we can use while running Docker as CRI.
  • Helm Charts added
  • TestsGround tested

More info: #93

Release v0.6.0 - EKS infrastructure setup

01 Mar 13:45
6c104e5
Compare
Choose a tag to compare

What's Changed

  • add owner to ami image name by @nonsense in #61
  • adapt to new text output of aws ec2 describe-subnets command by @blacktemplar in #62
  • split install.sh script into multiple scripts by @nonsense in #63
  • upgrade weave, flannel, kubernetes and base AMI image by @nonsense in #64
  • Fixes #1376 the terraform provider issue for mac m1 by @sysrex in #74
  • Updating the infra .sh scripts by @dektech in #71
  • ( #1236) Block all other runners when deploying the daemon by @brdji in #77
  • eks: Implement deploy script and guide for EKS by @dektech in #78
  • bash/functions.sh: fix missing vars in uninstall script by @laurentsenta in #79
  • eks: Fix wrong path to log file by @ackintosh in #85
  • eks: Retry obtaining ALB name/address by @ackintosh in #82
  • eks: Wait for EFS to be available by @ackintosh in #87
  • eks: Install Amazon EBS CSI driver by @ackintosh in #86
  • Fix: EBS CSI Driver will fail if the cluster name is not gossipsub by @ackintosh in #88
  • EKS: Preset testground database on influxdb by @ackintosh in #90
  • EKS: fix failure on installing influxdb by @ackintosh in #89

New Contributors

Full Changelog: v0.5.3...v0.6.0