Skip to content

Tags: r-sandy/minder

Tags

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump chainguard-dev/actions from 1.6.5 to 1.6.7 (minders…

…ec#6159)

Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.6.5 to 1.6.7.
- [Release notes](https://github.com/chainguard-dev/actions/releases)
- [Commits](chainguard-dev/actions@71714a7...5e84f02)

---
updated-dependencies:
- dependency-name: chainguard-dev/actions
  dependency-version: 1.6.7
  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.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Provider authentication for DataSources (mindersec#5899)

* Initial draft of datasource auth, from prompt:

> Modify the DataSourcesService to accept a `Provider` argument via the datasource Options field, and pass the provider to the data source constructor in BuildFromProtobuf.
>
> The feature should be controlled by two components: a flag called "authenticated_datasources" and a field on the DataSource protocol buffer message called `provider_auth` in the RestDataSource definition.

* Adjust rest datasource to use provider methods when available

* Add tests for datasources; improve coverage to 90%

* Address comments / lint errors

Adds documentation.

* Store additional datasource metadata in database

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add GitHub Actions auth token support (mindersec#5746)

Add (untested) GitHub Actions auth token support

v0.0.89

Toggle v0.0.89's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Auto-generated cli documentation update - 2025-05-05 15:55:02 (minder…

…sec#5628)

Update documentation

Co-authored-by: rdimitrov <rdimitrov@users.noreply.github.com>

v0.0.88

Toggle v0.0.88's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't return errors when getting properties (mindersec#5515)

* Don't return errors when getting properties

This simplifies the calling pattern.

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

* Address PR feedback

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

* More feedback addressing

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

---------

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

v0.0.87

Toggle v0.0.87's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Auto-generated cli documentation update - 2025-03-28 06:33:04 (minder…

…sec#5541)

Update documentation

Co-authored-by: evankanderson <evankanderson@users.noreply.github.com>

v0.0.86

Toggle v0.0.86's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github.com/containerd/containerd from 1.7.24 to 1.7…

….27 (mindersec#5519)

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.24 to 1.7.27.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.24...v1.7.27)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

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

v0.0.85

Toggle v0.0.85's commit message

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 (mindersec#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

Toggle v0.0.84's commit message

Verified

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

* add: data sources metrics

* remove: redundant log

* fix: initMetrics

* update: export initMetrics

* update: remove counter; add ms unit

v0.0.83

Toggle v0.0.83's commit message

Verified

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

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

Fix mindersec#5375