Installation
To install, run the following command:
kubectl apply -k github.com/pomerium/ingress-controller/config/default\?ref=v0.24.0
Refer to the Pomerium Configuration Guide to complete your installation.
What's Changed
Core Update
This release upgrades the core to v0.24. Performance improvements are observed specifically when configurations are driven by the Pomerium Enterprise. These enhancements are particularly beneficial in environments with a high number of routes, certificates, and policies, or in dynamically changing configurations.
Memory Usage Reduction
Most users should observe less memory used compared to v0.23. Please see the related GitHub issue: pomerium/pomerium#4652.
Fixes
Dependency Updates
- Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #749
- Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #748
- Bump tibdex/github-app-token from 1.8.0 to 1.8.2 by @dependabot in #746
- Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 by @dependabot in #747
- Bump github.com/open-policy-agent/opa from 0.55.0 to 0.56.0 by @dependabot in #741
- Bump github.com/go-playground/validator/v10 from 10.15.1 to 10.15.3 by @dependabot in #738
- Bump distroless/base from
de8fb01
to6691be5
by @dependabot in #737 - Bump golang from 1.20.6 to 1.21.0 by @dependabot in #736
- Bump node from
3801c22
tof41231b
by @dependabot in #735 - Bump node from
f41231b
to2daec43
by @dependabot in #770 - Bump docker/build-push-action from 4.1.1 to 5.0.0 by @dependabot in #769
- Bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in #767
- Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 by @dependabot in #766
- Bump tibdex/github-app-token from 1.8.2 to 2.1.0 by @dependabot in #764
- Bump github.com/go-playground/validator/v10 from 10.15.3 to 10.15.4 by @dependabot in #756
- Bump google.golang.org/grpc from 1.57.0 to 1.58.2 by @dependabot in #753
- Bump docker/metadata-action from 4.6.0 to 5.0.0 by @dependabot in #768
- Bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #765
- Bump actions/checkout from 3.6.0 to 4.1.0 by @dependabot in #763
- Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #760
- Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 by @dependabot in #762
- Bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in #759
- Bump github.com/open-policy-agent/opa from 0.56.0 to 0.57.0 by @dependabot in #758
- Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #772
- Bump golang from 1.21.0 to 1.21.1 by @dependabot in #771
- upgrade envoy to v1.28.0 by @kenjenkins in #774
- Bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #777
- Bump golang from 1.21.1 to 1.21.3 by @dependabot in #796
- upgrade go to 1.21 by @calebdoxsey in #799
- Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in #797
New Contributors
- @kenjenkins made their first contribution in #773
Full Changelog: v0.23.1...v0.24.0