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

edge-23.9.1 #11350

Merged
merged 6 commits into from
Sep 11, 2023
Merged

edge-23.9.1 #11350

merged 6 commits into from
Sep 11, 2023

Commits on Sep 7, 2023

  1. edge-23.9.1

    This edge release introduces a fix for service discovery on endpoints that use
    hostPorts. Previously, the destination service would return the pod IP for the
    discovery request which could break connectivity on pod restart. To fix this,
    direct pod communication for a pod bound on a hostPort will always return the
    hostIP. In addition, this change fixes a security vulnerability (CVE-2023-2603)
    detected in the CNI plugin and proxy-init images and includes a number of other
    fixes and small improvements.
    
    * Addressed security vulnerability CVE-2023-2603 in proxy-init and CNI plugin
      ([11296])
    * Introduced resource requests/limits for the policy controller resource in the
      control plane helm chart ([11301])
    * Fixed an issue where an empty `remoteDiscoverySelector` field in a
      multicluster link would cause all services to be mirrored ([11309])
    * Removed time out from `linkerd multicluster gateways` command; when no
      metrics exist the command will return instantly ([11265])
    * Improved help messaging for `linkerd multicluster link` ([11265])
    * Changed hostPort lookup behaviour in the destination service; previously,
      endpoint lookups for pods bound on a hostPort would return the Pod IP which
      would result in loss of connectivity on pod restart, hostIPs are now always
      returned when a pod uses a hostPort ([11328])
    * Updated HTTPRoute webhook rule to validate all apiVersions of the resource
      (thanks @mikutas!) ([11149])
    * Fixed erroneous `skipped` messages when injecting namespaces with `linkerd
      inject` (thanks @mikutas!) ([10231])
    
    [11309]: #11309
    [11296]: #11296
    [11328]: #11328
    [11301]: #11301
    [11265]: #11265
    [11149]: #11149
    [10231]: #10231
    
    Signed-off-by: Matei David <[email protected]>
    mateiidavid committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e02cd89 View commit details
    Browse the repository at this point in the history
  2. Downgrade chart versions

    Signed-off-by: Matei David <[email protected]>
    mateiidavid committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f75cacb View commit details
    Browse the repository at this point in the history
  3. Patch version bump

    Signed-off-by: Matei David <[email protected]>
    mateiidavid committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    69d7e93 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Apply @hawkw's review suggestions

    Co-authored-by: Eliza Weisman <[email protected]>
    mateiidavid and hawkw authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6a8361d View commit details
    Browse the repository at this point in the history
  2. @hawkw's feedback

    Signed-off-by: Matei David <[email protected]>
    mateiidavid committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    109da63 View commit details
    Browse the repository at this point in the history
  3. Bump minor versions

    Signed-off-by: Matei David <[email protected]>
    mateiidavid committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a5332a0 View commit details
    Browse the repository at this point in the history