Skip to content

Commit 60b0d87

Browse files
author
serverpod_cloud
committed
chore(release): 6030ae9a24ec5075d7d764e64303db2650d3b03f
1 parent a76eb8d commit 60b0d87

5 files changed

Lines changed: 34 additions & 4 deletions

File tree

ground_control_client/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.22.0] - 2026-02-17
4+
5+
### Added
6+
7+
- **New auth subcommands** - You can now manage authentication tokens with `scloud auth create-token` and `scloud auth list`.
8+
- **Logout options** - The `scloud auth logout` command now supports logging out specific sessions using the `--token-id` flag or all sessions with `--all`.
9+
10+
### Changed
11+
12+
- **Launch flow improvements** - The `scloud launch` command now offers pre-deploy code generation as an opt-in hook (default: off). The initial deploy during launch is no longer automatically enabled.
13+
14+
### Fixed
15+
16+
- **Improved script handling** - Deployments now fail if pre/post-deploy scripts exit with non-zero codes, preventing continuation on script failure.
17+
318
## [0.21.0] - 2026-02-02
419

520
### Added

ground_control_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ground_control_client
2-
version: 0.21.1
2+
version: 0.22.0
33
description: A client library for the Serverpod Ground Control API. Used to manage Serverpod Cloud projects.
44
repository: https://github.com/serverpod/serverpod_cloud_clients
55
homepage: https://serverpod.dev

serverpod_cloud_cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11

22
# Changelog
33

4+
## [0.22.0] - 2026-02-17
5+
6+
### Added
7+
8+
- **New auth subcommands** - You can now manage authentication tokens with `scloud auth create-token` and `scloud auth list`.
9+
- **Logout options** - The `scloud auth logout` command now supports logging out specific sessions using the `--token-id` flag or all sessions with `--all`.
10+
11+
### Changed
12+
13+
- **Launch flow improvements** - The `scloud launch` command now offers pre-deploy code generation as an opt-in hook (default: off). The initial deploy during launch is no longer automatically enabled.
14+
15+
### Fixed
16+
17+
- **Improved script handling** - Deployments now fail if pre/post-deploy scripts exit with non-zero codes, preventing continuation on script failure.
18+
419
## [0.21.0] - 2026-02-02
520

621
### Added

serverpod_cloud_cli/lib/util/scloud_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:pub_semver/pub_semver.dart';
22

33
// Constant with the current version of the Serverpod Cloud CLI.
44
// This should be updated when a new version is released.
5-
const String _cliVersionString = '0.21.0';
5+
const String _cliVersionString = '0.22.0';
66

77
Version? _cliVersion;
88

serverpod_cloud_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: serverpod_cloud_cli
2-
version: 0.21.0
2+
version: 0.22.0
33
description: A CLI tool from Serverpod used to deploy and manage Serverpod Cloud projects.
44
repository: https://github.com/serverpod/serverpod_cloud_clients
55
homepage: https://serverpod.dev
@@ -26,7 +26,7 @@ dependencies:
2626
pool: ^1.5.1
2727
pub_semver: ^2.1.0
2828
pubspec_parse: ^1.5.0
29-
ground_control_client: ^0.21.0
29+
ground_control_client: ^0.22.0
3030
rfc_6901: ^0.2.0
3131
yaml_codec: ^1.0.0
3232
yaml: ^3.1.0

0 commit comments

Comments
 (0)