v0.0.49
What's Changed
- Do not construct provider when validating user ID by @dmjb in #3221
- small typo fix to CONTRIBUTING.md by @staceypotter in #3264
- Refactor engine code to use specific provider traits in more places by @dmjb in #3262
- Fix crash in 3259, add test by @evankanderson in #3275
- build(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 by @dependabot in #3280
- build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by @dependabot in #3281
- build(deps): bump github.com/openfga/cli from 0.3.1 to 0.4.0 in /tools by @dependabot in #3279
- build(deps): bump styled-components from 6.1.9 to 6.1.10 in /docs by @dependabot in #3278
- Minder's "repo register" command now checks already registered repos. by @blkt in #3236
- Added utilities to implement multi-select choices by @blkt in #3237
- Remove ProviderBuilder from engine by @dmjb in #3270
- Migrate to go-viper blessed fork of mapstructure by @evankanderson in #3149
- Remove ProviderBuilder by @dmjb in #3282
- build(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.0 by @dependabot in #3290
- build(deps): bump github.com/golangci/golangci-lint from 1.58.0 to 1.58.1 in /tools by @dependabot in #3289
- build(deps): bump sigs.k8s.io/release-utils from 0.8.1 to 0.8.2 by @dependabot in #3285
- build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by @dependabot in #3291
- build(deps): bump github.com/charmbracelet/bubbletea from 0.25.0 to 0.26.2 by @dependabot in #3288
- build(deps): bump github.com/openfga/go-sdk from 0.3.6 to 0.3.7 by @dependabot in #3287
- build(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #3297
- Stored procedure responsible for Profile status transitions now covers all cases by @blkt in #3295
- Upgrade to postgres 16.2 in docker-compose file by @JAORMX in #3296
- Decouple crypto engine from encryption algorithm by @dmjb in #3293
- Add OCI providers + DockerHub and GHCR by @JAORMX in #2983
- Resolve test flake in flags_test by @evankanderson in #3305
- build(deps): bump styled-components from 6.1.10 to 6.1.11 in /docs by @dependabot in #3298
- hides CLI profile list label flag by @ChrisJBurns in #3307
- Auto-generated cli documentation update - 2024-05-11 12:35:03 by @github-actions in #3308
- build(deps): bump github.com/mikefarah/yq/v4 from 4.43.1 to 4.44.1 in /tools by @dependabot in #3313
- build(deps): bump github.com/sigstore/protobuf-specs from 0.3.1 to 0.3.2 by @dependabot in #3312
- build(deps): bump github.com/fergusstrange/embedded-postgres from 1.26.0 to 1.27.0 by @dependabot in #3311
- build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 by @dependabot in #3310
- Multi select list is now ordered. by @blkt in #3306
- Implement EncryptedData struct by @dmjb in #3302
- verifier: Get local authenticator struct to return a usable authenticator by @JAORMX in #3318
- Support dockerhub in
mindev ruletype test
sub-command by @JAORMX in #3319 - verifier: Move registry to authenticator by @JAORMX in #3320
- Add dependency review by @therealnb in #3314
- Replace unpinned actions with pinned action by @stacklokbot in #3321
- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #3328
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by @dependabot in #3327
- Make artifacts ingester work with both GitHub and OCI providers by @JAORMX in #3309
- Add new column for new encyrption format by @dmjb in #3331
- Initial KeyStore implementation by @dmjb in #3329
- build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #3333
- Auto-generated DB schema update - 2024-05-14 21:46:14 by @github-actions in #3332
- Improve Trusty integration by @puerco in #3277
- build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.19.1 to 2.20.0 in /tools by @dependabot in #3337
- build(deps): bump k8s.io/client-go from 0.30.0 to 0.30.1 by @dependabot in #3338
- build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.19.1 to 2.20.0 by @dependabot in #3340
New Contributors
- @staceypotter made their first contribution in #3264
- @ChrisJBurns made their first contribution in #3307
Full Changelog: v0.0.48...v0.0.49