From 6f8668230caa57eaca928a959dc7b9b672ac99a3 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Wed, 24 Jan 2024 11:19:07 +0000 Subject: [PATCH] Bump legacy CLI version to 4.14.0 And enable Teams commands for upsun --- Makefile | 2 +- internal/config/upsun-cli.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 636a7d5..dc06e3a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHP_VERSION = 8.2.14 -LEGACY_CLI_VERSION = 4.13.1 +LEGACY_CLI_VERSION = 4.14.0 GORELEASER_ID ?= platform diff --git a/internal/config/upsun-cli.yaml b/internal/config/upsun-cli.yaml index cd146ab..144d763 100644 --- a/internal/config/upsun-cli.yaml +++ b/internal/config/upsun-cli.yaml @@ -58,6 +58,7 @@ api: organizations: true centralized_permissions: true + teams: true user_verification: true metrics: true sizing: true