Skip to content

Releases: anyscale/terraform-kubernetes-anyscale-foundation-modules

v0.1.10

10 Feb 19:35
0624d32
Compare
Choose a tag to compare

📚 Documentation/Examples

fix: example should use remote link and alb controller version fixed to 1.11.0 @hongchaodeng (#13)

Two fixes:

  • The alb controller chart version should be 1.11.0. We should not use the appVersion
  • The example should use remote link, not relying on specific directory layout.

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

Other information

v0.1.9

28 Jan 15:52
9073d33
Compare
Choose a tag to compare

📚 Documentation/Examples

upd: General cleanup @brent-anyscale (#11)

General cleanup of README, outputs, etc.

On branch brent/general-updates
Changes to be committed:
modified: README.md
modified: examples/aws/eks-private/outputs.tf
modified: examples/aws/eks-public/main.tf
modified: examples/aws/eks-public/outputs.tf
modified: modules/anyscale-k8s-helm/README.md
new file: modules/anyscale-k8s-helm/helm-aws-loadbalancer.tf
modified: modules/anyscale-k8s-helm/variables.tf

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

v0.1.8

24 Jan 22:44
23086dd
Compare
Choose a tag to compare

📚 Documentation/Examples

upd: AWS EKS Public update for changes to Anyscale helm chart @brent-anyscale (#9)

Changes to be committed:
modified: README.md
modified: main.tf
modified: outputs.tf

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

Github Chores

upd: AWS EKS Public update for changes to Anyscale helm chart @brent-anyscale (#9)

Changes to be committed:
modified: README.md
modified: main.tf
modified: outputs.tf

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

v0.1.7

24 Jan 22:41
8468a7d
Compare
Choose a tag to compare

📚 Documentation/Examples

upd: remove warning note for EKS private networking @PawaritL (#10)

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

Other information

v0.1.6

08 Nov 23:42
bf5091c
Compare
Choose a tag to compare

📚 Documentation/Examples

upd: Support latest changes for Anyscale Operator on GCP @brent-anyscale (#8)

This matches latest requirements for GKE with recent changes to requirements for the Anyscale Operator.

On branch brent/gke-standard-public
Changes to be committed:
modified: README.md
modified: main.tf
modified: outputs.tf

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

v0.1.5

19 Oct 02:48
093fd81
Compare
Choose a tag to compare

📚 Documentation/Examples

gke existing cluster: remove var existing_vpc_id and use name to query it @hongchaodeng (#7)

As a follow up for #6 (comment)

Basically We don't need both existing_vpc_name and existing_vpc_id. Can use one to query the other.

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

Other information

v0.1.4

15 Oct 23:41
e52abb7
Compare
Choose a tag to compare

📚 Documentation/Examples

upd: Existing GKE Example @brent-anyscale (#6)

Fixes #5
Additional updates for Helm Chart Ingress sleeps for availability, Job Test python, GCP Storage Bucket permissions, and updates to latest CLI commands.

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

Breaking changes for example. This will recreate some of the resources.

v0.1.3

25 Sep 15:49
de71dae
Compare
Choose a tag to compare

📚 Examples

Add example for existing GKE cluster @hongchaodeng (#4)

Example terraform.tfvars

google_region     = "..."
google_project_id = "..."

anyscale_deploy_env = "test"
anyscale_org_id     = "..."

existing_vpc_name            = "..."
existing_subnet_name         = "..."
customer_ingress_cidr_ranges = "0.0.0.0/0"

gke_endpoint       = "..."
gke_ca_certificate = "..."

v0.1.2

19 Sep 16:15
583c7cb
Compare
Choose a tag to compare

📚 Documentation/Examples

add: Example for existing GKE cluster - initial commit @brent-anyscale (#3)

Changes to be committed:
new file: README.md
new file: main.tf
new file: outputs.tf
new file: variables.tf
new file: versions.tf

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

Other information

v0.1.1

16 Sep 16:25
c0e3de0
Compare
Choose a tag to compare

🐛 Bug Fixes

fix: Tolerances for EKS nodes need to be ON_DEMAND @brent-anyscale (#2)

Switches the ALL tolerance to ON_DEMAND, as taints must be unique to a tuple of (key, effect) in EKS, which wasn't possible with the ALL convention

Changes to be committed:
modified: eks-private/main.tf
modified: eks-public/main.tf

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No