1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
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 <foka@debian.org> Mon, 26 Feb 2024 20:06:32 -0700
cloudsql-proxy (1.17.0-6) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on
golang-github-go-sql-driver-mysql-dev.
+ golang-github-googlecloudplatform-cloudsql-proxy-dev: Drop versioned
constraint on golang-github-go-sql-driver-mysql-dev in Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.6.0, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Tue, 29 Nov 2022 17:09:18 +0000
cloudsql-proxy (1.17.0-5) unstable; urgency=medium
* Source-only upload for migration to testing
-- Anthony Fok <foka@debian.org> Sun, 06 Dec 2020 03:14:18 -0700
cloudsql-proxy (1.17.0-4) unstable; urgency=medium
* debian/control: Change Section from devel to golang
* Update Maintainer email address to team+pkg-go@tracker.debian.org
* Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
* Bump Standards-Version to 4.5.1 (no change)
* Sort debian/control fields with "cme fix dpkg"
* Add "Rules-Requires-Root: no" to debian/control
* debian/copyright: Remove unneeded "Files-Excluded: Godeps/_workspace" field
* debian/rules: Remove "override_dh_dwz" target which is no longer needed
for debhelper (>= 12.3), see #933541
* Build golang-github-googlecloudplatform-cloudsql-proxy-dev binary package
which is needed by golang-gocloud-dev, for example
* Add myself to the list of Uploaders
-- Anthony Fok <foka@debian.org> Fri, 04 Dec 2020 19:05:24 -0700
cloudsql-proxy (1.17.0-3) unstable; urgency=medium
* Revert the last change
-- Manoj Srivastava <srivasta@debian.org> Sat, 23 May 2020 01:17:14 -0700
cloudsql-proxy (1.17.0-2) unstable; urgency=medium
* Update the VCS-* headers, since the team vcs repo is empty, and I
don't have rights to push.
-- Manoj Srivastava <srivasta@debian.org> Fri, 22 May 2020 18:31:05 -0700
cloudsql-proxy (1.17.0-1) unstable; urgency=medium
* New upstream relese
-- Manoj Srivastava <srivasta@debian.org> Fri, 22 May 2020 17:22:26 -0700
cloudsql-proxy (1.13-1) unstable; urgency=medium
* New upstream release.
-- Manoj Srivastava <srivasta@debian.org> Sun, 13 Jan 2019 14:05:09 -0800
cloudsql-proxy (1.12-1) unstable; urgency=medium
* New upstream release.
* Updated dependency on the newer version of
golang-github-go-sql-driver-mysql-dev
* Added functionality:
+ Allow an upper limit on the number of open file descriptors for the
proxy.
+ Allow the specification of the API to connect to
+ If flags don't specify an auth source, try either gcloud or
application default
-- Manoj Srivastava <srivasta@debian.org> Thu, 27 Sep 2018 12:48:11 -0700
cloudsql-proxy (1.11+git20180420.74e2f41-1) unstable; urgency=low
* Initial release. Closes: Bug#898229
-- Manoj Srivastava <srivasta@debian.org> Wed, 09 May 2018 10:05:52 -0700
|