Skip to content

Releases: infratographer/iam-runtime-infratographer

Release v1.0.0

09 Jan 19:05
1bf68f3
Compare
Choose a tag to compare

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

09 Dec 18:07
v0.6.1
cc9f3d3
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • cc9f3d3 Add client version information to tracing (#100)

Release v0.6.0

05 Dec 21:32
21bcb8c
Compare
Choose a tag to compare

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

14 Oct 15:08
abb6932
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

Release v0.5.0

04 Sep 14:42
v0.5.0
f119b5a
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • The template iam-runtime-infratographer.configmap has been replaced with iam-runtime-infratographer.manifests
    • Please replace any includes that reference iam-runtime-infratographer.configmap with iam-runtime-infratographer.manifests
  • Configuration keys have been renamed, values files will need to be updated to reflect the new key names:
    • config.accessToken is now config.accessTokenProvider
    • config.accessToken.source.fileToken is now config.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

13 Aug 19:44
fd273cb
Compare
Choose a tag to compare

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)

Release v0.4.7

07 Aug 16:04
c54692b
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • 1b7a19b Update Helm release common to v2.21.0 (#72)
  • 71cb1c9 Update module golang.org/x/oauth2 to v0.22.0 (#71)
  • c54692b Update module google.golang.org/grpc to v1.65.0 (#69)
  • 22cab54 make token expiry delta configurable (#73)

Release v0.4.6

01 Aug 19:15
1a23239
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

  • d3efc65 Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#65)
  • 00f21d2 Trace details (#70)
  • 066b5a5 Update Helm release common to v2.20.5 (#68)
  • 1a23239 Update module github.com/go-jose/go-jose/v4 to v4.0.4 (#67)

Release v0.4.5

01 Jul 14:33
3bbc069
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others

Release v0.4.4

25 Jun 16:37
d11308a
Compare
Choose a tag to compare

What's Changed

Changelog

🚀 Others