From 3a15474335b5452f424db775aee4ea602764b796 Mon Sep 17 00:00:00 2001 From: "cattle-ops-releaser-2[bot]" <134548870+cattle-ops-releaser-2[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 05:08:19 +0000 Subject: [PATCH] chore(main): release 7.14.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 8e2e9ffd..fadab537 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.13.1" + ".": "7.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ec91dc..fe56b2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.14.0](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.13.1...7.14.0) (2024-09-17) + + +### Features + +* allow more than one job per instance ([#1184](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1184)) ([f7f2ea2](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/f7f2ea20025ce422dddf4b9e126aebbb920f4cc1)) + + +### Bug Fixes + +* autoscaler asg subnets and add possibility to enable metrics for asg ([#1182](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1182)) ([3335b81](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/3335b814fda36f65ae8b779ebb926ca115c9fbd4)) + ## [7.13.1](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.13.0...7.13.1) (2024-08-22)