Skip to content

Bump github.com/mindersec/minder from 0.0.88 to 0.1.0 #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps github.com/mindersec/minder from 0.0.88 to 0.1.0.

Release notes

Sourced from github.com/mindersec/minder's releases.

v0.1.0

This is a new minder client release. Server releases are in the helm chart, which is published on each commit.

Highlights of the client release include:

Improved CLI output, including emoji for rule status (disable with --emoji=false) and more informative columns. Here's a sample: 458136843-77b657ed-dc4b-45e0-949d-311731b1109c

Reduced CLI noise -- minder will automatically attempt to authenticate if your token is expired, rather than asking you to run minder auth login again. Also, you should no longer receive a message amount no config file present after the first invocation, as minder will automatically create an empty config file in your home directory.

Client changes

Server changes

Documentation updates

Test and infrastructure changes

Dependency updates

... (truncated)

Commits
  • 0f53e5b Add GitHub Actions auth token support (#5746)
  • 18e2a32 Polish default CLI behavior (#5745)
  • c5ec0c9 build(deps): bump helm.sh/helm/v3 from 3.17.3 to 3.18.4 in /tools (#5744)
  • da118e9 Fix WaitGroup mis-use in shared postgres DB (#5743)
  • 740e196 Add templates for REST ingest and remediate, and YQ remediation (#5702)
  • 7e90ab0 Fix body reuse in test retries (#5742)
  • 44b0cb9 build(deps): bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3.5 (#5740)
  • ae6fbd0 build(deps-dev): bump the eslint group in /docs with 4 updates (#5734)
  • fa6178a build(deps): bump github.com/fergusstrange/embedded-postgres from 1.30.0 to 1...
  • d184c80 build(deps): bump buf.build/go/protovalidate from 0.12.0 to 0.13.1 (#5741)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/mindersec/minder](https://github.com/mindersec/minder) from 0.0.88 to 0.1.0.
- [Release notes](https://github.com/mindersec/minder/releases)
- [Changelog](https://github.com/mindersec/minder/blob/main/.goreleaser.yaml)
- [Commits](mindersec/minder@v0.0.88...v0.1.0)

---
updated-dependencies:
- dependency-name: github.com/mindersec/minder
  dependency-version: 0.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 14, 2025 19:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 14, 2025
Copy link
Member

@evankanderson evankanderson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like I'll need to do some manual fixes to finding test and rule files based on these errors

@evankanderson
Copy link
Member

It turns out I simplified the calling convention on rtengine.NewRuleTypeEngine, and changed the third parameter from a list of options to a var-arg of options. Unfortunately, this meant that this usage was passing a nil option, rather than simply no options (as it was before).

@evankanderson evankanderson merged commit c6f2269 into main Jul 26, 2025
8 checks passed
@evankanderson evankanderson deleted the dependabot/go_modules/github.com/mindersec/minder-0.1.0 branch July 26, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants