Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps ex_aws_elastic_load_balancing from 2.2.2 to 3.0.0.

Changelog

Sourced from ex_aws_elastic_load_balancing's changelog.

v3.0.0

  • This is a major upgrade. The focus was the ExAws.ElasticLoadBalancingV2 module. A large number of functions had arity changes. These changes may break your existing code using this library. Apologies. It should be fairly easy to address the problem if it occurs. A large number of types were either defined or redefined (because the previous definition was inaccurate) from previous version.
  • Remove unneeded opts parameter for the following functions (the arity is for the updated functions):
    • ExAws.ElasticLoadBalancingV2.add_tags/2
    • ExAws.ElasticLoadBalancingV2.delete_listener/1
    • ExAws.ElasticLoadBalancingV2.delete_load_balancer/1
    • ExAws.ElasticLoadBalancingV2.delete_rule/1
    • ExAws.ElasticLoadBalancingV2.delete_target_group/1
    • ExAws.ElasticLoadBalancingV2.deregister_targets/2
    • ExAws.ElasticLoadBalancingV2.describe_load_balancer_attributes/1
    • ExAws.ElasticLoadBalancingV2.modify_load_balancer_attributes/2
    • ExAws.ElasticLoadBalancingV2.modify_target_group_attributes/2
    • ExAws.ElasticLoadBalancingV2.register_targets/2
    • ExAws.ElasticLoadBalancingV2.remove_listener_certificates/2
    • ExAws.ElasticLoadBalancingV2.remove_tags/2
    • ExAws.ElasticLoadBalancingV2.set_ip_address_type/2
    • ExAws.ElasticLoadBalancingV2.set_rule_priorities/1
  • ExAws.ElasticLoadBalancingV2.add_trust_store_revocations/2 modified. The parameter revocation_contents is not required. The signature of the function was modified to allow passing just trust_store_arn as the sole parameter.
  • ExAws.ElasticLoadBalancingV2.create_target_group/2 modified. The parameter vpc_id is not required. It can be passed in the optional opts parameter if needed. This function replaces the library's previous function create_target_group(name, vpc_id, opts \\ []). The parameter vpc_id is optional. Note: The vpc_id is the identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.
  • ExAws.ElasticLoadBalancingV2.create_listener/3 created as replacement for create_listener/5. The parameters port and protocol are optional. In the new function they are passed in the opts if needed. The function create_listener/5 is deprecated.
  • ExAws.ElasticLoadBalancingV2.create_target_group/2 replaces the previous function create_target_group/3. The function create_target_group/3 has been removed.
  • Added functions:
    • ExAws.ElasticLoadBalancingV2.add_trust_store_revocations/2
    • ExAws.ElasticLoadBalancingV2.describe_trust_store_revocations/2
    • ExAws.ElasticLoadBalancingV2.describe_trust_store_associations/2
    • ExAws.ElasticLoadBalancingV2.get_resource_policy/1
    • ExAws.ElasticLoadBalancingV2.get_trust_store_ca_certificates_bundle/1
    • ExAws.ElasticLoadBalancingV2.modify_capacity_reservation/2
    • ExAws.ElasticLoadBalancingV2.modify_ip_pools/2
    • ExAws.ElasticLoadBalancingV2.modify_listener_attributes/2
    • ExAws.ElasticLoadBalancingV2.modify_trust_store/4
    • ExAws.ElasticLoadBalancingV2.remove_trust_store_revocations/2
  • Dependencies updated in mix.lock file.
Commits
  • ef5adc9 Changes to address problems with specs , etc with ElasticLoadBalancingV2
  • 4fe4e9f Merge pull request #20 from fmcgeough/update_deps
  • 6070f71 Update dependencies to address CI issues
  • 2dda1de Merge pull request #18 from a-boro/improve/readme
  • bb26f5f Added changelog link to hexdoc package
  • 5c682a0 Added hexdoc links to README
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Jan 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2026 13:02
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2026
@dependabot dependabot bot requested review from dks-mbta and removed request for a team January 1, 2026 13:02
@dependabot dependabot bot added the elixir Pull requests that update Elixir code label Jan 1, 2026
@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws_elastic_load_balancing-3.0.0 branch 2 times, most recently from c2e15ce to cfa6836 Compare January 6, 2026 18:14
Bumps [ex_aws_elastic_load_balancing](https://github.com/fmcgeough/ex_aws_elastic_load_balancing) from 2.2.2 to 3.0.0.
- [Changelog](https://github.com/fmcgeough/ex_aws_elastic_load_balancing/blob/main/CHANGELOG.md)
- [Commits](fmcgeough/ex_aws_elastic_load_balancing@2.2.2...3.0.0)

---
updated-dependencies:
- dependency-name: ex_aws_elastic_load_balancing
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/hex/ex_aws_elastic_load_balancing-3.0.0 branch from cfa6836 to 1403191 Compare January 6, 2026 18:21
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 elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant