cloudsql-proxy 1.33.14-1 source package in Ubuntu

Changelog

cloudsql-proxy (1.33.14-1) unstable; urgency=medium

  * New upstream version 1.33.14
  * Reorder fields in debian/control and debian/copyright
  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * Invoke dh with --builddirectory=_build
  * Update versioned dependencies as per go.mod
  * Bump Standards-Version to 4.6.2 (no change)
  * Add "DH_GOLANG_INSTALL_EXTRA := proxy/util/version.txt" to debian/rules
  * Adjust list of installed docs and examples in cloudsql-proxy package
  * Set debian-branch to debian/sid for DEP-14 conformance

 -- Anthony Fok <email address hidden>  Mon, 26 Feb 2024 20:06:32 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cloudsql-proxy_1.33.14-1.dsc 2.8 KiB b42745de42c9671151c464ef8aae3a9cd08af2a3d3b7c476aeb9f449869bf0ea
cloudsql-proxy_1.33.14.orig.tar.gz 167.9 KiB 3f28e7815282d1a61efd95309043320154b50f2b34f40cac38ecfbf7b3e5b4a4
cloudsql-proxy_1.33.14-1.debian.tar.xz 8.3 KiB 5719542bffc0f38106189e55bab0a499b9ab2c897a35f25040332de79d327a21

No changes file available.

Binary packages built by this source

cloudsql-proxy: connect securely to a 2nd generation Cloud SQL DB

 The Cloud SQL Proxy allows a user with the appropriate permissions to
 connect to a Second Generation Google Cloud SQL database without having
 to deal with IP whitelisting or SSL certificates manually. It works by
 opening unix/tcp sockets on the local machine and proxying
 connections to the associated Cloud SQL instances when the sockets
 are used.
 .
 Optional functionality can be enabled (--fuse) with access to `/dev/fuse`
 as well as the `fusermount` binary.
 .
 By default, the proxy will authenticate under the default service account
 of the Compute Engine VM it is running on. Therefore, the VM must have at
 least the sqlservice.admin API scope
 ("https://www.googleapis.com/auth/sqlservice.admin")
 and the associated project must have the SQL Admin API enabled. The default
 service account must also have at least WRITER/EDITOR privileges to any
 projects of target SQL instances.

cloudsql-proxy-dbgsym: debug symbols for cloudsql-proxy
golang-github-googlecloudplatform-cloudsql-proxy-dev: connect securely to a 2nd generation Cloud SQL DB (Go library)

 The Cloud SQL Proxy allows a user with the appropriate permissions to
 connect to a Second Generation Google Cloud SQL database without having
 to deal with IP whitelisting or SSL certificates manually. It works by
 opening unix/tcp sockets on the local machine and proxying
 connections to the associated Cloud SQL instances when the sockets
 are used.
 .
 This package contains the github.com/GoogleCloudPlatform/cloudsql-proxy
 Go library.