Skip to content

Bump github.com/sdcio/schema-server from 0.0.20 to 0.0.23#42

Merged
steiler merged 1 commit intomainfrom
dependabot/go_modules/github.com/sdcio/schema-server-0.0.23
Oct 7, 2024
Merged

Bump github.com/sdcio/schema-server from 0.0.20 to 0.0.23#42
steiler merged 1 commit intomainfrom
dependabot/go_modules/github.com/sdcio/schema-server-0.0.23

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps github.com/sdcio/schema-server from 0.0.20 to 0.0.23.

Release notes

Sourced from github.com/sdcio/schema-server's releases.

v0.0.23

What's Changed

New Contributors

Full Changelog: sdcio/schema-server@v0.0.22...v0.0.23

v0.0.22

Changelog

  • 0b781f57b6cb517914d094e7c87902057f80ca60: Adding defaults to leaflist (@​steiler)
  • 446735a8b2ce8396b5104a7648fa02fe945a3e8e: Bump github.com/jellydator/ttlcache/v3 from 3.2.0 to 3.3.0 (@​dependabot[bot])
  • 090b8c6436f7af89bc7cf9205cbbb4bb7b8ddbd8: Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.2 (@​dependabot[bot])
  • df5015ad89e1bc6168e4840ef7bceb331b259d73: Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (@​dependabot[bot])
  • 7af6319b7c3c407952226095883d76e799773a93: Merge pull request #109 from sdcio/fix-dependabot-20240819 (@​hansthienpondt)
  • cc8eb6aec0c4eeffffe78ba5d21c145d1455b6f8: Merge pull request #111 from sdcio/dependabot/go_modules/github.com/prometheus/client_golang-1.20.2 (@​steiler)
  • 247877e48dbfd8289cf5a73faf87db170a77f401: Merge pull request #112 from sdcio/dependabot/go_modules/google.golang.org/grpc-1.66.0 (@​steiler)
  • 2e8b768fa0961865f998a1b1b83fe6f075a66a5b: Merge pull request #113 from sdcio/dependabot/go_modules/github.com/jellydator/ttlcache/v3-3.3.0 (@​steiler)
  • d914a992bba517720644362cca599c263c1deada: Merge pull request #114 from sdcio/LeafListDefaults (@​steiler)
  • 5f0dd48ec3e76905e3d95afffb0603d19336ce05: fix dependabot test-cases (@​hansthienpondt)
  • 3ba5632fe6bd424d06758649fb949c8379415973: update deps (@​steiler)
  • d8f3b777c02232acd37cceafec85597b172f45f1: update mods (@​steiler)

v0.0.21

Changelog

  • 133dac38a1c4f9762f5b869753f435b0f7304670: Merge pull request #97 from sdcio/typelength (@​steiler)
  • cd4fc3503467bd7f70b53129f626c9bad3401081: MinMaxType (@​steiler)
  • 90fdbe01ba541e4b699a5efeb04914425adf2d5f: introduce SchemaLengthType (@​steiler)
  • be078ee39f15d585d4b44c527bf857204246146c: module resolution (@​steiler)
  • 41b7a34c7e70288eea7a669abf94578d163c10cc: remove unused field (@​steiler)
  • ae84f85db9b55bdfc4990c7da78c152ea6189e98: update mod (@​steiler)
  • 61dac57d77f1a757f24a2a584fe3227fe6a2bf4c: update modules (@​steiler)
Commits
  • c72a92d Merge pull request #118 from alexandernorth/feature/identityref-prefix-improv...
  • 86fef4d bump sdc-protos mod versions
  • f115b3c bump sdc-protos module
  • 60f3aa2 conform to new protobuf message structure
  • efca277 use the new grpc struct to report possible identities from a identityref type
  • f3bc89d Merge pull request #115 from sdcio/identityref
  • d8f3b77 update mods
  • 57e1851 transport identityref prefix
  • 3ba5632 update deps
  • 247877e Merge pull request #112 from sdcio/dependabot/go_modules/google.golang.org/gr...
  • 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)

@dependabot dependabot bot requested a review from henderiw as a code owner September 30, 2024 01:30
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
@dependabot dependabot bot requested a review from steiler as a code owner September 30, 2024 01:30
@dependabot dependabot bot added the go Pull requests that update Go code label Sep 30, 2024
Bumps [github.com/sdcio/schema-server](https://github.com/sdcio/schema-server) from 0.0.20 to 0.0.23.
- [Release notes](https://github.com/sdcio/schema-server/releases)
- [Changelog](https://github.com/sdcio/schema-server/blob/main/.goreleaser.yml)
- [Commits](sdcio/schema-server@v0.0.20...v0.0.23)

---
updated-dependencies:
- dependency-name: github.com/sdcio/schema-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/sdcio/schema-server-0.0.23 branch from ea0aeb1 to fdbec61 Compare October 4, 2024 10:45
@steiler steiler merged commit 95ffaa4 into main Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/sdcio/schema-server-0.0.23 branch October 7, 2024 06:50
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.

1 participant

Comments