From 872abfe678a4f4d72fcdf82f1a74528b671f6911 Mon Sep 17 00:00:00 2001 From: Tugdual Saunier Date: Mon, 16 Jun 2025 11:47:35 +0200 Subject: [PATCH 1/8] ci: disable lint jobs for tags it looks like golangci/golangci-lint-action's `only-new-issues` option is a bit confused when running on a tag, so I propose to disable it in such case --- .github/workflows/releaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index c9326c33..72975f12 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -13,6 +13,8 @@ jobs: lint: name: Lint runs-on: ubuntu-latest + # only for PRs and push on branches + if: ${{ !startsWith(github.ref, 'refs/tags/v') }} steps: - uses: actions/checkout@v4 - From 7d62f2a453499e6fff28aea121a5b18fb28cb0ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 12:23:34 +0000 Subject: [PATCH 2/8] Update latest available PHP version --- commands/php_version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/php_version.go b/commands/php_version.go index afa487ed..dcab6daa 100644 --- a/commands/php_version.go +++ b/commands/php_version.go @@ -23,4 +23,4 @@ package commands const LatestPhpMajorVersion = "8.4" -const LatestPhpMinorVersion = "8.4.8" +const LatestPhpMinorVersion = "8.4.10" From ad948f61ac66e26062ab36fe9d768679a0acb85a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 08:18:55 +0000 Subject: [PATCH 3/8] Update supported Platform.sh services --- local/platformsh/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/platformsh/config.go b/local/platformsh/config.go index 734467b1..6308c463 100644 --- a/local/platformsh/config.go +++ b/local/platformsh/config.go @@ -198,7 +198,7 @@ var availableServices = []*service{ { Type: "mysql", Versions: serviceVersions{ - Deprecated: []string{"5.5", "10.0", "10.1", "10.2"}, + Deprecated: []string{"5.5", "10.0", "10.1", "10.2", "10.4", "11.2"}, Supported: []string{"10.3", "10.4", "10.5", "10.6", "10.11", "11.0"}, }, }, @@ -213,7 +213,7 @@ var availableServices = []*service{ Type: "opensearch", Versions: serviceVersions{ Deprecated: []string{"1.1", "1.2"}, - Supported: []string{"1", "2"}, + Supported: []string{"1", "2", "3"}, }, }, { From 06564b044394fe70d117eb532f52caec58863853 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 08:17:38 +0000 Subject: [PATCH 4/8] Update supported Platform.sh services --- local/platformsh/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/platformsh/config.go b/local/platformsh/config.go index 6308c463..d3749faa 100644 --- a/local/platformsh/config.go +++ b/local/platformsh/config.go @@ -170,8 +170,8 @@ var availableServices = []*service{ { Type: "mariadb", Versions: serviceVersions{ - Deprecated: []string{"5.5", "10.0", "10.1", "10.2", "10.3"}, - Supported: []string{"10.4", "10.5", "10.6", "10.11", "11.0", "11.2", "11.4"}, + Deprecated: []string{"5.5", "10.0", "10.1", "10.2", "10.3", "10.4", "10.5", "11.2"}, + Supported: []string{"10.6", "10.11", "11.0", "11.4"}, }, }, { From 4c0a10c646786f4d9256ad58232947dd1b745d0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 08:19:28 +0000 Subject: [PATCH 5/8] Update supported Platform.sh services --- local/platformsh/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/platformsh/config.go b/local/platformsh/config.go index d3749faa..e80d0f44 100644 --- a/local/platformsh/config.go +++ b/local/platformsh/config.go @@ -171,7 +171,7 @@ var availableServices = []*service{ Type: "mariadb", Versions: serviceVersions{ Deprecated: []string{"5.5", "10.0", "10.1", "10.2", "10.3", "10.4", "10.5", "11.2"}, - Supported: []string{"10.6", "10.11", "11.0", "11.4"}, + Supported: []string{"10.6", "10.11", "11.0", "11.4", "11.8"}, }, }, { From 6d5a59ed7a907fd8f4d95d55019d4b23708f10b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:16:37 +0000 Subject: [PATCH 6/8] Update supported Platform.sh services --- local/platformsh/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local/platformsh/config.go b/local/platformsh/config.go index e80d0f44..ab7e1beb 100644 --- a/local/platformsh/config.go +++ b/local/platformsh/config.go @@ -54,7 +54,7 @@ var availablePHPExts = map[string][]string{ "iconv": {"7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"}, "igbinary": {"7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"}, "imagick": {"5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.4"}, - "imap": {"5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"}, + "imap": {"5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"}, "interbase": {"5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"}, "intl": {"5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"}, "ioncube": {"7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.4"}, @@ -170,8 +170,8 @@ var availableServices = []*service{ { Type: "mariadb", Versions: serviceVersions{ - Deprecated: []string{"5.5", "10.0", "10.1", "10.2", "10.3", "10.4", "10.5", "11.2"}, - Supported: []string{"10.6", "10.11", "11.0", "11.4", "11.8"}, + Deprecated: []string{"5.5", "10.0", "10.1", "10.2", "10.3", "10.4", "10.5", "11.0", "11.2"}, + Supported: []string{"10.6", "10.11", "11.4", "11.8"}, }, }, { From 50ad7da67d2b422114d50157d20ecb49c5f68bc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 08:17:58 +0000 Subject: [PATCH 7/8] Update latest available PHP version --- commands/php_version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/php_version.go b/commands/php_version.go index dcab6daa..20b6545c 100644 --- a/commands/php_version.go +++ b/commands/php_version.go @@ -23,4 +23,4 @@ package commands const LatestPhpMajorVersion = "8.4" -const LatestPhpMinorVersion = "8.4.10" +const LatestPhpMinorVersion = "8.4.11" From 8eb470fdd78d3c260de15f79f2a50b571fe8ad44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:16:13 +0000 Subject: [PATCH 8/8] Update supported Platform.sh services --- local/platformsh/commands.go | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/local/platformsh/commands.go b/local/platformsh/commands.go index 56b8f13f..78ccecb7 100644 --- a/local/platformsh/commands.go +++ b/local/platformsh/commands.go @@ -861,6 +861,40 @@ var Commands = []*console.Command{ &console.BoolFlag{Name: "wait"}, }, }, + { + Category: "cloud:environment", + Name: "deploy", + Aliases: []*console.Alias{ + {Name: "environment:deploy", Hidden: true}, + {Name: "upsun:environment:deploy", Hidden: true}, + {Name: "cloud:env:deploy"}, + {Name: "upsun:env:deploy", Hidden: true}, + {Name: "env:deploy", Hidden: true}, + }, + Usage: "Deploy an environment's staged changes", + Flags: []console.Flag{ + &console.StringFlag{Name: "environment", Aliases: []string{"e"}}, + &console.BoolFlag{Name: "no-wait", Aliases: []string{"W"}}, + &console.StringFlag{Name: "project", Aliases: []string{"p"}}, + &console.BoolFlag{Name: "wait"}, + }, + }, + { + Category: "cloud:environment", + Name: "deploy:type", + Aliases: []*console.Alias{ + {Name: "environment:deploy:type", Hidden: true}, + {Name: "upsun:environment:deploy:type", Hidden: true}, + }, + Usage: "Show or set the environment deployment type", + Flags: []console.Flag{ + &console.StringFlag{Name: "environment", Aliases: []string{"e"}}, + &console.BoolFlag{Name: "no-wait", Aliases: []string{"W"}}, + &console.BoolFlag{Name: "pipe"}, + &console.StringFlag{Name: "project", Aliases: []string{"p"}}, + &console.BoolFlag{Name: "wait"}, + }, + }, { Category: "cloud:environment", Name: "http-access", @@ -2178,6 +2212,7 @@ var Commands = []*console.Command{ Flags: []console.Flag{ &console.StringFlag{Name: "app"}, &console.StringFlag{Name: "columns", Aliases: []string{"c"}}, + &console.StringFlag{Name: "cpu-type"}, &console.StringFlag{Name: "environment", Aliases: []string{"e"}}, &console.StringFlag{Name: "format", DefaultValue: "table"}, &console.BoolFlag{Name: "no-header"}, pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy