diff --git a/authentikos/Makefile b/authentikos/Makefile index 972527e2661..8b95a56afae 100644 --- a/authentikos/Makefile +++ b/authentikos/Makefile @@ -14,7 +14,7 @@ PROJECT = istio-testing HUB = gcr.io -VERSION ?= 0.0.6 +VERSION ?= 0.0.7 .PHONY: deploy deploy: image push diff --git a/authentikos/README.md b/authentikos/README.md index 8c039e8fca7..5c69a7bea4a 100644 --- a/authentikos/README.md +++ b/authentikos/README.md @@ -56,3 +56,4 @@ The following is a list of supported options for `authentikos`: - 0.0.4: Add `--key` option for specifying the name of the data key in the created Kubernetes secret. - 0.0.5: Use [Sprig](http://masterminds.github.io/sprig/) as the library for template functions. - 0.0.6: Add `--force-refresh` option for forcing a token refresh. If this option is omitted or false, the token will only refresh when necessary. Add `--interval` option for customizing the token refresh interval. If unspecified, default scopes to _userinfo.email_, _cloud-platform_, and _openid_. +- 0.0.7: Add more descriptive error logging for token creation failure. diff --git a/authentikos/examples/authentikos-deployment.yaml b/authentikos/examples/authentikos-deployment.yaml index a3eefb6cd16..1fa5f89c696 100644 --- a/authentikos/examples/authentikos-deployment.yaml +++ b/authentikos/examples/authentikos-deployment.yaml @@ -63,7 +63,7 @@ spec: serviceAccountName: authentikos containers: - name: authentikos - image: gcr.io/istio-testing/authentikos:0.0.6 + image: gcr.io/istio-testing/authentikos:0.0.7 imagePullPolicy: Always args: - --verbose diff --git a/authentikos/examples/authentikos-grandmatriarch-deployment.yaml b/authentikos/examples/authentikos-grandmatriarch-deployment.yaml index 90dc9f7cdbb..4180bb1cf0f 100644 --- a/authentikos/examples/authentikos-grandmatriarch-deployment.yaml +++ b/authentikos/examples/authentikos-grandmatriarch-deployment.yaml @@ -63,7 +63,7 @@ spec: serviceAccountName: authentikos containers: - name: authentikos - image: gcr.io/istio-testing/authentikos:0.0.6 + image: gcr.io/istio-testing/authentikos:0.0.7 imagePullPolicy: Always args: - --verbose diff --git a/authentikos/test/integ-simple.sh b/authentikos/test/integ-simple.sh old mode 100644 new mode 100755 diff --git a/authentikos/test/testdata/authentikos-simple.yaml b/authentikos/test/testdata/authentikos-simple.yaml index ff64900cec1..ccd349e21af 100644 --- a/authentikos/test/testdata/authentikos-simple.yaml +++ b/authentikos/test/testdata/authentikos-simple.yaml @@ -63,7 +63,7 @@ spec: serviceAccountName: authentikos containers: - name: authentikos - image: gcr.io/istio-testing/authentikos:0.0.6 + image: gcr.io/istio-testing/authentikos:0.0.7 imagePullPolicy: Always args: - --verbose