Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Bump ex_aws from 2.2.10 to 2.4.1 #36

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps ex_aws from 2.2.10 to 2.4.1.

Changelog

Sourced from ex_aws's changelog.

v2.4.1

  • Add support for credentials_process in AWS credentials config
  • Service endpoint updates
  • Switch to Config from Mix.Config

v2.4.0

  • Increase minimum elixir version to 1.10
  • Add error_parser field to operations. This may be optionally populated by services which need to do service-specific error handling prior to falling back to the default ExAws handling.

V2.3.4

  • Fix crash in authentication for regions without SSO service (#894)
  • Service endpoint updates

v2.3.3

  • Imporve resiliency/recovery when authentication token queries fail
  • Use default profile for :aws_cli config when `AWS_PROFILE is undefined
  • Include service in telemetry events
  • Fix crash generating auth headers for request with empty path

v2.3.2

  • Fix type for IMDSv2 header
  • Make IMDSv2 optional, with fallback to v1
  • Fix spec for Config.new/2

v2.3.1

  • Support container task role credentials in token provider
  • Fix issue with ECS instance meta data introduced in 2.3.0
  • Fix typespec on ExAws.Request.HttpClient.request/5

v2.3.0

  • Raise an exception on S3 operation when bucket is nil
  • Update regions for transcribe service
  • Doc and spec improvements
  • Add location service
  • Add support for IMDSv2
  • Add support for awscli SSO credentials system
Commits
  • c3c6416 Bump version and CHANGELOG
  • c0b608e Merge pull request #911 from JoeyBG/credentials_process
  • 96ce95f Bump tool-versions to latest
  • 8c1afe8 Not sure why I was doing a deps.update in the workflow
  • 9d30688 Reinstate dynamodb image (whoops)
  • ba61a2c Fix versions in workflow
  • 6983172 Remove unused dynamo dep from workflows
  • c754619 Workflow OTP/Elixir version updates to latest
  • 12bcdcc Merge pull request #917 from ex-aws/dependabot/hex/ex_doc-0.29.1
  • 3df27c2 Bump ex_doc from 0.29.0 to 0.29.1
  • 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 [ex_aws](https://github.com/ex-aws/ex_aws) from 2.2.10 to 2.4.1.
- [Release notes](https://github.com/ex-aws/ex_aws/releases)
- [Changelog](https://github.com/ex-aws/ex_aws/blob/v2.4.1/CHANGELOG.md)
- [Commits](ex-aws/ex_aws@v2.2.10...v2.4.1)

---
updated-dependencies:
- dependency-name: ex_aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants