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

Updates for 2022-03-22 #820

Merged
merged 3 commits into from
Mar 22, 2022
Merged

Updates for 2022-03-22 #820

merged 3 commits into from
Mar 22, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 22, 2022

📝 Brief description

Use workflow matrix for GitHub Actions
Bump awscli from 1.22.77 to 1.22.78 in /pip/aws
Use workflow matrix for GitHub Actions
Merge pull request #817 from devops-infra/feature/gha-matrix
Merge pull request #819 from devops-infra/dependabot/pip/pip/aws/develop/awscli-1.22.78
Bump boto3 from 1.21.22 to 1.21.23 in /pip/aws (#818)

💻 Commits

  • 6a2f2df - dependabot[bot] - 2022-03-22 09:08:29
    | Bump boto3 from 1.21.22 to 1.21.23 in /pip/aws (Bump boto3 from 1.21.22 to 1.21.23 in /pip/aws #818)
    | Bumps boto3 from 1.21.22 to 1.21.23.
    | - Release notes
    | - Changelog
    | - Commits
    |
    | ---
    | updated-dependencies:
    | - dependency-name: boto3
    | dependency-type: direct:production
    | update-type: version-update:semver-patch
    | ...
    |
    | Signed-off-by: dependabot[bot] [email protected]
    |
    | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  • 1333423 - Krzysztof Szyper - 2022-03-22 09:06:47
    | Merge pull request Bump awscli from 1.22.77 to 1.22.78 in /pip/aws #819 from devops-infra/dependabot/pip/pip/aws/develop/awscli-1.22.78
    | Bump awscli from 1.22.77 to 1.22.78 in /pip/aws

  • 7474d61 - dependabot[bot] - 2022-03-22 02:14:22
    Bump awscli from 1.22.77 to 1.22.78 in /pip/aws
    Bumps awscli from 1.22.77 to 1.22.78.


    updated-dependencies:

    • dependency-name: awscli
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...

    Signed-off-by: dependabot[bot] [email protected]

  • 06bf04c - Krzysztof Szyper - 2022-03-22 09:06:03
    | Merge pull request Use workflow matrix for GitHub Actions #817 from devops-infra/feature/gha-matrix
    | Use workflow matrix for GitHub Actions
    |
    | Should fix issues with not building all images properly or at least fail builds properly with alert.
    | Execution time will increase, since layer reuse will not take an effect.
    | For Dependabot build only a single image instead of all.
    | For GCP images use google/cloud-sdk:alpine as a base instead of a plain Alpine, since for the last few days gcloud installation fails.
    | Since it's using older Alpine version cannot use fixed versions of packages.
    | Set requirements.txt for Azure CLI to control it via Dependabot.
    | Use new ghcr.io instead of docker.pkg.github.com

  • b3650aa - Krzysztof Szyper - 2022-03-22 08:57:38
    | Use workflow matrix for GitHub Actions
    | Should fix issues with not building all images properly or at least fail builds properly with alert.
    | Execution time will increase, since layer reuse will not take an effect.
    | For Dependabot build only a single image instead of all.
    | For GCP images use google/cloud-sdk:alpine as a base instead of a plain Alpine, since for the last few days gcloud installation fails.
    | Since it's using older Alpine version cannot use fixed versions of packages.
    | Set requirements.txt for Azure CLI to control it via Dependabot.
    | Use new ghcr.io instead of docker.pkg.github.com
    |

  • f6ab01e - Krzysztof Szyper - 2022-03-21 23:51:03
    Use workflow matrix for GitHub Actions
    Should fix issues with not building all images properly or at least fail builds properly with alert.
    Execution time will increase, since layer reuse will not take an effect.
    For Dependabot build only a single image instead of all.
    For GCP images use google/cloud-sdk:alpine as a base instead of a plain Alpine, since for the last few days gcloud installation fails.

📁 Modified files

pip/aws/requirements.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

⚠️ Additional information

  • Pushed to a branch with a proper name and provided proper commit message.
  • Provided a clear and concise description of what the issue is.

Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information

dependabot bot and others added 2 commits March 22, 2022 02:14
Bumps [awscli](https://github.com/aws/aws-cli) from 1.22.77 to 1.22.78.
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst)
- [Commits](aws/aws-cli@1.22.77...1.22.78)

---
updated-dependencies:
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…lop/awscli-1.22.78

Bump awscli from 1.22.77 to 1.22.78 in /pip/aws
@github-actions github-actions bot requested review from ChristophShyper and a team as code owners March 22, 2022 08:07
@github-actions github-actions bot added automatic Automatic action dependency Dependency update labels Mar 22, 2022
Bumps [boto3](https://github.com/boto/boto3) from 1.21.22 to 1.21.23.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.21.22...1.21.23)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ChristophShyper ChristophShyper merged commit 0a95125 into master Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automatic Automatic action dependency Dependency update
Development

Successfully merging this pull request may close these issues.

1 participant