Skip to content

upgrade envoy:#125

Merged
yuval-k merged 16 commits intomasterfrom
envoy-1.19.0
Jul 26, 2021
Merged

upgrade envoy:#125
yuval-k merged 16 commits intomasterfrom
envoy-1.19.0

Conversation

@yuval-k
Copy link
Copy Markdown
Member

@yuval-k yuval-k commented Jul 20, 2021

  • fix include path in build files

- fix include path in build files
jahvon
jahvon previously approved these changes Jul 20, 2021
@jahvon jahvon dismissed their stale review July 20, 2021 19:01

Build failed

@yuval-k
Copy link
Copy Markdown
Member Author

yuval-k commented Jul 22, 2021

parseStdRegexAsCompiledMatcher was removed from upstream, copy pasted it here. see:
https://github.com/envoyproxy/envoy/pull/17061/files

@yuval-k
Copy link
Copy Markdown
Member Author

yuval-k commented Jul 22, 2021

CompiledStdMatcher was removed here:
envoyproxy/envoy#17193

@@ -0,0 +1,6 @@
changelog:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticing that the changelog bot is failing. Should this be released as 1.19.0 instead of 1.19.0-patch1?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think our release name should be patch1 if envoy already released. to indicate that this is based on a released envoy 1.19.0. the reason we don't just use 1.19.0 is that we may have multiple releases based on 1.19.0

@EItanya - i thought we documented this but i cant find where

repository = "@envoy",
deps = [
":aws_lambda_filter_lib",
"@envoy//include/envoy/registry",
Copy link
Copy Markdown
Contributor

@jahvon jahvon Jul 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I correct in understanding that we don't need the registry dep anymore which is why it's removed here (and a few other places)?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we might need it, i removed it because i thought the path changed; it turned out that it didnt. i think it still works because it is included transitivly

@yuval-k yuval-k merged commit 7f48ec3 into master Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants