Skip to content

Commit d17003d

Browse files
committed
bump to v0.0.5
1 parent 9d324c6 commit d17003d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.0.4 (2021/03/19)
3+
## v0.0.5 (2021/03/19)
44

55
- updated: use new token header from IAP: X-Goog-IAP-JWT-Assertion (#4)
66
- docs: fix env var typo in README (#5)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DIST_OUTPUT=gcp-iap-auth-$(GOOS)-$(GOARCH)
1313

1414
SHASUM=shasum -a 1
1515

16-
VERSION=0.0.3
16+
VERSION=0.0.5
1717
IMAGE=imkira/gcp-iap-auth
1818

1919
.PHONY: all build build-docker docker-release dist clean deps vendor

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ requests to a backend server.
150150

151151
```yaml
152152
- name: gcp-iap-auth
153-
image: imkira/gcp-iap-auth:0.0.4
153+
image: imkira/gcp-iap-auth:0.0.5
154154
env:
155155
- name: GCP_IAP_AUTH_AUDIENCES
156156
value: "YOUR_AUDIENCE"
@@ -189,7 +189,7 @@ different ways, but I personally recommend running it as a
189189
- name: nginx
190190
# your nginx container should go here...
191191
- name: gcp-iap-auth
192-
image: imkira/gcp-iap-auth:0.0.4
192+
image: imkira/gcp-iap-auth:0.0.5
193193
env:
194194
- name: GCP_IAP_AUTH_AUDIENCES
195195
value: "YOUR_AUDIENCE"

0 commit comments

Comments
 (0)