Tags: projectcontour/contour-authserver
Tags
Tag v4 release. Steve Kriss (4): update Go and linter (#27) change minimum TLS version to 1.2 (#28) add dependabot config (#30) update .goreleaser.yml for upcoming release (#60) dependabot[bot] (24): Bump google.golang.org/grpc from 1.38.0 to 1.53.0 (#26) Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 (#31) Bump golang.org/x/net from 0.5.0 to 0.7.0 (#32) Bump golang.org/x/crypto from 0.0.0-20210220033148-5ea612d1eb83 to 0.1.0 (#33) Bump actions/checkout from 2 to 3 (#34) Bump actions/setup-go from 2 to 4 (#35) Bump github.com/spf13/cobra from 1.1.3 to 1.7.0 (#39) Bump sigs.k8s.io/controller-runtime from 0.10.2 to 0.15.0 (#41) Bump github.com/envoyproxy/go-control-plane from 0.10.3 to 0.11.1 (#38) Bump google.golang.org/grpc from 1.53.0 to 1.56.2 (#40) Bump k8s.io/client-go from 0.27.2 to 0.27.3 (#42) Bump golang.org/x/oauth2 from 0.5.0 to 0.10.0 (#43) Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#45) Bump github.com/tg123/go-htpasswd from 1.0.0 to 1.2.1 (#44) Bump github.com/mattn/go-isatty from 0.0.8 to 0.0.19 (#46) Bump github.com/coreos/go-oidc/v3 from 3.1.0 to 3.6.0 (#37) Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 (#47) Bump k8s.io/api from 0.27.3 to 0.27.4 (#48) Bump k8s.io/client-go from 0.27.3 to 0.27.4 (#49) Bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#50) Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 (#52) Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#51) Bump k8s.io/client-go from 0.27.4 to 0.28.0 (#55) Bump k8s.io/client-go from 0.28.0 to 0.28.1 (#59)
Tag v3 release. James Peach (1): Fix secrets key name. Steve Sloka (3): enable arm64 binaries/images (#16) add CODEOWNERS file to allow for automatic PR review requests (#20) clean up & fixup linting errors (#19) Suraj Deshmukh (1): htpasswd-deployment: Increase mem limit to 90 Mi (#15) morero (1): Fix: Update apiVersion of cert-manager resources to v1 (#24) robinfoe (1): OIDC module for contour-authserver (#13)
Tag v1 release. James Peach (5): Initial authserver code drop. Add a Github pull request check action. (#1) Fix test comparison stability. (#6) Use auth-realm annotations instead of labels. (#7) Add release tooling. (#8) Steve Sloka (2): makefile: fix `lint` task to run when binary is not found locally (#3) add copyright information (#2)