Releases: infratographer/iam-runtime-infratographer
Releases · infratographer/iam-runtime-infratographer
Release v1.2.0
1.2.0 (2025-08-14)
Features
Bug Fixes
- deps: update module github.com/go-jose/go-jose/v4 to v4.1.2 (#163) (fb7414c)
- deps: update module github.com/micahparks/keyfunc/v3 to v3.6.1 (#148) (ccee139)
- deps: update module github.com/nats-io/nats.go to v1.44.0 (#149) (a49554c)
- deps: update module google.golang.org/grpc to v1.74.2 (#151) (5bb6e56)
Release v1.1.2
Release v1.1.1
Release v1.1.0
Warning
Use v1.1.2
A bug exists in this release resulting in otel traces not being exported properly.
A fix is being implemented infratographer/x#369
1.1.0 (2025-04-08)
Features
Release v1.0.1
1.0.1 (2025-04-07)
Bug Fixes
- deps: update go opentelemetry packages and libraries (#129) (54c97db)
- deps: update module github.com/go-jose/go-jose/v4 to v4.0.5 [security] (#121) (d09b600)
- deps: update module github.com/go-jose/go-jose/v4 to v4.1.0 (#133) (6246fd7)
- deps: update module github.com/spf13/pflag to v1.0.6 (#117) (448b65c)
- deps: update module go.infratographer.com/x to v0.9.0 (#116) (933f423)
- deps: update module golang.org/x/oauth2 to v0.29.0 (#118) (c88bed8)
- deps: update module google.golang.org/grpc to v1.71.1 (#112) (4163ce4)
- deps: update module google.golang.org/protobuf to v1.36.6 (#113) (cae8013)
- update to go v1.24 and golangci-lint (#130) (124cbe0)
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.configmaphas been replaced withiam-runtime-infratographer.manifests- Please replace any includes that reference
iam-runtime-infratographer.configmapwithiam-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.accessTokenis nowconfig.accessTokenProviderconfig.accessToken.source.fileTokenis 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)