Skip to content

Releases: VITObelgium/fakes3pp

v4.1.0

28 Jan 16:01

Choose a tag to compare

What's Changed

  • feature: sts: extend Request end logging to have context of the request by @pvbouwel in #65
  • feature: s3: session-data in access log in #65

Full Changelog: v4.0.0...v4.1.0

chart-v1.3.0

28 Jan 16:06

Choose a tag to compare

What's Changed

A new chart release to use the latest version of the proxy with extra contextual info in the request log

Full Changelog: v4.1.0...chart-v1.3.0

chart-v1.2.0

28 Jan 14:23

Choose a tag to compare

What's Changed

  • feature: allow specify extra FQDNs using s3.config.extraFQDNs by @pvbouwel in #64

When additional ingress routes are available it is important that the s3proxy is aware of them. This can now be specified in helm.

Full Changelog: chart-v1.1.4...chart-v1.2.0

chart-v1.1.4

28 Jan 12:34

Choose a tag to compare

What's Changed

  • helm: push charts to ghcr.io/vitobelgium/charts/fakes3pp by @pvbouwel in #62
  • fix: ingress to service front-end ports by @pvbouwel in #63
  • fix: set default region in backend-config.yaml from values in #63

Full Changelog: chart-v1.1.1...chart-v1.1.4

v4.0.0

27 Jan 11:58

Choose a tag to compare

What's Changed

Breaking changes were introduced to make config clearer:

breaking change: shared config names

FAKES3PP_S3_PROXY_JWT_PRIVATE_RSA_KEY => FAKES3PP_PROXY_JWT_PRIVATE_RSA_KEY
FAKES3PP_S3_PROXY_JWT_PUBLIC_RSA_KEY => FAKES3PP_PROXY_JWT_PUBLIC_RSA_KEY

The following environment variables have changed name and semantics:

FAKES3PP_S3_PROXY_KEY_FILE  => FAKES3PP_S3_PROXY_TLS_KEY_FILE
FAKES3PP_S3_PROXY_CERT_FILE => FAKES3PP_S3_PROXY_TLS_CERT_FILE
FAKES3PP_S3_PROXY_PORT      => FAKES3PP_S3_PROXY_TLS_PORT

FAKES3PP_STS_PROXY_PORT       => "FAKES3PP_STS_PROXY_TLS_PORT"
FAKES3PP_STS_PROXY_CERT_FILE  => "FAKES3PP_STS_PROXY_TLS_CERT_FILE"
FAKES3PP_STS_PROXY_KEY_FILE   => "FAKES3PP_STS_PROXY_TLS_KEY_FILE"

As the new name implies they can only be used to setup a TLS listener.

If a user wants to have a plain text listener they should use
the new environment varibles:

  • FAKES3PP_S3_PROXY_HTTP_PORT
  • FAKES3PP_STS_PROXY_HTTP_PORT

Full Changelog: v3.11.1...v4.0.0

chart-v1.1.1

27 Jan 15:23

Choose a tag to compare

What's Changed

Full Changelog: chart-v1.1.0...chart-v1.1.1

chart-v1.1.0

27 Jan 15:14

Choose a tag to compare

What's Changed

  • feature: allow external-dns to create cname alias record for ingress by @pvbouwel in #60

Full Changelog: v4.0.0...chart-v1.1.0

v3.11.1

29 Oct 15:39

Choose a tag to compare

What's Changed

  • bugfix: content length handling by @pvbouwel in #55
  • bugfix: avoid unconsumed request bodies when sending error responses by @pvbouwel in #55

Full Changelog: v3.11.0...v3.11.1

v3.11.0

23 Oct 14:09

Choose a tag to compare

What's Changed

Full Changelog: v3.10.0...v3.11.0

v3.10.0

22 Oct 15:49
fe8562c

Choose a tag to compare

What's Changed

  • bugfix: auth header no space now works by @pvbouwel in #50

Full Changelog: v3.9.1...v3.10.0