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

Cherry-pick #5029 #5096 #5097 #5099 #5108 #5113 #5114 #5115 #5116 #5118 #5126 #5128 #5130 #5132

Commits on Aug 13, 2024

  1. Register otel TracerProvider to send traces (#5029)

    * Register otel TracerProvider to send traces
    
    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    
    * Bump gRPC version
    
    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    
    * Upgrade google.golang.org/grpc
    
    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    
    ---------
    
    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Signed-off-by: pipecd-bot <[email protected]>
    Warashi authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    465c78a View commit details
    Browse the repository at this point in the history
  2. Set fetch-depth to 0 to create correct patches during git cherry-pick…

    … as much as possible (#5096)
    
    Signed-off-by: Yoshiki Fujikane <[email protected]>
    Signed-off-by: pipecd-bot <[email protected]>
    ffjlabo authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f0acdaf View commit details
    Browse the repository at this point in the history
  3. Bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+inco…

    …mpatible (#5097)
    
    * Bump github.com/docker/docker
    
    Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 26.1.4+incompatible.
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v24.0.9...v26.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/docker
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Manually update docker/cli to pass the tests build errors
    
    Signed-off-by: khanhtc1202 <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: khanhtc1202 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: khanhtc1202 <[email protected]>
    Signed-off-by: pipecd-bot <[email protected]>
    2 people authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    11b257f View commit details
    Browse the repository at this point in the history
  4. Bump postcss from 7.0.39 to 8.4.40 in /docs (#5099)

    Bumps [postcss](https://github.com/postcss/postcss) from 7.0.39 to 8.4.40.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@7.0.39...8.4.40)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: pipecd-bot <[email protected]>
    dependabot[bot] authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5e1b25b View commit details
    Browse the repository at this point in the history
  5. Use LRUCache for Application Manifests Cache (#5108)

    * Use LRUCache for Application Manifests Cache
    
    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    
    * Use not constant but config value
    
    Co-authored-by: Yoshiki Fujikane <[email protected]>
    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    
    ---------
    
    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Co-authored-by: Yoshiki Fujikane <[email protected]>
    Signed-off-by: pipecd-bot <[email protected]>
    2 people authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    896b707 View commit details
    Browse the repository at this point in the history
  6. Fix UI dependecies deprecated (#5113)

    Signed-off-by: khanhtc1202 <[email protected]>
    Signed-off-by: pipecd-bot <[email protected]>
    khanhtc1202 authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e6dc800 View commit details
    Browse the repository at this point in the history
  7. Bump postcss and autoprefixer in /docs (#5114)

    Bumps [postcss](https://github.com/postcss/postcss) to 8.4.40 and updates ancestor dependency [autoprefixer](https://github.com/postcss/autoprefixer). These dependencies need to be updated together.
    
    Updates `postcss` from 7.0.39 to 8.4.40
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@7.0.39...8.4.40)
    
    Updates `autoprefixer` from 9.8.8 to 10.4.20
    - [Release notes](https://github.com/postcss/autoprefixer/releases)
    - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
    - [Commits](postcss/autoprefixer@9.8.8...10.4.20)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: indirect
    - dependency-name: autoprefixer
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: pipecd-bot <[email protected]>
    dependabot[bot] authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    eb6b8cb View commit details
    Browse the repository at this point in the history
  8. fix: upgrade google-protobuf from 3.21.0 to 3.21.4 (#5115)

    Snyk has created this PR to upgrade google-protobuf from 3.21.0 to 3.21.4.
    
    See this package in yarn:
    google-protobuf
    
    See this project in Snyk:
    https://app.snyk.io/org/pipecd/project/f41c5767-b506-4f59-beb9-ef662258eb9a?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Signed-off-by: t-kikuc <[email protected]>
    Co-authored-by: snyk-bot <[email protected]>
    Signed-off-by: pipecd-bot <[email protected]>
    2 people authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3b23abf View commit details
    Browse the repository at this point in the history
  9. fix: upgrade react-markdown from 6.0.2 to 6.0.3 (#5116)

    Snyk has created this PR to upgrade react-markdown from 6.0.2 to 6.0.3.
    
    See this package in yarn:
    react-markdown
    
    See this project in Snyk:
    https://app.snyk.io/org/pipecd/project/f41c5767-b506-4f59-beb9-ef662258eb9a?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Signed-off-by: t-kikuc <[email protected]>
    Co-authored-by: snyk-bot <[email protected]>
    Signed-off-by: pipecd-bot <[email protected]>
    2 people authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ef23041 View commit details
    Browse the repository at this point in the history
  10. fix: tool/actions-gh-release/Dockerfile to reduce vulnerabilities (#5118

    )
    
    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532
    - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532
    
    Signed-off-by: khanhtc1202 <[email protected]>
    Co-authored-by: snyk-bot <[email protected]>
    Signed-off-by: pipecd-bot <[email protected]>
    2 people authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a3caf3d View commit details
    Browse the repository at this point in the history
  11. fix: upgrade dayjs from 1.8.28 to 1.11.12 (#5126)

    Snyk has created this PR to upgrade dayjs from 1.8.28 to 1.11.12.
    
    See this package in yarn:
    dayjs
    
    See this project in Snyk:
    https://app.snyk.io/org/pipecd/project/f41c5767-b506-4f59-beb9-ef662258eb9a?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Signed-off-by: t-kikuc <[email protected]>
    Co-authored-by: snyk-bot <[email protected]>
    Signed-off-by: pipecd-bot <[email protected]>
    2 people authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    64f8052 View commit details
    Browse the repository at this point in the history
  12. Bump github.com/docker/docker (#5128)

    Signed-off-by: pipecd-bot <[email protected]>
    dependabot[bot] authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    91e3510 View commit details
    Browse the repository at this point in the history
  13. Update RELEASE to v0.48.5 (#5130)

    Signed-off-by: Yoshiki Fujikane <[email protected]>
    Signed-off-by: pipecd-bot <[email protected]>
    ffjlabo authored and pipecd-bot committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2b2af9d View commit details
    Browse the repository at this point in the history