Skip to content

Commit 08386e3

Browse files
chore: release 1.18.0 (#453)
* chore: created CHANGELOG.md [ci skip] * chore: updated version.txt * chore: update version in dockerfiles * chore: edit changelog Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Shubha Rajan <[email protected]>
1 parent d3733da commit 08386e3

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [1.18.0](https://www.github.com/GoogleCloudPlatform/cloudsql-proxy/compare/v1.17.0...v1.18.0) (2020-09-08)
4+
5+
6+
### Features
7+
8+
* **containers:** Add "-alpine" and "-buster" based images. ([#415](https://www.github.com/GoogleCloudPlatform/cloudsql-proxy/issues/415)) ([ebcf294](https://www.github.com/GoogleCloudPlatform/cloudsql-proxy/commit/ebcf294b9ee028340695868fb6f4cc4bbe09d849))
9+
* **containers:** Add fuse to alpine and buster images ([#459](https://www.github.com/GoogleCloudPlatform/cloudsql-proxy/issues/459)) ([0f28fcd](https://www.github.com/GoogleCloudPlatform/cloudsql-proxy/commit/0f28fcd008a5bb863ec2ca1402c31ae81d7dae5d))
10+
11+
12+
### Bug Fixes
13+
* Print out any errors during SIGTERM-caused shutdown ([#389](https://github.com/GoogleCloudPlatform/cloudsql-proxy/pull/389))
14+
* Optimize `-term-timeout` wait ([#391](https://github.com/GoogleCloudPlatform/cloudsql-proxy/pull/391))
15+
* Add socket suffix for Postgres instances when running in `-fuse` mode ([#426](https://www.github.com/GoogleCloudPlatform/cloudsql-proxy/issues/426)) ([20ffaec](https://www.github.com/GoogleCloudPlatform/cloudsql-proxy/commit/20ffaec2f0f00a2516206a0453bd0d1c6e62770c))
16+
* **containers:** Specify nonroot user by uid to work with runAsNonRoot ([#402](https://www.github.com/GoogleCloudPlatform/cloudsql-proxy/issues/402)) ([c5c0be1](https://www.github.com/GoogleCloudPlatform/cloudsql-proxy/commit/c5c0be1b60bfc1c3fa862039619908a328066e5e))
17+

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Use the latest stable golang 1.x to compile to a binary
1616
FROM golang:1 as build
1717

18-
ARG VERSION="1.18-dev"
18+
ARG VERSION="1.18.0"
1919

2020
WORKDIR /go/src/cloudsql-proxy
2121
COPY . .

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Use the latest stable golang 1.x to compile to a binary
1616
FROM golang:1 as build
1717

18-
ARG VERSION="1.18-dev"
18+
ARG VERSION="1.18.0"
1919

2020
WORKDIR /go/src/cloudsql-proxy
2121
COPY . .

Dockerfile.buster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Use the latest stable golang 1.x to compile to a binary
1616
FROM golang:1 as build
1717

18-
ARG VERSION="1.18-dev"
18+
ARG VERSION="1.18.0"
1919

2020
WORKDIR /go/src/cloudsql-proxy
2121
COPY . .

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.0-dev
1+
1.18.0

0 commit comments

Comments
 (0)