Skip to content

Releases: infratographer/iam-runtime-infratographer

Release v1.1.2

11 Apr 14:42
7d375c3
Compare
Choose a tag to compare

1.1.2 (2025-04-11)

Bug Fixes

  • deps: update infratographer/x with fix for otelx (#143) (4760d43)

Release v1.1.1

10 Apr 18:27
cc4e1bd
Compare
Choose a tag to compare

Warning

Use v1.1.2

A bug introduced in v1.1.0 results in otel traces not being exported properly.
A fix is being implemented infratographer/x#369

1.1.1 (2025-04-10)

Bug Fixes

  • deps: update module github.com/nats-io/nats.go to v1.41.1 (#131) (9e228bb)
  • remove debug print line (#139) (24a8cab)

Release v1.1.0

08 Apr 01:47
3acf338
Compare
Choose a tag to compare

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

07 Apr 22:26
bba47ea
Compare
Choose a tag to compare

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

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)