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

chore(merge-back): 2.108.1 #27995

Merged
merged 6 commits into from
Nov 14, 2023
Merged

chore(merge-back): 2.108.1 #27995

merged 6 commits into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. fix(elasticloadbalancingv2): access logging fails on imported bucket (#…

    …27948)
    
    #27558 fixed a circular dependency issue between the bucket and the ELB when using `logAccessLogs` by adding the dependency at the L1 level.
    The dependency was added on both the bucket and the bucket policy (which already refers to the bucket).
    
    This introduced a new bug when adding a dependency for imported buckets (as `bucket.node.defaultChild` is `undefined`).
    
    This PR fixes the issue by adding the dependency at the L1 level on the bucket policy directly.
    
    Closes #27928.
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    lpizzinidev authored and kaizencc committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8243601 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.108.1

    kaizencc committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bdc2355 View commit details
    Browse the repository at this point in the history
  3. fix changelog

    kaizencc committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    61c2056 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.v2.alpha.md

    Co-authored-by: Mitchell Valine <mitchellvaline@yahoo.com>
    kaizencc and MrArnoldPalmer authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b1bf06f View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.108.1 (#27992)

    See CHANGELOG.
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mergify[bot] authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2320255 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    092f707 View commit details
    Browse the repository at this point in the history