Skip to content

Releases: projectcontour/contour-authserver

v4

29 Aug 15:00
69eb271
Compare
Choose a tag to compare

NOTE: as of this release, container images have moved to GHCR. The latest image is ghcr.io/projectcontour/contour-authserver:v4.

Changelog

  • 11696be Bump actions/checkout from 2 to 3 (#34)
  • f095448 Bump actions/setup-go from 2 to 4 (#35)
  • bcd8209 Bump github.com/coreos/go-oidc/v3 from 3.1.0 to 3.6.0 (#37)
  • 2db2853 Bump github.com/envoyproxy/go-control-plane from 0.10.3 to 0.11.1 (#38)
  • ada2542 Bump github.com/mattn/go-isatty from 0.0.8 to 0.0.19 (#46)
  • e311d54 Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 (#31)
  • 5dab2b5 Bump github.com/spf13/cobra from 1.1.3 to 1.7.0 (#39)
  • ca88508 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#45)
  • c64bec3 Bump github.com/tg123/go-htpasswd from 1.0.0 to 1.2.1 (#44)
  • bf13735 Bump golang.org/x/crypto from 0.0.0-20210220033148-5ea612d1eb83 to 0.1.0 (#33)
  • 339e70a Bump golang.org/x/net from 0.5.0 to 0.7.0 (#32)
  • c295a54 Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#51)
  • ed37b6f Bump golang.org/x/oauth2 from 0.5.0 to 0.10.0 (#43)
  • 538d696 Bump google.golang.org/grpc from 1.38.0 to 1.53.0 (#26)
  • 3028d6c Bump google.golang.org/grpc from 1.53.0 to 1.56.2 (#40)
  • b9d9cea Bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#50)
  • 78f07fb Bump k8s.io/api from 0.27.3 to 0.27.4 (#48)
  • a414f53 Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 (#47)
  • 6654599 Bump k8s.io/client-go from 0.27.2 to 0.27.3 (#42)
  • 6050ed5 Bump k8s.io/client-go from 0.27.3 to 0.27.4 (#49)
  • 61ecc62 Bump k8s.io/client-go from 0.27.4 to 0.28.0 (#55)
  • 7f12b8b Bump k8s.io/client-go from 0.28.0 to 0.28.1 (#59)
  • ee1ff99 Bump sigs.k8s.io/controller-runtime from 0.10.2 to 0.15.0 (#41)
  • be84c53 Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 (#52)
  • e7eac40 add dependabot config (#30)
  • 7141a5f change minimum TLS version to 1.2 (#28)
  • 69eb271 update .goreleaser.yml for upcoming release (#60)
  • 1929924 update Go and linter (#27)

v3

03 Mar 05:42
9472883
Compare
Choose a tag to compare
v3

Changelog

  • f88f178 Fix secrets key name.
  • 9472883 Fix: Update apiVersion of cert-manager resources to v1 (#24)
  • 1ee7415 OIDC module for contour-authserver (#13)
  • e130ea8 add CODEOWNERS file to allow for automatic PR review requests (#20)
  • cd70565 clean up & fixup linting errors (#19)
  • ec18211 enable arm64 binaries/images (#16)
  • 2f6ab4c htpasswd-deployment: Increase mem limit to 90 Mi (#15)

v2

30 Sep 05:40
afc454a
Compare
Choose a tag to compare
v2

Changelog

afc454a Fix the testserver backend. (#10)
71f16eb Move common gRPC server code. (#9)

v1

10 Sep 05:39
daede34
Compare
Choose a tag to compare
v1

Changelog

9e3f2f7 Add a Github pull request check action. (#1)
daede34 Add release tooling. (#8)
6c15b6f Fix test comparison stability. (#6)
ef57ea6 Initial authserver code drop.
469d527 Initial commit
1126a62 Use auth-realm annotations instead of labels. (#7)
22b7f1a add copyright information (#2)
0321dc4 makefile: fix lint task to run when binary is not found locally (#3)