From 314d9275b5342eaa7fc3a102451af0383d7bca90 Mon Sep 17 00:00:00 2001 From: David Voisin Date: Mon, 11 May 2026 11:42:21 +0200 Subject: [PATCH 1/2] Bump version 1.44.2 --- CHANGELOG.md | 2 ++ README.md | 17 +++++++++++------ VERSION | 2 +- config/version.go | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd88808e..fc0efa1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## To Be Released +## 1.44.2 + * fix(addons): parse `maintenance-window-hour` as an int ## 1.44.1 diff --git a/README.md b/README.md index 93418766..5af57a13 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Scalingo-CLI v1.44.1 +# Scalingo-CLI v1.44.2 + ![publish workflow](https://github.com/Scalingo/cli/actions/workflows/publish.yml/badge.svg) @@ -56,7 +57,8 @@ USAGE: scalingo [global options] command [command options] [arguments...] VERSION: - 1.44.1 + 1.44.2 + AUTHOR: Scalingo Team @@ -276,12 +278,14 @@ the commit for the version bump. ```bash git checkout -git checkout -b v1.44.1 +git checkout -b v1.44.2 + git cherry-pick -m 1 git cherry-pick -m 1 ... git cherry-pick -m 1 -git push --set-upstream origin v1.44.1 +git push --set-upstream origin v1.44.2 + ``` ### New Version Bump @@ -296,7 +300,7 @@ Bump new version number in: And commit these changes: ```bash -version="1.44.1" +version="1.44.2" git switch --create release/${version} git add . @@ -326,6 +330,7 @@ It serves as cache between GitHub and our customers for a more efficient check o You can now update the [changelog](https://doc.scalingo.com/changelog) and tweet about it! -> [Changelog] CLI - Release of version 1.44.1 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix +> [Changelog] CLI - Release of version 1.44.2 + https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix Add in a tweets thread the changelog of this new version. diff --git a/VERSION b/VERSION index d724e439..00aecdb4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.44.1 +1.44.2 diff --git a/config/version.go b/config/version.go index d2fd46fd..9826f9a5 100644 --- a/config/version.go +++ b/config/version.go @@ -1,3 +1,3 @@ package config -var Version = "1.44.1" +var Version = "1.44.2" From 2069f2e25622229219f72a4847299f59ac18a1ea Mon Sep 17 00:00:00 2001 From: David Voisin Date: Mon, 11 May 2026 12:05:13 +0200 Subject: [PATCH 2/2] style: clean the extra linefeeds --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 5af57a13..30193c35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Scalingo-CLI v1.44.2 - ![publish workflow](https://github.com/Scalingo/cli/actions/workflows/publish.yml/badge.svg) This repository contains the command line utility for the public PaaS Scalingo. @@ -59,7 +58,6 @@ USAGE: VERSION: 1.44.2 - AUTHOR: Scalingo Team @@ -279,13 +277,11 @@ the commit for the version bump. ```bash git checkout git checkout -b v1.44.2 - git cherry-pick -m 1 git cherry-pick -m 1 ... git cherry-pick -m 1 git push --set-upstream origin v1.44.2 - ``` ### New Version Bump @@ -330,7 +326,6 @@ It serves as cache between GitHub and our customers for a more efficient check o You can now update the [changelog](https://doc.scalingo.com/changelog) and tweet about it! -> [Changelog] CLI - Release of version 1.44.2 - https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix +> [Changelog] CLI - Release of version 1.44.2 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix Add in a tweets thread the changelog of this new version.