Skip to content

Commit

Permalink
Merge #29
Browse files Browse the repository at this point in the history
29: Update dependency versions to use AWS instead of AWSCore r=morris25 a=morris25

AWSBatch has been updated to use AWS rather than AWSCore. In order to keep this package from becoming out of date, we should support the newer version and do likewise.

Requires JuliaCloud/AWSBatch.jl#21.

Co-authored-by: morris25 <sam.morrison@invenia.ca>
  • Loading branch information
bors[bot] and morris25 authored Sep 23, 2021
2 parents c5990c3 + b4bb03d commit f1e50f0
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 134 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AWSClusterManagers"
uuid = "69f5933c-162f-5d2f-a6d8-da72a0bfad91"
authors = ["Invenia Technical Computing"]
version = "1.1.5"
version = "1.2.0"

[deps]
AWSBatch = "dcae83d4-2881-5875-9d49-e5534165e9c0"
Expand All @@ -13,20 +13,20 @@ Mocking = "78c3b35d-d492-501b-9361-3d52fe80e533"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

[compat]
AWSBatch = "1.4"
AWSCore = "0.6"
AWSTools = "1"
AWS = "1"
AWSBatch = "2.0.1"
AWSTools = "2"
JSON = "0.20.1, 0.21"
Memento = "0.11, 0.12, 0.13, 1"
Mocking = "0.7"
julia = "1"

[extras]
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
AWSTools = "83bcdc74-1232-581c-948a-f29122bf8259"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["AWSCore", "AWSTools", "LibGit2", "Printf", "Test"]
test = ["AWS", "AWSTools", "LibGit2", "Printf", "Test"]
Loading

2 comments on commit f1e50f0

@morris25
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/45440

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.2.0 -m "<description of version>" f1e50f04e5bfd9ca67fe123034e00cf33f49d27f
git push origin v1.2.0

Please # to comment.