Skip to content

Commit baa9418

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.10.0...v2.0.0) (2026-01-10) * feat!(alloyDB): add alloyDB ([3653ce2](3653ce2)) ### BREAKING CHANGES * Configuration file format changes in order to support both Cloud SQL and AlloyDB instances. Migration from v1 to v2 should be automatic on the first run of the v2 of the CLI. Relates SUITEDEV-39317
1 parent 717fe39 commit baa9418

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/edosrecki/google-cloud-sql-cli/compare/v1.10.0...v2.0.0) (2026-01-10)
2+
3+
4+
* feat!(alloyDB): add alloyDB ([3653ce2](https://github.com/edosrecki/google-cloud-sql-cli/commit/3653ce2311d3ae24b1dfea8ada5aab88b3a3af5a))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* Configuration file format changes in order to support
10+
both Cloud SQL and AlloyDB instances. Migration from v1 to v2 should
11+
be automatic on the first run of the v2 of the CLI.
12+
13+
Relates SUITEDEV-39317
14+
115
# [1.10.0](https://github.com/edosrecki/google-cloud-sql-cli/compare/v1.9.4...v1.10.0) (2025-05-20)
216

317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-cloud-sql",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"description": "Connect to private Google Cloud SQL instance through Cloud SQL Auth Proxy running in GKE cluster.",
55
"license": "UNLICENSED",
66
"author": "Dinko Osrecki <[email protected]>",

0 commit comments

Comments
 (0)