diff --git a/.changeset/famous-beers-deliver.md b/.changeset/famous-beers-deliver.md deleted file mode 100644 index 0991d7d0..00000000 --- a/.changeset/famous-beers-deliver.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"crib-deploy-environment": major ---- - -CRIB now spins up all dependencies using the existing `nginx` ingressClass -instead of `alb`, for cost-savings diff --git a/actions/crib-deploy-environment/CHANGELOG.md b/actions/crib-deploy-environment/CHANGELOG.md index 92ad63ff..60a5cd0d 100644 --- a/actions/crib-deploy-environment/CHANGELOG.md +++ b/actions/crib-deploy-environment/CHANGELOG.md @@ -1,5 +1,15 @@ # crib-deploy-environment +## 8.0.0 + +### Major Changes + +- [#779](https://github.com/smartcontractkit/.github/pull/779) + [`b6027b5`](https://github.com/smartcontractkit/.github/commit/b6027b55727b892eca6ae257970e80532c6b7ecc) + Thanks [@rafaelfelix](https://github.com/rafaelfelix)! - CRIB now spins up all + dependencies using the existing `nginx` ingressClass instead of `alb`, for + cost-savings + ## 7.5.1 ### Patch Changes diff --git a/actions/crib-deploy-environment/package.json b/actions/crib-deploy-environment/package.json index 465e1b20..1f8e8079 100644 --- a/actions/crib-deploy-environment/package.json +++ b/actions/crib-deploy-environment/package.json @@ -1,6 +1,6 @@ { "name": "crib-deploy-environment", - "version": "7.5.1", + "version": "8.0.0", "description": "", "private": true, "scripts": {},