Skip to content

Tags: mindersec/minder

Tags

v0.0.85

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26…

….0 to 2.26.1 in /tools (#5420)

build(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 in /tools

Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.26.0 to 2.26.1.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.26.0...v2.26.1)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.0.84

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add metrics and additional logging for Data Sources (#5404)

* add: data sources metrics

* remove: redundant log

* fix: initMetrics

* update: export initMetrics

* update: remove counter; add ms unit

v0.0.83

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fall back to generic env for selectors (#5379)

When an entity type does not have a specific CEL environment,
fall back to the generic environment.

Fix #5375

v0.0.82

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump anchore/sbom-action from 0.17.9 to 0.18.0 (#5348)

Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.9 to 0.18.0.
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@df80a98...f325610)

---
updated-dependencies:
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.0.81

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add tests for common.go (#5191)

* add: tests for the rate limiting logic

* add: tests for package/container operations

- ListPackagesByRepository()
- GetArtifactVersions()
- getPackageVersions()

* add: tests for hook management business logic + validation

- IsMinderHook()
- CreateHook()

* add: tests for repository access control

- CanHandleOwner()
- NewFallbackTokenClient()

* add: tests for check run operations (permission handling)

- StartCheckRun()
- UpdateCheckRun()

* add: tests for list operations with complex logic

- ListFiles()
- ListAllRepositories()

* add: tests for security advisory management

- CreateSecurityAdvisory()
- CloseSecurityAdvisory()

* fix: linting + license

* remove: reduntant safeInt func

* fix: no lint

* update: int32

v0.0.80

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Register the project flag for minder datasource (#5189)

Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>

v0.0.79

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix enabling repo auto registration for providers (#5171)

Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>

v0.0.78

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update winget-pkg releaser details and forked repo reference (#5157)

Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>

v0.0.77

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Default project ID for data source create/update (#5122)

* Default project ID for data source create/update

We do some smart stuff in the middleware for the server to determine the
target project in case the user does not specify it. We're not so smart
ni persisting that to the create/update requests. This fixes that.

Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>

* Fix unit tests

Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>

---------

Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>

v0.0.76

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update the time delay when deleting an account (#5066)

Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>