minder icon indicating copy to clipboard operation
minder copied to clipboard

build(deps): bump github.com/thomaspoignant/go-feature-flag from 1.27.0 to 1.28.0

Open dependabot[bot] opened this issue 1 year ago • 4 comments

Bumps github.com/thomaspoignant/go-feature-flag from 1.27.0 to 1.28.0.

Release notes

Sourced from github.com/thomaspoignant/go-feature-flag's releases.

v1.28.0

🚀 v1.28.0

New Features

Documentation

Chore

New Contributors

Full Changelog: https://github.com/thomaspoignant/go-feature-flag/compare/v1.27.0...v1.28.0

Commits
  • b43d9e7 chore: Change doc version management (#1880)
  • c982515 docs: Add precisions on how to use the S3 retriever in the relay-proxy (#1879)
  • 6873eaa feat: Allow to force update the internal cache (#1878)
  • c048469 chore: bump jvm in /examples/openfeature_kotlin_server/kotlin-app (#1866)
  • de5903e chore: bump mikefarah/yq from 4.43.1 to 4.44.1 (#1876)
  • 996c08c chore: bump cloud.google.com/go/pubsub from 1.37.0 to 1.38.0 (#1872)
  • 063367a chore: bump github.com/fsouza/fake-gcs-server from 1.48.0 to 1.49.0 (#1873)
  • 4ab4e61 chore: bump github.com/aws/aws-sdk-go-v2/service/sqs (#1871)
  • be65e8e chore: bump org.jetbrains.kotlinx:kotlinx-coroutines-test (#1875)
  • 4dc6f10 chore: bump rel in /openfeature/providers/python-provider (#1874)
  • 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[bot] avatar May 20 '24 06:05 dependabot[bot]

For posterity:

  1. This PR updated testcontainers, but did not bump the postgres and mysql drivers for testcontainers. There was an API breakage between the two versions so the build did not compile.
  2. After explicitly updating the dependencies and running go mod tidy, other dependencies got updated.

dmjb avatar May 20 '24 11:05 dmjb

Coverage Status

coverage: 50.27% (-0.006%) from 50.276% when pulling 803bdcebc206a932afaaaf0b771c5d2eb28b3259 on dependabot/go_modules/github.com/thomaspoignant/go-feature-flag-1.28.0 into 006c6fa04075c8f269ade750116a4e17fc6da9d3 on main.

coveralls avatar May 20 '24 11:05 coveralls

I have ended up in a strange place where running make bootstrap produces an error which states that go mod tidy needs to be run, but go mod tidy has already been run... not sure how to proceed from here.

dmjb avatar May 20 '24 11:05 dmjb

A newer version of github.com/thomaspoignant/go-feature-flag 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.

dependabot[bot] avatar May 22 '24 07:05 dependabot[bot]

@dmjb should we close this PR and let dependabot open a new one?

blkt avatar May 27 '24 15:05 blkt

@dependabot recreate

dmjb avatar Jun 11 '24 09:06 dmjb

Superseded by #3577.

dependabot[bot] avatar Jun 11 '24 09:06 dependabot[bot]