Skip to content

Commit 8a12b09

Browse files
chore(release): v0.5.0
1 parent 52b68bc commit 8a12b09

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
# Changelog
44

5+
## [0.5.0] - 2025-12-22
6+
7+
### Added
8+
9+
- support bundle command (`cloudsqlctl support`)
10+
- upgrade channels/pinning/target version (`cloudsqlctl upgrade --channel/--pin/--version`)
11+
- npm publish pipeline and package files whitelist
12+
- distribution templates: Scoop bucket, Chocolatey skeleton, Winget template
13+
- enterprise policy.json guardrails for update/auth
14+
15+
### Changed
16+
17+
- deterministic proxy checksum verification from GCS `.sha256`
18+
- safer portable upgrade swap (temp + atomic replace + rollback)
19+
- service-aware proxy install/update coordination
20+
- GitHub Release workflow supports workflow_dispatch + republish (asset delete/replace)
21+
- ProgramData machine-scope ACL hardening (no Users write for service binaries)
22+
- repo hygiene: ignore build artifacts
23+
524
## [0.4.17] - 2025-12-22
625

726
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudsqlctl",
3-
"version": "0.4.17",
3+
"version": "0.5.0",
44
"description": "Windows-native CLI tool that installs, updates, and manages Google Cloud SQL Auth Proxy via gcloud CLI.",
55
"main": "dist/cli.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)