This commit is contained in:
Bobby DeSimone 2019-08-01 10:07:52 -07:00
parent 43a7682191
commit f1a3475466
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
8 changed files with 14 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# Pomerium Changelog
## vUNRELEASED
## v0.2.0
### New

View file

@ -1 +1 @@
v0.1.0
v0.2.0

View file

@ -1,7 +1,7 @@
version: "3"
services:
pomerium:
image: pomerium/pomerium:latest
image: pomerium/pomerium:v0.2.0
environment:
# Generate new secret keys. e.g. `head -c32 /dev/urandom | base64`
- COOKIE_SECRET=V2JBZk0zWGtsL29UcFUvWjVDWWQ2UHExNXJ0b2VhcDI=

View file

@ -12,7 +12,7 @@ services:
- /var/run/docker.sock:/tmp/docker.sock:ro
pomerium-authenticate:
image: pomerium/pomerium:latest # or `build: .` to build from source
image: pomerium/pomerium:v0.2.0 # or `build: .` to build from source
restart: always
environment:
- SERVICES=authenticate
@ -42,7 +42,7 @@ services:
- 443
pomerium-proxy:
image: pomerium/pomerium:latest # or `build: .` to build from source
image: pomerium/pomerium:v0.2.0 # or `build: .` to build from source
restart: always
environment:
- SERVICES=proxy
@ -69,7 +69,7 @@ services:
- 443
pomerium-authorize:
image: pomerium/pomerium:latest # or `build: .` to build from source
image: pomerium/pomerium:v0.2.0 # or `build: .` to build from source
restart: always
environment:
- SERVICES=authorize

View file

@ -16,7 +16,7 @@ spec:
app: pomerium-authenticate
spec:
containers:
- image: pomerium/pomerium:latest
- image: pomerium/pomerium:v0.2.0
name: pomerium-authenticate
ports:
- containerPort: 443
@ -32,7 +32,7 @@ spec:
- name: IDP_PROVIDER_URL
value: https://accounts.google.com
- name: IDP_CLIENT_ID
value: 851877082059-bfgkpj09noog7as3gpc3t7r6n9sjbgs6.apps.googleusercontent.com
value: 851877082059-bfgkpj09noog7as3gpc3t7r6n9sjbgs6.apps.googleusercontent.com
- name: SHARED_SECRET
valueFrom:
secretKeyRef:

View file

@ -16,7 +16,7 @@ spec:
app: pomerium-authorize
spec:
containers:
- image: pomerium/pomerium:latest
- image: pomerium/pomerium:v0.2.0
name: pomerium-authorize
ports:
- containerPort: 443

View file

@ -16,7 +16,7 @@ spec:
app: pomerium-proxy
spec:
containers:
- image: pomerium/pomerium:latest
- image: pomerium/pomerium:v0.2.0
name: pomerium-proxy
ports:
- containerPort: 443

View file

@ -7,6 +7,10 @@ description: >-
# Overview
## Since 0.1.0
Pomerium `v0.2.0` has no known breaking changes compared to `v0.1.0`.
## Since 0.0.5
This page contains the list of deprecations and important or breaking changes for pomerium `v0.1.0` compared to `v0.0.5`. Please read it carefully.