Skip to content

v0.0.27

Compare
Choose a tag to compare
@JAORMX JAORMX released this 25 Jan 14:10
· 985 commits to main since this release
514c630

What's Changed

  • Implement Cursor-Based Pagination in ListRepositories Endpoint by @Vyom-Yadav in #2097
  • Auto-generated DB schema update - 2024-01-17 10:31:02 by @github-actions in #2136
  • Switch to offline Sigstore verification and set TimestampVerificationData to nil by @rdimitrov in #2131
  • Update proto files for pagination by @eleftherias in #2138
  • Add middleware that populates project in context by @eleftherias in #2139
  • Revert "Update proto files for pagination (#2138)" by @eleftherias in #2141
  • Add project relationships to FGA model by @JAORMX in #2140
  • build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by @dependabot in #2148
  • build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.21.0 to 1.22.0 by @dependabot in #2143
  • Remove EntityContext pointers and replace with struct references by @evankanderson in #2142
  • build(deps): bump go.opentelemetry.io/otel/sdk/metric from 1.21.0 to 1.22.0 by @dependabot in #2147
  • Bump go.opentelemetry.io/otel/exporters/prometheus from 0.44.0 to 0.45.0 by @eleftherias in #2150
  • build(deps): bump anchore/sbom-action from 0.15.3 to 0.15.4 by @dependabot in #2152
  • build(deps): bump k8s.io/apimachinery from 0.29.0 to 0.29.1 by @dependabot in #2156
  • build(deps): bump github.com/signalfx/splunk-otel-go/instrumentation/database/sql/splunksql from 1.11.0 to 1.12.0 by @dependabot in #2153
  • build(deps): bump github.com/signalfx/splunk-otel-go/instrumentation/github.com/lib/pq/splunkpq from 1.11.0 to 1.12.0 by @dependabot in #2154
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.46.1 to 0.47.0 by @dependabot in #2155
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.46.1 to 0.47.0 by @dependabot in #2157
  • Add BusinessTelemetry to authenticated RPC calls by @rdimitrov in #2117
  • Create initial configuration for authz and create store as part of migration by @JAORMX in #2110
  • build(deps): bump github.com/google/go-containerregistry from 0.17.0 to 0.18.0 by @dependabot in #2162
  • Don't default to minder as default store ID is authz configuration by @JAORMX in #2163
  • Actually run authz tests by @JAORMX in #2165
  • Checkout back to the original branch to reset the filesystem preventing ingest cache from corrupting by @Vyom-Yadav in #2160
  • Add authorization JSON model workflow by @JAORMX in #2166
  • Move OpenFGA interactions to authz package by @JAORMX in #2164
  • rego: Add new function to list files using a glob pattern by @JAORMX in #2158
  • Initialize model on migration by @JAORMX in #2168
  • Remove superadmin role by @eleftherias in #2169
  • build(deps): bump anchore/sbom-action from 0.15.4 to 0.15.5 by @dependabot in #2174
  • build(deps): bump github.com/openfga/go-sdk from 0.3.3 to 0.3.4 by @dependabot in #2172
  • build(deps): bump k8s.io/client-go from 0.29.0 to 0.29.1 by @dependabot in #2173
  • Skeleton of Authz client interface to enable integration by @JAORMX in #2175
  • Add rego function to detect file types by @JAORMX in #2180
  • Add new rego function called file.walk by @JAORMX in #2181
  • Implement Write and Delete tuple functions for OpenFGA Authz Client by @JAORMX in #2177
  • Add a mindev command to verify containers by @jhrozek in #2178
  • Update: telemetry field to be string by @teodor-yanev in #2184
  • Create new docs entry under "Using Minder" for using Minder with GHAS by @meganbruce in #2185
  • build(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in #2188
  • build(deps): bump github.com/openfga/cli from 0.2.4 to 0.2.5 in /tools by @dependabot in #2186
  • build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #2187
  • build(deps): bump golang from 5f5d61d to 76aadd9 by @dependabot in #2189
  • Move authorization logic to interceptor by @eleftherias in #2183
  • Remove unused org owner enum by @eleftherias in #2190
  • rego: Return true for file.exists for directories too by @JAORMX in #2191
  • Hook up authz tuple writing to Minder server by @JAORMX in #2179
  • Set up OpenFGA as authz client implementation for minder server by @JAORMX in #2192
  • Update authz configuration example by @JAORMX in #2193
  • build(deps): bump bufbuild/buf-setup-action from 1.28.1 to 1.29.0 by @dependabot in #2196
  • build(deps): bump github.com/bufbuild/buf from 1.28.1 to 1.29.0 in /tools by @dependabot in #2197
  • Add migration step for minder users to FGA tuples by @JAORMX in #2194
  • Support GitHub attestation endpoint by @jhrozek in #2195

New Contributors

Full Changelog: v0.0.26...v0.0.27