Releases: merlinz01/redpepper
Releases · merlinz01/redpepper
0.3.2
0.3.1
0.3.0
Changed
- Breaking change: Restructure state file format for better execution flow control.
- This is not backwards compatible. All state files must be updated as well as all
Manager and Agent instances before states can be executed.
- This is not backwards compatible. All state files must be updated as well as all
You can find the Python packages on PyPI.
The checksums.txt
file contains SHA256 checksums for the release assets.
0.2.0
Changed
- Breaking change: Migrate operations and requests to be asynchronous.
- Non-asynchronous operations are still functional, but expect support for them to
be removed in a future release.
- Non-asynchronous operations are still functional, but expect support for them to
- Breaking change: Make the communication protocol more RPC-like.
- This is backwards compatible for the initial agent authentication, but running commands
will not work until the Manager and Agent are both updated.
- This is backwards compatible for the initial agent authentication, but running commands
You can find the Python packages on PyPI.
The checksums.txt
file contains SHA256 checksums for the release assets.
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Changed
- BREAKING CHANGE: Use MessagePack instead of Protobuf for manager/agent communications.
This is not backwards compatible. All Manager and Agent instances must be updated at the same time. - Prompt for username if not supplied to
install-login
tool.
You can find the Python packages on PyPI.
The checksums.txt
file contains SHA256 checksums for the release assets.