-
Notifications
You must be signed in to change notification settings - Fork 141
Update api to v1 17 #159
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
Merged
Merged
Update api to v1 17 #159
Conversation
This file contains hidden or 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: Lukasz Dziedziak <[email protected]>
Signed-off-by: Lukasz Dziedziak <[email protected]>
Signed-off-by: Lukasz Dziedziak <[email protected]>
Signed-off-by: Lukasz Dziedziak <[email protected]>
41fbc3a
to
bad3397
Compare
@slonka @snowp @jakubdyszkiewicz can someone have a look at this and get a release out please? |
I will review it on Monday at the latest. |
slonka
approved these changes
Feb 28, 2021
@sschepens released |
@slonka thanks!! |
slonka
pushed a commit
that referenced
this pull request
May 20, 2021
* Update protobuf to envoy 1.17 Signed-off-by: Lukasz Dziedziak <[email protected]> * Use v2 version Signed-off-by: Lukasz Dziedziak <[email protected]> * Support V2/V3 in Envoy - remove V2 in separate PR Signed-off-by: Lukasz Dziedziak <[email protected]> * UDPA download - split directory create/copy Signed-off-by: Lukasz Dziedziak <[email protected]> Signed-off-by: slonka <[email protected]>
Ferdudas97
added a commit
that referenced
this pull request
Sep 9, 2022
* delta xds Signed-off-by: Sebastian Schepens <[email protected]> Signed-off-by: slonka <[email protected]> * fixes Signed-off-by: Sebastian Schepens <[email protected]> Signed-off-by: slonka <[email protected]> * method naming Signed-off-by: Sebastian Schepens <[email protected]> Signed-off-by: slonka <[email protected]> * Building version of non-breaking changes Signed-off-by: slonka <[email protected]> * Get integration tests passing Signed-off-by: slonka <[email protected]> * Add delta tests back Signed-off-by: slonka <[email protected]> * Rewrite V3DiscoveryServerAdsDeltaResourcesIT to have a 2 second poll delay to account for potential delays in writing to the wire (we don't want that to happen) Signed-off-by: slonka <[email protected]> * Add comment to trigger PR build Signed-off-by: slonka <[email protected]> * Get V3DiscoveryServerXdsDeltaResourcesIT passing Signed-off-by: slonka <[email protected]> * Update protobuf to envoy 1.16.0 (#155) * Update protobuf to envoy 1.16.0 Signed-off-by: Lukasz Jedryczka <[email protected]> * Fixing test by setting -boostrap-version 2 flag Signed-off-by: Lukasz Jedryczka <[email protected]> * Update protobuf to envoy 1.16.0 Signed-off-by: Lukasz Jedryczka <[email protected]> * Information about update envoy image version in README.md Signed-off-by: wookieJ <[email protected]> Signed-off-by: slonka <[email protected]> * release: prepare release v0.1.25 Signed-off-by: slonka <[email protected]> * release: prepare for next development iteration Signed-off-by: slonka <[email protected]> * release: prepare release v0.1.26 Signed-off-by: slonka <[email protected]> * release: prepare for next development iteration Signed-off-by: slonka <[email protected]> * Bump nexus release plugin timeout to 20 minutes (#156) Signed-off-by: slonka <[email protected]> * release: prepare release v0.1.27 Signed-off-by: slonka <[email protected]> * release: prepare for next development iteration Signed-off-by: slonka <[email protected]> * ci: fixes javadoc and jacoco plugin issues (#158) Signed-off-by: karthik <[email protected]> Signed-off-by: slonka <[email protected]> * Update api to v1 17 (#159) * Update protobuf to envoy 1.17 Signed-off-by: Lukasz Dziedziak <[email protected]> * Use v2 version Signed-off-by: Lukasz Dziedziak <[email protected]> * Support V2/V3 in Envoy - remove V2 in separate PR Signed-off-by: Lukasz Dziedziak <[email protected]> * UDPA download - split directory create/copy Signed-off-by: Lukasz Dziedziak <[email protected]> Signed-off-by: slonka <[email protected]> * Fix references to main branch after rename (#160) Signed-off-by: slonka <[email protected]> * release: prepare release v0.1.28 Signed-off-by: slonka <[email protected]> * release: prepare for next development iteration Signed-off-by: slonka <[email protected]> * Change version to 0.1.29-delta-xds-slonka-SNAPSHOT Signed-off-by: slonka <[email protected]> * Revert ads configs to main Signed-off-by: slonka <[email protected]> * Hash bytes array not string Signed-off-by: slonka <[email protected]> * Remove unused import Signed-off-by: slonka <[email protected]> * Revert snapshot name Signed-off-by: slonka <[email protected]> * Remove respondDeltaTracked since it's not used anywhere Signed-off-by: slonka <[email protected]> * Delta xds non breaking hash bytes refactor (#181) * refactor delta xds Signed-off-by: radoslaw.chrzanowski <[email protected]> * refactor setDeltaWatch and remove code duplication Signed-off-by: radoslaw.chrzanowski <[email protected]> * resolve TODO in SnapshotTest Signed-off-by: radoslaw.chrzanowski <[email protected]> * Change version to 0.1.29-delta-xds-slonka-SNAPSHOT Signed-off-by: radoslaw.chrzanowski <[email protected]> * DEPLOY_BRANCH added for snapshot deploy Signed-off-by: radoslaw.chrzanowski <[email protected]> * changes after merge master with new envoy api Signed-off-by: radoslaw.chrzanowski <[email protected]> * make CacheStatusInfoAggregator public Signed-off-by: radoslaw.chrzanowski <[email protected]> * make GroupCacheStatusInfo and MutableStatusInfo public Signed-off-by: radoslaw.chrzanowski <[email protected]> * refactor SimpleCache Signed-off-by: radoslaw.chrzanowski <[email protected]> * create resources map only once Signed-off-by: radoslaw.chrzanowski <[email protected]> * build snapshot with improved performance Signed-off-by: radoslaw.chrzanowski <[email protected]> * refactor creating snapshot resources due to performance improvements Signed-off-by: radoslaw.chrzanowski <[email protected]> * create hash version from string Signed-off-by: radoslaw.chrzanowski <[email protected]> * remove custom snapshot version and deploy branch env Signed-off-by: radoslaw.chrzanowski <[email protected]> * fix test after merge Signed-off-by: radoslaw.chrzanowski <[email protected]> * fix V3DeltaDiscoveryServerCallbacks description Signed-off-by: radoslaw.chrzanowski <[email protected]> Signed-off-by: Sebastian Schepens <[email protected]> Signed-off-by: slonka <[email protected]> Signed-off-by: wookieJ <[email protected]> Signed-off-by: karthik <[email protected]> Signed-off-by: Lukasz Dziedziak <[email protected]> Signed-off-by: radoslaw.chrzanowski <[email protected]> Co-authored-by: Sebastian Schepens <[email protected]> Co-authored-by: mgajda <[email protected]> Co-authored-by: Łukasz Jędryczka <[email protected]> Co-authored-by: envoy-bot <[email protected]> Co-authored-by: Karthik Ram <[email protected]> Co-authored-by: Łukasz Dziedziak <[email protected]> Co-authored-by: Radek Chrzanowski <[email protected]> Co-authored-by: radoslaw.chrzanowski <[email protected]>
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.
We should make separate PR with V2 deprecation because Envoy since 1.17 doesn't support V2 configuration and requires flag to enable.