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

Bump chetan/invalidate-cloudfront-action from 1.3 to 2.4 #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2022

Bumps chetan/invalidate-cloudfront-action from 1.3 to 2.4.

Release notes

Sourced from chetan/invalidate-cloudfront-action's releases.

v2.4: Better AWS cred support

Fixes

  • Simplified support for AWS credentials. No longer creates a separate AWS CLI profile as it is not needed for proper operation.

v2.3: Support for OIDC Creds

Fixes

  • support for AWS credentials via OIDC (#12)

v2.1: Fixed PATHS_FROM handling

Fixes

  • corrected handling of file input via PATHS_FROM (properly paths, one per line)

v2: Support for macos & windows runners

This release only changes the invocation method from docker/container to composite action which means it can now be run on macos or windows environments. The invalidation code itself is mostly unchanged with only a minor path-handling change to work on Windows.

Changelog

Sourced from chetan/invalidate-cloudfront-action's changelog.

Invalidate AWS CloudFront Action Changelog

v2.3

Fixes

  • support for AWS credentials via OIDC (#12)

v2.2

Fixes

  • added support for Ubuntu 18.04 which has older versions of jq and awscli

v2.1

Fixes

  • corrected handling of file input via PATHS_FROM (properly paths, one per line)

v2.0

Additions

  • changes the invocation method from docker/container to composite action which means it can now be run on macos or windows environments

Fixes

  • minor path-handling change to work on Windows
Commits
  • c384d5f cleanup: remove aws configure step
  • 6a51d5b fix: disable aws cli profile config
  • 2c24a2d test: add test using aws action with access/secret pair
  • 74a68bb Merge pull request #13 from chetan/feature/aws_oidc
  • 0f60766 docs: updated changelog for v2.3
  • 71925f1 docs: updated aws creds info
  • 6f775cf fix: use creds via aws oidc provider, if available
  • b891659 test: try using oidc creds to run invalidation
  • fd83731 docs: added version info to required tools
  • fbdbe6a docs: updated changelog for 2.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [chetan/invalidate-cloudfront-action](https://github.com/chetan/invalidate-cloudfront-action) from 1.3 to 2.4.
- [Release notes](https://github.com/chetan/invalidate-cloudfront-action/releases)
- [Changelog](https://github.com/chetan/invalidate-cloudfront-action/blob/develop/CHANGELOG.md)
- [Commits](chetan/invalidate-cloudfront-action@v1.3...v2.4)

---
updated-dependencies:
- dependency-name: chetan/invalidate-cloudfront-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants