Skip to content
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

Bump github.com/opslevel/opslevel-go/v2024 from 2024.4.26 to 2024.5.31 in /src #295

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps github.com/opslevel/opslevel-go/v2024 from 2024.4.26 to 2024.5.31.

Release notes

Sourced from github.com/opslevel/opslevel-go/v2024's releases.

v2024.5.31

May 31, 2024

Feature

  • add Validate func to Predicate struct

Dependency

  • Bump github.com/rs/zerolog from 1.32.0 to 1.33.0

v2024.5.28

May 28, 2024

Bugfix

  • make FileContentsPredicate a pointer in RepositorySearchCheckFragment to allow unsetting

Refactor

  • BREAKING CHANGE - pointers of Predicate fields updated for AlertSourceUsageCheckFragment, RepositoryGrepCheckFragment, and RepositorySearchCheckFragment

v2024.5.13

May 13, 2024

Bugfix

  • fix listing repositories. added default "visible" bool to query variables

Feature

  • Add ability to get the "default repo" of a service
  • Introduce Nullable generic type allows string only (to support for unsetting fields in update input structs)
  • Add ServiceUpdateInputV2 - can be used to unset fields on a service like description, framework, lifecycleAlias, tierAlias

Refactor

  • BREAKING - update "Usage" field in Repository struct. Was float32, is now float64

Deprecated

  • Deprecate ServiceUpdateInput, is being replaced by ServiceUpdateInputV2

Dependency

  • Bump github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0
  • Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6
Changelog

Sourced from github.com/opslevel/opslevel-go/v2024's changelog.

May 31, 2024

Feature

  • add Validate func to Predicate struct

Dependency

  • Bump github.com/rs/zerolog from 1.32.0 to 1.33.0

May 28, 2024

Bugfix

  • make FileContentsPredicate a pointer in RepositorySearchCheckFragment to allow unsetting

Refactor

  • BREAKING CHANGE - pointers of Predicate fields updated for AlertSourceUsageCheckFragment, RepositoryGrepCheckFragment, and RepositorySearchCheckFragment

May 13, 2024

Bugfix

  • fix listing repositories. added default "visible" bool to query variables

Feature

  • Add ability to get the "default repo" of a service
  • Introduce Nullable generic type allows string only (to support for unsetting fields in update input structs)
  • Add ServiceUpdateInputV2 - can be used to unset fields on a service like description, framework, lifecycleAlias, tierAlias

Refactor

  • BREAKING - update "Usage" field in Repository struct. Was float32, is now float64

Deprecated

  • Deprecate ServiceUpdateInput, is being replaced by ServiceUpdateInputV2

Dependency

  • Bump github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0
  • Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6
Commits
  • 10b53fc Cut Release 'v2024.5.31'
  • 13170d9 Bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 (#404)
  • 6bfda5e Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#408)
  • e9146bb update predicate validation (#410)
  • 15442c3 add Validate func to Predicate struct (#409)
  • cfbc2be Cut Release 'v2024.5.28'
  • 88a11c0 update Predicate fields in AlertSource, RepoGrep, RepoSearch fragments (#407)
  • 844672b make Predicate in repo_search a pointer like other checks (#406)
  • 36eb1e9 Cut Release 'v2024.5.13'
  • 5a6f0d1 Add “default repo” to service objects (#393)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/opslevel/opslevel-go/v2024](https://github.com/opslevel/opslevel-go) from 2024.4.26 to 2024.5.31.
- [Release notes](https://github.com/opslevel/opslevel-go/releases)
- [Changelog](https://github.com/OpsLevel/opslevel-go/blob/main/CHANGELOG.md)
- [Commits](OpsLevel/opslevel-go@v2024.4.26...v2024.5.31)

---
updated-dependencies:
- dependency-name: github.com/opslevel/opslevel-go/v2024
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

A newer version of github.com/opslevel/opslevel-go/v2024 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@taimoorgit
Copy link
Contributor

@dependabot ignore this minor version

@dependabot dependabot bot closed this Jul 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 23, 2024

OK, I won't notify you about version 2024.5.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/go_modules/src/github.com/opslevel/opslevel-go/v2024-2024.5.31 branch July 23, 2024 21:07
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