Skip to content

Releases: pomerium/pomerium

v0.14.2

17 May 18:56
479c029
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Revert "authenticate,proxy: add same site lax to cookies" #2204 (@github-actions[bot])

Documentation

  • Update programmatic-access.md #2205 (@github-actions[bot])

v0.14.1

14 May 12:51
5e408ed
Compare
Choose a tag to compare

Full Changelog

Fixed

  • proxy / controplane: use old upstream cipher suite #2197 (@github-actions[bot])

Security

  • deps: bump envoy to v1.17.3 #2199 (@github-actions[bot])

Documentation

  • docs: update slack link to vanity url #2178 (@github-actions[bot])
  • docs: add v0.14 feature highlights #2184 (@github-actions[bot])

v0.14.0

04 May 21:42
0071b4e
Compare
Choose a tag to compare

Full Changelog

New

Fixed

Read more

v0.14.0-rc2

29 Apr 22:32
0adbf4f
Compare
Choose a tag to compare
v0.14.0-rc2 Pre-release
Pre-release

Full Changelog

New

Fixed

Security

Documentation

Dependency

  • use cached envoy #2132 (@wasaga)
  • chore(deps): bump github.com/prometheus/common from 0.20.0 to 0.21.0 #2130 (@dependabot[bot])
  • chore(deps): bump github.com/envoyproxy/protoc-gen-validate from 0.5.1 to 0.6.0 #2129 (@dependabot[bot])
  • chore(deps): bump google.golang.org/api from 0.44.0 to 0.45.0 #2128 (@dependabot[bot])
  • chore(deps): bump github.com/caddyserver/certmagic from 0.12.0 to 0.13.0 #2074 (@dependabot[bot])

Deployment

Changed

v0.14.0-rc1

22 Apr 14:59
02fb31c
Compare
Choose a tag to compare
v0.14.0-rc1 Pre-release
Pre-release

Changelog

Full Changelog

New

Fixed

Security

Documentation

Read more

v0.13.6

17 Apr 18:11
68a2de6
Compare
Choose a tag to compare

Envoy has released an update to fix several CVEs:

  • CVE-2021-28682 (CVSS score 7.5, High): Envoy through 1.17.1, 1.16.2, 1.15.3, and 1.14.6 contains a remotely exploitable integer overflow via a very large grpc-timeout value causes undefined behavior.
  • CVE-2021-28683 (CVSS score 7.5, High): Envoy through 1.17.1 and 1.16.2 contains a remotely exploitable crash in TLS when an unknown TLS alert code is received.
  • CVE-2021-29258 (CVSS score 7.5, High): Envoy through 1.17.1, 1.16.2, 1.15.3, and 1.14.6 contains a remotely exploitable crash in Envoy's HTTP2 Metadata, when an empty METADATA map is sent.

This Pomerium patch updates the embedded version of envoy to 1.16.3.

Full Changelog

Security

Documentation

  • docs: update community slack link #2064 (@github-actions[bot])

v0.13.5

06 Apr 14:14
403718c
Compare
Choose a tag to compare

Full Changelog

Fixed

  • change require_proxy_protocol to use_proxy_protocol #2058 (@github-actions[bot])

v0.13.4

31 Mar 17:08
fff798d
Compare
Choose a tag to compare

Full Changelog

This release addresses two security issues in Pomerium:

GHSA-35vc-w93w-75c2 (CVE-2021-29651)
GHSA-fv82-r8qv-ch4v (CVE-2021-29652)

Security

  • proxy: restrict programmatic URLs to localhost #2047 (@travisgroth)
  • authenticate: validate signature on /.pomerium, /.pomerium/sign_in and /.pomerium/sign_out #2046 (@travisgroth)

v0.13.3

18 Mar 22:18
a879e5f
Compare
Choose a tag to compare

Full Changelog

New

  • identity: infer email from mail claim #1978 (@github-actions[bot])

v0.13.2

01 Mar 20:52
0ab96c8
Compare
Choose a tag to compare

Full Changelog

Documentation

  • Update data-storage.md #1942 (@github-actions[bot])

Changed

  • proxy: redirect to dashboard for logout #1945 (@github-actions[bot])