Skip to content

v0.0.51

Compare
Choose a tag to compare
@blkt blkt released this 27 May 15:10
· 853 commits to main since this release
db00a0f

What's Changed

  • Remove versioner in favor of adding the function to the providers by @JAORMX in #3345
  • Improve error handling for GetCredentialStateForProvider by @dmjb in #3373
  • Update .goreleaser.yaml to fix a deprecation warning by @rdimitrov in #3375
  • Add provider store and provider manager code to create new providers by @jhrozek in #3377
  • Enhanced GitHub webhook handler tests. by @blkt in #3370
  • build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in #3383
  • build(deps): bump anchore/sbom-action from 0.15.11 to 0.16.0 by @dependabot in #3384
  • Add new helm variables for new crypto config by @dmjb in #3378
  • Skip alerts if provider does not support it by @JAORMX in #3386
  • Add a CreateProvider rpc handler by @jhrozek in #3385
  • Add VerifyProviderTokenIdentity to the GitHubProviderService by @jhrozek in #3389
  • Pass configuration when enrolling a provider with a token by @jhrozek in #3388
  • build(deps): bump bufbuild/buf-setup-action from 1.32.0 to 1.32.1 by @dependabot in #3395
  • build(deps): bump github.com/bufbuild/buf from 1.32.0 to 1.32.1 in /tools by @dependabot in #3394
  • build(deps): bump github.com/go-critic/go-critic from 0.11.3 to 0.11.4 in /tools by @dependabot in #3393
  • build(deps): bump go.opentelemetry.io/otel/sdk/metric from 1.26.0 to 1.27.0 by @dependabot in #3398
  • Fix data race in TestProviderManager_CreateFromConfig by @jhrozek in #3402
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.51.0 to 0.52.0 by @dependabot in #3399
  • Switch to AES-256-GCM encryption for secrets by @dmjb in #3356
  • Fix erroneous lookup in github webhook handler. by @blkt in #3403
  • Simplify crypto config structure by @dmjb in #3404
  • build(deps): bump github.com/styrainc/regal from 0.21.3 to 0.22.0 by @dependabot in #3405
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.51.0 to 0.52.0 by @dependabot in #3406
  • build(deps): bump github.com/signalfx/splunk-otel-go/instrumentation/github.com/lib/pq/splunkpq from 1.16.0 to 1.17.0 by @dependabot in #3407
  • build(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by @dependabot in #3409
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.26.0 to 1.27.0 by @dependabot in #3408
  • Trusty: Support blocking PRs through reviews by @puerco in #3392
  • Move provider OAuth config under server.Config by @jhrozek in #3410
  • build(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 by @dependabot in #3415
  • build(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #3418
  • build(deps): bump github.com/goccy/go-json from 0.10.2 to 0.10.3 by @dependabot in #3416
  • build(deps): bump go.opentelemetry.io/otel/exporters/prometheus from 0.48.0 to 0.49.0 by @dependabot in #3417
  • Further enhancing webhook handler tests. by @blkt in #3414
  • Bump go to v1.22.3 by @prezha in #3419
  • Fix packer tests by @prezha in #3421
  • Fix Makefiles by @prezha in #3420
  • build(deps): bump github.com/charmbracelet/bubbletea from 0.26.2 to 0.26.3 by @dependabot in #3424
  • build(deps): bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by @dependabot in #3425
  • build(deps): bump github.com/open-feature/go-sdk-contrib/providers/go-feature-flag from 0.1.36 to 0.1.37 by @dependabot in #3426
  • build(deps): bump github.com/golangci/golangci-lint from 1.58.2 to 1.59.0 in /tools by @dependabot in #3428
  • Fix reading fallback values for providers, set environment variables by @jhrozek in #3429
  • Rename the enroll flag from config to provider-config by @jhrozek in #3431
  • Auto-generated cli documentation update - 2024-05-27 11:50:47 by @github-actions in #3432
  • Branch Protection: Error out if an empty branch is given by @JAORMX in #3433
  • Actually return an error on branch protection get by @JAORMX in #3434
  • Branch protection remediation now uses default branch if none provided. by @blkt in #3436

Full Changelog: v0.0.50...v0.0.51