Releases: ChameleonCloud/python-chi
Releases · ChameleonCloud/python-chi
v1.0.2
v1.0.1
v1.0.1
v1.0.0
Version 1.0.0
v0.17.12
container.upload() previously only uploaded the contents of a specified directory path to the container.
It now uploads the file or directory pointed to by the specified path.
- Example before: container.upload(test.png) would not upload the file as
it would need a directory path. - Example before: container.upload(test/) would upload the contents of
the test directory - Example after: container.upload(test.png) uploads the file test.png and
container.upload(test/) uploads the entire test directory
v0.17.9
What's Changed
- Allow passthrough arguments for SSH connections by @super-cooper in #37
Full Changelog: v0.17.8...v0.17.9
v0.17.8
What's Changed
- Use correct bounds parameters for reservation search by @super-cooper in #36
Full Changelog: v0.17.7...v0.17.8
v0.17.7
What's Changed
- Handle mixed leases when searching for reservations with counts by @super-cooper in #35
Full Changelog: v0.17.6...v0.17.7