From 5cee95f54a222d1a1f7a81bfe6e1b85419f28ef6 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Fri, 9 Feb 2024 10:17:50 +0000 Subject: [PATCH 1/5] Add region discount message --- internal/config/upsun-cli.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/config/upsun-cli.yaml b/internal/config/upsun-cli.yaml index 9fb1ebd..85b9eeb 100644 --- a/internal/config/upsun-cli.yaml +++ b/internal/config/upsun-cli.yaml @@ -84,3 +84,6 @@ browser_login:

{{title}}

{{content}} + +messages: + region_discount: Get a 3% discount on resources for regions with a carbon intensity of less than 100 gCO2eq/kWh. From 52b204e72b3ede04db8a8138cee21d450ea4038c Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Mon, 19 Feb 2024 21:02:28 +0000 Subject: [PATCH 2/5] Bump legacy CLI version to 4.15.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f25b63..f13af1a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHP_VERSION = 8.2.14 -LEGACY_CLI_VERSION = 4.14.1 +LEGACY_CLI_VERSION = 4.15.0 GORELEASER_ID ?= platform From 8b00cc5880020c0b230806e21e0b091d791ec614 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Mon, 19 Feb 2024 21:03:02 +0000 Subject: [PATCH 3/5] Bump PHP to 8.2.16 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f13af1a..14337f5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PHP_VERSION = 8.2.14 +PHP_VERSION = 8.2.16 LEGACY_CLI_VERSION = 4.15.0 GORELEASER_ID ?= platform From 3619d13e6b0fe80cd55c135585190629d1fee86b Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Tue, 20 Feb 2024 07:22:49 +0000 Subject: [PATCH 4/5] Bump legacy CLI version to 4.15.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14337f5..467fd2b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHP_VERSION = 8.2.16 -LEGACY_CLI_VERSION = 4.15.0 +LEGACY_CLI_VERSION = 4.15.1 GORELEASER_ID ?= platform From 2fc9bcf3cc8c7f26840a84973f017b584ff4a474 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Tue, 20 Feb 2024 08:36:56 +0000 Subject: [PATCH 5/5] Bump legacy CLI version to 4.15.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 467fd2b..f0ebf37 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHP_VERSION = 8.2.16 -LEGACY_CLI_VERSION = 4.15.1 +LEGACY_CLI_VERSION = 4.15.2 GORELEASER_ID ?= platform