mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
v0.2.0
This commit is contained in:
parent
43a7682191
commit
f1a3475466
8 changed files with 14 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Pomerium Changelog
|
# Pomerium Changelog
|
||||||
|
|
||||||
## vUNRELEASED
|
## v0.2.0
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.1.0
|
v0.2.0
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
pomerium:
|
pomerium:
|
||||||
image: pomerium/pomerium:latest
|
image: pomerium/pomerium:v0.2.0
|
||||||
environment:
|
environment:
|
||||||
# Generate new secret keys. e.g. `head -c32 /dev/urandom | base64`
|
# Generate new secret keys. e.g. `head -c32 /dev/urandom | base64`
|
||||||
- COOKIE_SECRET=V2JBZk0zWGtsL29UcFUvWjVDWWQ2UHExNXJ0b2VhcDI=
|
- COOKIE_SECRET=V2JBZk0zWGtsL29UcFUvWjVDWWQ2UHExNXJ0b2VhcDI=
|
||||||
|
|
|
@ -12,7 +12,7 @@ services:
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
|
|
||||||
pomerium-authenticate:
|
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
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SERVICES=authenticate
|
- SERVICES=authenticate
|
||||||
|
@ -42,7 +42,7 @@ services:
|
||||||
- 443
|
- 443
|
||||||
|
|
||||||
pomerium-proxy:
|
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
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SERVICES=proxy
|
- SERVICES=proxy
|
||||||
|
@ -69,7 +69,7 @@ services:
|
||||||
- 443
|
- 443
|
||||||
|
|
||||||
pomerium-authorize:
|
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
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SERVICES=authorize
|
- SERVICES=authorize
|
||||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: pomerium-authenticate
|
app: pomerium-authenticate
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: pomerium/pomerium:latest
|
- image: pomerium/pomerium:v0.2.0
|
||||||
name: pomerium-authenticate
|
name: pomerium-authenticate
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 443
|
- containerPort: 443
|
||||||
|
@ -32,7 +32,7 @@ spec:
|
||||||
- name: IDP_PROVIDER_URL
|
- name: IDP_PROVIDER_URL
|
||||||
value: https://accounts.google.com
|
value: https://accounts.google.com
|
||||||
- name: IDP_CLIENT_ID
|
- name: IDP_CLIENT_ID
|
||||||
value: 851877082059-bfgkpj09noog7as3gpc3t7r6n9sjbgs6.apps.googleusercontent.com
|
value: 851877082059-bfgkpj09noog7as3gpc3t7r6n9sjbgs6.apps.googleusercontent.com
|
||||||
- name: SHARED_SECRET
|
- name: SHARED_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: pomerium-authorize
|
app: pomerium-authorize
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: pomerium/pomerium:latest
|
- image: pomerium/pomerium:v0.2.0
|
||||||
name: pomerium-authorize
|
name: pomerium-authorize
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 443
|
- containerPort: 443
|
||||||
|
|
|
@ -16,7 +16,7 @@ spec:
|
||||||
app: pomerium-proxy
|
app: pomerium-proxy
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: pomerium/pomerium:latest
|
- image: pomerium/pomerium:v0.2.0
|
||||||
name: pomerium-proxy
|
name: pomerium-proxy
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 443
|
- containerPort: 443
|
||||||
|
|
|
@ -7,6 +7,10 @@ description: >-
|
||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
|
## Since 0.1.0
|
||||||
|
|
||||||
|
Pomerium `v0.2.0` has no known breaking changes compared to `v0.1.0`.
|
||||||
|
|
||||||
## Since 0.0.5
|
## 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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue