-
Notifications
You must be signed in to change notification settings - Fork 72
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
docs: update schemas #1158
Merged
Merged
docs: update schemas #1158
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
✅ Deploy Preview for polite-licorice-3db33c ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
toddbaert
commented
Jan 18, 2024
toddbaert
commented
Jan 18, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1158 +/- ##
=======================================
Coverage 73.69% 73.69%
=======================================
Files 32 32
Lines 3140 3140
=======================================
Hits 2314 2314
Misses 717 717
Partials 109 109 ☔ View full report in Codecov by Sentry. |
Kavindu-Dodan
approved these changes
Jan 18, 2024
beeme1mr
approved these changes
Jan 19, 2024
Merged
toddbaert
pushed a commit
that referenced
this pull request
Feb 6, 2024
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.8.2</summary> ## [0.8.2](flagd/v0.8.1...flagd/v0.8.2) (2024-02-05) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.7.4 ([#1119](#1119)) ([e998e41](e998e41)) * use correct link in sources flag helper text in start cmd ([#1126](#1126)) ([b9d30e0](b9d30e0)) </details> <details><summary>flagd-proxy: 0.4.2</summary> ## [0.4.2](flagd-proxy/v0.4.1...flagd-proxy/v0.4.2) (2024-02-05) ### 🐛 Bug Fixes * add signal handling to SyncFlags grpc ([#1176](#1176)) ([5c8ed7c](5c8ed7c)) * **deps:** update module github.com/open-feature/flagd/core to v0.7.4 ([#1119](#1119)) ([e998e41](e998e41)) </details> <details><summary>core: 0.7.5</summary> ## [0.7.5](core/v0.7.4...core/v0.7.5) (2024-02-05) ### 🐛 Bug Fixes * add signal handling to SyncFlags grpc ([#1176](#1176)) ([5c8ed7c](5c8ed7c)) * **deps:** update kubernetes packages to v0.29.1 ([#1156](#1156)) ([899e6b5](899e6b5)) * **deps:** update module buf.build/gen/go/open-feature/flagd/connectrpc/go to v1.14.0-20231031123731-ac2ec0f39838.1 ([#1170](#1170)) ([8b3c8d6](8b3c8d6)) * **deps:** update module golang.org/x/crypto to v0.18.0 ([#1138](#1138)) ([53569d9](53569d9)) * **deps:** update module golang.org/x/net to v0.20.0 ([#1139](#1139)) ([fdb1d0c](fdb1d0c)) * **deps:** update module google.golang.org/grpc to v1.61.0 ([#1164](#1164)) ([11ccecd](11ccecd)) * **deps:** update opentelemetry-go monorepo ([#1155](#1155)) ([436fefe](436fefe)) ### ✨ New Features * add targeting validation ([#1146](#1146)) ([b727dd0](b727dd0)) * **core:** support any auth scheme in HTTP-sync auth header ([#1152](#1152)) ([df65966](df65966)) ### 🧹 Chore * update test dependencies, fix for otel api change and update renovate configuration ([#1188](#1188)) ([3270346](3270346)) ### 📚 Documentation * update schemas ([#1158](#1158)) ([396c618](396c618)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Absorbs new schema, and go module changes from: open-feature/flagd-schemas#128