Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Jul 13, 2023
1 parent 115a4a5 commit e1bc53c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 11 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

## [Unreleased][]

[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.15.4...HEAD
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.16.0...HEAD

## [0.16.0][] - 2023-07-13

[0.16.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-azure/compare/0.15.4...0.16.0

### Changed

* Largely updated dependencies to get newer versions. The size of older Azure
packages was rather unhealthy.


## [0.15.4][] - 2023-07-11

Expand Down
5 changes: 5 additions & 0 deletions chaosazure/machine/probes.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ def count_machines(filter: str = None,

machines = fetch_resources(filter, RES_TYPE_VM, secrets, configuration)
return len(machines)


if __name__ == '__main__':
c = count_machines('where resourceGroup=="meh_group"')
print(c)
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
chaostoolkit-lib>=1.1.2
azure-mgmt-compute~=20.0
azure-mgmt-containerservice~=22.0.0
azure-mgmt-rdbms~=10.1
azure-mgmt-network~=21.0.1
azure-mgmt-storage~=21.0.0
azure-mgmt-resourcegraph~=8.0
azure-mgmt-web~=3.0
azure-mgmt-netapp~=9.0.1
azure-identity~=1.6
azure-mgmt-compute>=20.0
azure-mgmt-containerservice>=22.0
azure-mgmt-rdbms>=10.1
azure-mgmt-network>=21.0.1
azure-mgmt-storage>=21.0.0
azure-mgmt-resourcegraph>=8.0
azure-mgmt-web>=3.0
azure-mgmt-netapp>=9.0
azure-identity>=1.6
dateparser
logzero
requests
msrestazure~=0.6
msrestazure>=0.6
pg8000
azure-keyvault-secrets

0 comments on commit e1bc53c

Please sign in to comment.