Skip to content

Commit

Permalink
fix(deps): update module github.com/open-feature/go-sdk to v1.8.0 (#994)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/open-feature/go-sdk](https://github.com/open-feature/go-sdk)
| require | minor | `v1.7.0` -> `v1.8.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>open-feature/go-sdk (github.com/open-feature/go-sdk)</summary>

###
[`v1.8.0`](https://github.com/open-feature/go-sdk/releases/tag/v1.8.0)

[Compare
Source](https://github.com/open-feature/go-sdk/compare/v1.7.0...v1.8.0)

##### 🐛 Bug Fixes

- **deps:** update module github.com/cucumber/godog to v0.13.0
([#&#8203;210](https://github.com/open-feature/go-sdk/issues/210))
([33c5f2f](https://github.com/open-feature/go-sdk/commit/33c5f2f5de478ee7123ccf0ffe594fcaf4d2555b))
- **deps:** update module golang.org/x/text to v0.13.0
([#&#8203;211](https://github.com/open-feature/go-sdk/issues/211))
([d850ebc](https://github.com/open-feature/go-sdk/commit/d850ebc5c831ccee5edd490e3c2f019e2188b4ad))

##### ✨ New Features

- run event handlers immediately, add STALE (0.7.0 compliance)
([#&#8203;221](https://github.com/open-feature/go-sdk/issues/221))
([9c0012f](https://github.com/open-feature/go-sdk/commit/9c0012f6762926489d2763b60e486170fdce9c09))

##### 🧹 Chore

- bump spec badge in readme to v0.7.0
([#&#8203;223](https://github.com/open-feature/go-sdk/issues/223))
([403275e](https://github.com/open-feature/go-sdk/commit/403275e925d5715e8f90d87296b7e3f626f8fb14))
- **deps:** update codecov/codecov-action action to v4
([#&#8203;222](https://github.com/open-feature/go-sdk/issues/222))
([1ac250b](https://github.com/open-feature/go-sdk/commit/1ac250bc21996d247c38639eb96099e64b10541c))
- fix golangci-lint version
([#&#8203;216](https://github.com/open-feature/go-sdk/issues/216))
([e79382a](https://github.com/open-feature/go-sdk/commit/e79382a748fb914e0fa94a61d292e509094cdc46))
- fix logo rendering outside of github
([#&#8203;226](https://github.com/open-feature/go-sdk/issues/226))
([e2b3586](https://github.com/open-feature/go-sdk/commit/e2b35865b9ca48a5fe772307dd206b46553da51a))
- revert to CodeCov Action to v3
([#&#8203;225](https://github.com/open-feature/go-sdk/issues/225))
([152416d](https://github.com/open-feature/go-sdk/commit/152416df30e01fe22112105358481eeb2d03a160))
- sort imports of go files
([#&#8203;214](https://github.com/open-feature/go-sdk/issues/214))
([a98950d](https://github.com/open-feature/go-sdk/commit/a98950d3f51a1e3ff4660a8ffeb5dcee50876304))
- update comments for named provider related function
([#&#8203;213](https://github.com/open-feature/go-sdk/issues/213))
([2e670b2](https://github.com/open-feature/go-sdk/commit/2e670b27391e6a1d5b77ad78a18db23e41c43a50))

##### 📚 Documentation

- Update README.md
([#&#8203;218](https://github.com/open-feature/go-sdk/issues/218))
([a2ea804](https://github.com/open-feature/go-sdk/commit/a2ea804bcf53307ee1e3bf92b52de812d1358a4f))

##### 🔄 Refactoring

- write \[T]Value in terms of \[T]ValueDetails
([#&#8203;224](https://github.com/open-feature/go-sdk/issues/224))
([f554876](https://github.com/open-feature/go-sdk/commit/f554876e5ed32cdb45aaf396ae2214bad28c3c26))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-feature/flagd).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 5, 2023
1 parent 05c7870 commit 266cf9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flagd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/dimiro1/banner v1.1.0
github.com/mattn/go-colorable v0.1.13
github.com/open-feature/flagd/core v0.6.7
github.com/open-feature/go-sdk v1.7.0
github.com/open-feature/go-sdk v1.8.0
github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.17
github.com/open-feature/go-sdk-contrib/tests/flagd v1.3.1
github.com/spf13/cobra v1.8.0
Expand Down
2 changes: 2 additions & 0 deletions flagd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,8 @@ github.com/open-feature/flagd/core v0.6.7 h1:60P4VYiNURl+TapDDVz2h05WQaizJ//UHOH
github.com/open-feature/flagd/core v0.6.7/go.mod h1:dbg9dy+5mZz3dNgFa1L9x4d/IfisuvZZjwtEwJya5sg=
github.com/open-feature/go-sdk v1.7.0 h1:g6o/sf5xaED7xawXwZ0LqE7RS9co7HZJMClXCXmIbgw=
github.com/open-feature/go-sdk v1.7.0/go.mod h1:5aV26tEoQuompRa8A6BAGukhi88pRMZsslJJwucGNzs=
github.com/open-feature/go-sdk v1.8.0 h1:jRkP7zeSGC3pSYn/s3EzJSpO9Q6CVP8BOnmvBZYQEa0=
github.com/open-feature/go-sdk v1.8.0/go.mod h1:hpKxVZIJ0b+GpnI8imSJf9nFTcmTb0wWJZTgAS/3giw=
github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.16 h1:Itgdo1iSCZkHQ3A6dOzpp8fZU4MRqm9/5HiUO1+bkaQ=
github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.16/go.mod h1:inzptmy90VfLUeKyTfqsb2/19u+Heu/ylKuCPl8mvBs=
github.com/open-feature/go-sdk-contrib/providers/flagd v0.1.17 h1:Ivx0USjWI2iXq20wEeEhzK+Jck2dwyGY6TxKS9aoutw=
Expand Down

0 comments on commit 266cf9f

Please sign in to comment.