Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 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-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 daysgcloud
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 daysgcloud
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 daysgcloud
installation fails.📁 Modified files
pip/aws/requirements.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information