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: Prepare E2E Test for TX 2412 #167

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Feb 13, 2024

  1. chore(deps): bump docker/metadata-action from 5.5.0 to 5.5.1

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.5.0 to 5.5.1.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Commits](docker/metadata-action@dbef880...8e5442c)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    37825b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. chore(deps): bump peter-evans/dockerhub-description from 3.4.2 to 4.0.0

    Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 3.4.2 to 4.0.0.
    - [Release notes](https://github.com/peter-evans/dockerhub-description/releases)
    - [Commits](peter-evans/dockerhub-description@dc67fad...e98e4d1)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/dockerhub-description
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    51c5cca View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. chore(deps): bump actions/setup-python from 4.7.1 to 5.1.1

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.1.1.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@65d7f2d...39cd149)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d811abb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. chore(deps): bump azure/setup-helm from 3.5 to 4

    Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 to 4.
    - [Release notes](https://github.com/azure/setup-helm/releases)
    - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
    - [Commits](Azure/setup-helm@5119fcb...fe7b79c)
    
    ---
    updated-dependencies:
    - dependency-name: azure/setup-helm
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    cb20eab View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. chore(deps): bump com.google.guava:guava from 32.1.2-jre to 33.3.0-jre

    Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.2-jre to 33.3.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0626f02 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. chore(deps): bump github/codeql-action from 2.22.6 to 3.26.3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.6 to 3.26.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2.22.6...883d858)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b552e44 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge remote-tracking branch 'origin/dependabot/github_actions/main/g…

    …ithub/codeql-action-3.26.3' into feature/2412-upgrade
    drcgjung committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7205c27 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dependabot/maven/main/com.google…

    ….guava-guava-33.3.0-jre' into feature/2412-upgrade
    drcgjung committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    68d0eba View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/dependabot/github_actions/main/a…

    …zure/setup-helm-4' into feature/2412-upgrade
    drcgjung committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f14dc69 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dependabot/github_actions/main/a…

    …ctions/setup-python-5.1.1' into feature/2412-upgrade
    drcgjung committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    e0dabbd View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/dependabot/github_actions/main/p…

    …eter-evans/dockerhub-description-4.0.0' into feature/2412-upgrade
    drcgjung committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d44dd9c View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/dependabot/github_actions/main/d…

    …ocker/metadata-action-5.5.1' into feature/2412-upgrade
    drcgjung committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5626aeb View commit details
    Browse the repository at this point in the history
  7. fix|chore: upgrade deps.

    drcgjung committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3498324 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79531cd View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    8d0fb78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3117a8 View commit details
    Browse the repository at this point in the history