Skip to content
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

Bump default Envoy version to 1.22.2 #1276

Merged
merged 3 commits into from
Jun 15, 2022
Merged

Conversation

eculver
Copy link
Contributor

@eculver eculver commented Jun 14, 2022

Envoy recently released patches for all their supported versions (ref). This goes along with hashicorp/consul#13431 to bump the version of Envoy to the latest patches available.

Changes proposed in this PR:

  • Update the default version of Envoy from 1.22.0 to 1.22.2 in source files
  • Ran make ctrl-manifests to generate manifest yaml

How I've tested this PR:
I no longer see any references to 1.22.0 in the code unless it's not for Envoy.

How I expect reviewers to test this PR:
Please make sure I didn't miss any places where this version should be updated.

Checklist:

  • [ ] Tests added
  • CHANGELOG entry added

    HashiCorp engineers only, community PRs should not add a changelog entry.
    Entries should use present tense (e.g. Add support for...)

Copy link
Contributor

@ndhanushkodi ndhanushkodi left a comment

Choose a reason for hiding this comment

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

I think we can remove the changes in the files _types.go and re-run make ctrl-manifests again, since those are still valid comments as is.

Thank you for doing this!!!

control-plane/api/v1alpha1/ingressgateway_types.go Outdated Show resolved Hide resolved
@@ -72,7 +72,7 @@ type MeshTLSConfig struct {
type MeshDirectionalTLSConfig struct {
// TLSMinVersion sets the default minimum TLS version supported.
// One of `TLS_AUTO`, `TLSv1_0`, `TLSv1_1`, `TLSv1_2`, or `TLSv1_3`.
// If unspecified, Envoy v1.22.0 and newer will default to TLS 1.2 as a min version,
// If unspecified, Envoy v1.22.2 and newer will default to TLS 1.2 as a min version,
// while older releases of Envoy default to TLS 1.0.
Copy link
Contributor

Choose a reason for hiding this comment

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

Similar to above I think we can remove this, and run make ctrl-manifests again.

Copy link
Contributor

@thisisnotashwin thisisnotashwin left a comment

Choose a reason for hiding this comment

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

Approving in lieu of the comment being reverted to the older version and the CRDs getting re-generated.

control-plane/api/v1alpha1/mesh_types.go Outdated Show resolved Hide resolved
@thisisnotashwin
Copy link
Contributor

Thanks so much for doing this @eculver !!

@eculver
Copy link
Contributor Author

eculver commented Jun 15, 2022

Approving in lieu of the comment being reverted to the older version and the CRDs getting re-generated.

Thanks! It has been reverted.

@thisisnotashwin thisisnotashwin merged commit a4602d0 into main Jun 15, 2022
@thisisnotashwin thisisnotashwin deleted the CTIA-31-envoy-latest branch June 15, 2022 20:46
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.

None yet

4 participants