Releases: infratographer/iam-runtime-infratographer
Releases · infratographer/iam-runtime-infratographer
Release v1.0.0
BEHAVIOR CHANGES
With the introduction of health checks, the helm chart enables liveness and readiness probes.
If a failure is occuring on a component which is not used, disable the component to resolve the health check issues.
What's Changed
Changelog
🚀 Others
- 11a99b2 Bump golang.org/x/crypto from 0.27.0 to 0.31.0 (#101)
- 97d15af Update OTEL Packages (#80)
- a9c6b76 Update module github.com/MicahParks/keyfunc/v3 to v3.3.7 (#108)
- d0dbac2 Update module github.com/labstack/echo/v4 to v4.13.3 (#99)
- eb7b504 Update module github.com/nats-io/nats.go to v1.38.0 (#106)
- 8a60bdd Update module golang.org/x/oauth2 to v0.25.0 (#104)
- 09976fd Update module google.golang.org/grpc to v1.69.2 (#102)
- 418f07c Update module google.golang.org/protobuf to v1.36.2 (#103)
- 1bf68f3 configure jwks refresh interval (#110)
- 259d2a6 implement grpc health check service (#105)
- e8015c8 support disabling default services (#107)
Release v0.6.1
Release v0.6.0
What's Changed
In this release, support has been added for SRV record discovery for the configured permissions.host
.
This change is backwards compatible, no configuration changes are required.
For more details see #98
Changelog
🚀 Others
- c9a197b Update Helm release common to v2.27.0 (#89)
- 24cb262 Update codecov/codecov-action action to v5 (#96)
- 21bcb8c Update dependency go to v1.23.4 (#77)
- 99c2957 Update module github.com/MicahParks/jwkset to v0.5.20 (#90)
- f2b32a2 Update module github.com/MicahParks/keyfunc/v3 to v3.3.5 (#91)
- acf55ec Update module github.com/stretchr/testify to v1.10.0 (#97)
- 4be605e Update module golang.org/x/oauth2 to v0.24.0 (#95)
- f0be576 Update module google.golang.org/grpc to v1.68.1 (#88)
- 08e70b5 Update module google.golang.org/protobuf to v1.35.2 (#92)
- 1588cc8 add support for SRV discovery for permissions-api host (#98)
Release v0.5.1
Release v0.5.0
What's Changed
Breaking Changes
- The template
iam-runtime-infratographer.configmap
has been replaced withiam-runtime-infratographer.manifests
- Please replace any includes that reference
iam-runtime-infratographer.configmap
withiam-runtime-infratographer.manifests
- Please replace any includes that reference
- Configuration keys have been renamed, values files will need to be updated to reflect the new key names:
config.accessToken
is nowconfig.accessTokenProvider
config.accessToken.source.fileToken
is nowconfig.accessTokenProvider.source.file
🚀 Others
- bc97b30 Move secrets to secrets resource (#82)
- 11319f1 Move to
iam-runtime-infratographer.manifests
(#83) - 3cd6cbf Update module google.golang.org/grpc to v1.66.0 (#81)
- f119b5a provide failure message when not using the new manifests helper (#85)
- 51cd772 return secrets back to original structure but omit them from the configmap (#84)
Release v0.4.8
What's Changed
Changelog
🚀 Others
- 0555a27 Support additional container environment variables (#76)
- dbc6d57 Update Helm release common to v2.22.0 (#74)
- ea75cd4 Update module go.infratographer.com/x to v0.5.4 (#75)
- fd273cb Update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.53.0 (#79)
- 68ed48f group otel packages (#78)