Skip to content

Releases: BstLabs/py-clvm

v1.1.12b

15 Feb 09:45
fc72d04

Choose a tag to compare

v1.1.12b Pre-release
Pre-release
Release PR v1.1.12b (beta) (#240)

* Add AWS conf cmd with profile (#186)

* version bump v1.1.8b1 (pre-release)

* feat: Added CHANGELOG workflow

* Updated changelog workflow

* Disabled workflow trigger for push action on develop branch

* Refactor(ssh-new): Removed redundant output for ssh-new (#190)

Description:
- Added `--quiet` flag to `pip install authk`
- Minor refactoring

* Feat(PyPi): Added `Changelog` link to PyPi (#192)

* Refactor(ssh-new): Removed redundant output for ssh-new

Description:
- Added `--quiet` flag to `pip install authk`
- Minor refactoring

* Feat(PyPi): Added `Changelog` link to PyPi

Description:
- Modified pyproject.toml and added `Changelog` link to PyPi.org

* Fix dependencies version (#194)

* Fixed azure dependency version

* version bump v1.1.8

* Feat(config): Implemented first version of `configure` (#199)

* Feat(config): Implemented the first version of `configure`

Description:
- Initial version only supports AWS local configuration
- It uses subprocesses to call `aws` cli under the hood
- It detects OS and adapts the params accordingly
- Error handling was added

* Feat(general): Added a reminder for prerequisites for `configure aws` (#201)

Fixes #200 

Description:
- Defined a new function to handle info message
- Fixed a minor typo

* version bump 1.1.9

* Fixed: The stopped VM's failure on first try to start a session. (#204)

* Fixed: The stopped VM's failure on the first try to start a session.

Description:
- Added waiter for starting instance
- Modified the session start to wait until the VM is running

* Iteration 2 (#207)

* Fixed: The stopped VM's failure on the first try to start a session.

Description:
- Added waiter for starting instance
- Modified the session start to wait until the VM is running

* Fixed: Lost support for profile argument solved.

* Fixed: jdict codec serialization bug (#206)

* Fix jdict codec serialization bug

* version bump v1.1.10b (pre-release)

* Docs(update): Modified and enhanced docs

Description:
- Removed redundant checklist from PR template
- Applied new changelog workflow and config for it
- Added new indicator badges to README for:
	- PyPi version,
	- License,
	- Changelog,
	- Linter
	- Type checker

* version bump v1.1.10 (stable)

* Docs: Changed changelog type to commit messages

* Make Azure operation faster due to using REST API (#213)

* Implement REST API in some functions

* Add list VMs via REST API

* Add some REST API operations

* Make RestApi class singleton

* Add token to cache

* Add token to cache exceptions

* Change running Azure tunnel

* Change waite VM runtime to be ready

* Fix for "instance command" and "connect"

* Add multi session mode on Azure

* Fix ssh call on Windows

* Refactor lint

* Stop VM after VSCode close

* Fix vscode call on Windows

* Refactor lint

* version bump v1.1.11b (pre-release)

* Fix: unrelated kwarg being passed to execute command (#228)

* [Changelog CI] Add Changelog for Version v1.1.11b (#222)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* unrelated kwarg being passed to execute command

* Update type.yml

* Update lint.yml

* Update release.yml

* Update changelog.yml

Co-authored-by: Orkhan Shirin <62020621+orkhanshirin@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fail after changing Azure console password (#229)

* Pre-Release PR v1.1.11b (#221)

* Make Azure operation faster due to using REST API (#213)

* Implement REST API in some functions

* Add list VMs via REST API

* Add some REST API operations

* Make RestApi class singleton

* Add token to cache

* Add token to cache exceptions

* Change running Azure tunnel

* Change wait for VM runtime to be ready

* Fix for "instance command" and "connect"

* Add multi-session mode on Azure

* Fix ssh call on Windows

* Refactor lint

* Stop VM after VSCode close

* Fix vscode call on Windows

* Refactor lint

* version bump v1.1.11b (pre-release)

Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>

* [Changelog CI] Add Changelog for Version v1.1.11b (#222)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Fix issue #225: fail after changing Azure console password

* Fix minors

* Update changelog.yml

* Update lint.yml

* Update release.yml

* Update type.yml

Co-authored-by: Orkhan Shirin <62020621+orkhanshirin@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Implement AWS CLI installation (#231)

* Add install cli for macOS

* Add install AWS cli for Windows

* Add install AWS cli on Linux

* Fix minors Linux

* Fix minors Windows

* Fix minors macOS

* Fix code lint

* version bump v1.1.11

* Fix: Resolved type error on `clvm instance command` (#237)

* Fix: Resolved type error on `clvm instance command`

Description:
- Changed the instance argument type to `Ec2RemoteShellProxy`
- Changed `kwargs.get() `method to `kwargs.pop()` method to not send extra params to the other function calls

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* version bump (alpha)

* Fix: Fixed command execution stdout (#239)

* Fix: Resolved type error on `clvm instance command`

Description:
- Changed the instance argument type to `Ec2RemoteShellProxy`
- Changed kwargs.get() method to kwargs.pop() method to not send extra params to the other function calls

* Fix: Fixed command execution stdout

- Command stdout is printing on host terminal now

* version bump v1.1.12b (beta)

---------

Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>
Co-authored-by: Lior Kashti <48313697+lkashti@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.1.12a

14 Feb 11:28
90e45a2

Choose a tag to compare

Release PR v1.1.12a (#238)

* Add AWS conf cmd with profile (#186)

* version bump v1.1.8b1 (pre-release)

* feat: Added CHANGELOG workflow

* Updated changelog workflow

* Disabled workflow trigger for push action on develop branch

* Refactor(ssh-new): Removed redundant output for ssh-new (#190)

Description:
- Added `--quiet` flag to `pip install authk`
- Minor refactoring

* Feat(PyPi): Added `Changelog` link to PyPi (#192)

* Refactor(ssh-new): Removed redundant output for ssh-new

Description:
- Added `--quiet` flag to `pip install authk`
- Minor refactoring

* Feat(PyPi): Added `Changelog` link to PyPi

Description:
- Modified pyproject.toml and added `Changelog` link to PyPi.org

* Fix dependencies version (#194)

* Fixed azure dependency version

* version bump v1.1.8

* Feat(config): Implemented first version of `configure` (#199)

* Feat(config): Implemented the first version of `configure`

Description:
- Initial version only supports AWS local configuration
- It uses subprocesses to call `aws` cli under the hood
- It detects OS and adapts the params accordingly
- Error handling was added

* Feat(general): Added a reminder for prerequisites for `configure aws` (#201)

Fixes #200 

Description:
- Defined a new function to handle info message
- Fixed a minor typo

* version bump 1.1.9

* Fixed: The stopped VM's failure on first try to start a session. (#204)

* Fixed: The stopped VM's failure on the first try to start a session.

Description:
- Added waiter for starting instance
- Modified the session start to wait until the VM is running

* Iteration 2 (#207)

* Fixed: The stopped VM's failure on the first try to start a session.

Description:
- Added waiter for starting instance
- Modified the session start to wait until the VM is running

* Fixed: Lost support for profile argument solved.

* Fixed: jdict codec serialization bug (#206)

* Fix jdict codec serialization bug

* version bump v1.1.10b (pre-release)

* Docs(update): Modified and enhanced docs

Description:
- Removed redundant checklist from PR template
- Applied new changelog workflow and config for it
- Added new indicator badges to README for:
	- PyPi version,
	- License,
	- Changelog,
	- Linter
	- Type checker

* version bump v1.1.10 (stable)

* Docs: Changed changelog type to commit messages

* Make Azure operation faster due to using REST API (#213)

* Implement REST API in some functions

* Add list VMs via REST API

* Add some REST API operations

* Make RestApi class singleton

* Add token to cache

* Add token to cache exceptions

* Change running Azure tunnel

* Change waite VM runtime to be ready

* Fix for "instance command" and "connect"

* Add multi session mode on Azure

* Fix ssh call on Windows

* Refactor lint

* Stop VM after VSCode close

* Fix vscode call on Windows

* Refactor lint

* version bump v1.1.11b (pre-release)

* Fix: unrelated kwarg being passed to execute command (#228)

* [Changelog CI] Add Changelog for Version v1.1.11b (#222)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* unrelated kwarg being passed to execute command

* Update type.yml

* Update lint.yml

* Update release.yml

* Update changelog.yml

Co-authored-by: Orkhan Shirin <62020621+orkhanshirin@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fail after changing Azure console password (#229)

* Pre-Release PR v1.1.11b (#221)

* Make Azure operation faster due to using REST API (#213)

* Implement REST API in some functions

* Add list VMs via REST API

* Add some REST API operations

* Make RestApi class singleton

* Add token to cache

* Add token to cache exceptions

* Change running Azure tunnel

* Change wait for VM runtime to be ready

* Fix for "instance command" and "connect"

* Add multi-session mode on Azure

* Fix ssh call on Windows

* Refactor lint

* Stop VM after VSCode close

* Fix vscode call on Windows

* Refactor lint

* version bump v1.1.11b (pre-release)

Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>

* [Changelog CI] Add Changelog for Version v1.1.11b (#222)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update README.md

* Update README.md

* Fix issue #225: fail after changing Azure console password

* Fix minors

* Update changelog.yml

* Update lint.yml

* Update release.yml

* Update type.yml

Co-authored-by: Orkhan Shirin <62020621+orkhanshirin@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Implement AWS CLI installation (#231)

* Add install cli for macOS

* Add install AWS cli for Windows

* Add install AWS cli on Linux

* Fix minors Linux

* Fix minors Windows

* Fix minors macOS

* Fix code lint

* version bump v1.1.11

* Fix: Resolved type error on `clvm instance command` (#237)

* Fix: Resolved type error on `clvm instance command`

Description:
- Changed the instance argument type to `Ec2RemoteShellProxy`
- Changed `kwargs.get() `method to `kwargs.pop()` method to not send extra params to the other function calls

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* version bump (alpha)

---------

Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>
Co-authored-by: Lior Kashti <48313697+lkashti@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.1.11

18 Jan 22:49
0acc056

Choose a tag to compare

Release PR v1.1.11 (#232)

* Fix: unrelated kwarg being passed to execute command (#228)

Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>

* Fix issue #225: fail after changing Azure console password

* Fix minors

* Update changelog.yml

* Update lint.yml

* Update release.yml

* Update type.yml

Co-authored-by: Orkhan Shirin <62020621+orkhanshirin@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Implement AWS CLI installation (#231)

* Add install cli for macOS

* Add install AWS cli for Windows

* Add install AWS cli on Linux

* Fix minors Linux

* Fix minors Windows

* Fix minors macOS

* Fix code lint

* version bump v1.1.11

Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>
Co-authored-by: Lior Kashti <48313697+lkashti@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

v1.1.11b

02 Nov 08:24
82086ec

Choose a tag to compare

v1.1.11b Pre-release
Pre-release
Pre-Release PR v1.1.11b (#221)

* Make Azure operation faster due to using REST API (#213)

* Implement REST API in some functions

* Add list VMs via REST API

* Add some REST API operations

* Make RestApi class singleton

* Add token to cache

* Add token to cache exceptions

* Change running Azure tunnel

* Change wait for VM runtime to be ready

* Fix for "instance command" and "connect"

* Add multi-session mode on Azure

* Fix ssh call on Windows

* Refactor lint

* Stop VM after VSCode close

* Fix vscode call on Windows

* Refactor lint

* version bump v1.1.11b (pre-release)

Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>

v1.1.10

21 Oct 15:07
0279d8d

Choose a tag to compare

What's Changed

Full Changelog: v1.1.9...v1.1.10

v1.1.10.b

19 Oct 10:11
14c2a0a

Choose a tag to compare

What's Changed

  • Fixed(session): The stopped VM's failure on the first try to start a session. (#204)
  • Fixed: Lost support for profile argument solved.

Description:

  • Added waiter for starting instance
  • Modified the session start to wait until the VM is running
  • Fixed(Azure): jdict codec serialization bug (#206)

Co-authored-by: Dmitry Slobodchikov zoosman@mail.ru

Full Changelog: v1.1.9...v1.1.10.b

v1.1.9

12 Oct 15:45
bfccfca

Choose a tag to compare

What's Changed

  • Feat(config): Implemented the first version of configure for AWS by @orkhanshirin in #202

Full Changelog: v1.1.8...v1.1.9

v1.1.8

29 Sep 15:21
b91387b

Choose a tag to compare

What's Changed

  • Add AWS conf cmd with profile by @zoosmand (#186)

  • Disabled workflow trigger for push action on develop branch by @orkhanshirin

  • Refactor(ssh-new): Removed redundant output for ssh-new by @orkhanshirin (#190)
    Description:

  • Added --quiet flag to pip install authk
  • Minor refactoring
  • Feat(PyPi): Added Changelog link to PyPi by @orkhanshirin (#192)

  • Refactor(ssh-new): Removed redundant output for ssh-new by @orkhanshirin
    Description:

  • Added --quiet flag to pip install authk
  • Minor refactoring
  • Feat(PyPi): Added Changelog link to PyPi by @orkhanshirin
    Description:
  • Modified pyproject.toml and added Changelog link to PyPi.org

Full Changelog: v1.1.7...v1.1.8

v1.1.8b1

20 Sep 16:45
01ea5b5

Choose a tag to compare

Pre-release PR v1.1.8b1 (#187)

* Add AWS conf cmd with profile (#186)

* version bump v1.1.8b1 (pre-release)

Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>

v1.1.8b0

11 Sep 05:56
1dc5b66

Choose a tag to compare

Release PR v1.1.8b0 (patched)

Description:
Launching VM instances on GCP and Azure is more time-consuming now. It happens because of cloud platform machine's status is not the status of the runtime (operating system or particular dedicated application) running on the instance being ready. On GCP it takes approx. 60 sec., on Azure approx. 30 sec. To reduce this time, install the clvm queueing utility from https://github.com/BstLabs/py-clvm-utilities. This utility demands queueing permission on a specific cloud platform.