Releases: cfengine/cf-remote
Releases · cfengine/cf-remote
0.6.4
What's Changed
- Added useful information when sudo fails during info command by @craigcomstock in #127
Full Changelog: 0.6.3...0.6.4
0.6.3
What's Changed
- Bump Python version in
black
workflows by @jakub-nt in #125 - Fixed error when not specifying a username in host parameter by @craigcomstock in #126
New Contributors
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
- Changed bootstrap warning position by @victormlg in #121
- Added aws alpine platform Had to specify t3 instead of t2 as alpine images require EUFI which are available in t3. by @craigcomstock in #122
- ENT-12668: Fix nt-discovery.sh usage and other improvements by @craigcomstock in #124
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- Fixed issue with unrecognized keyword argument 'hide' by @olehermanse in #120
Full Changelog: 0.6.0...0.6.1
0.6.0
This release includes the new cf-remote connect
command to open an SSH shell:
$ cf-remote connect -H hub
Opening a SSH command shell...
ubuntu@ip-172-31-34-237:~$
We've also made internal changes to reduce the number of SSH commands run sequentially, by transferring across a script (named nt-discovery.sh
). In our testing, this improves the performance of cf-remote info
by 10-20%, but this should vary based on how slow the machine and network is.
What's Changed
- Removed debian-9 from spawnable platforms by @victormlg in #113
- ENT-12155: Fixed traceback caused by unknown architecture by @olehermanse in #115
- Added connect command by @victormlg in #114
- Created nt-discovery.sh file by @victormlg in #112
- Made os-release/redhat-release optional by @victormlg in #116
- cf-remote connect: Handled errors from ssh by @olehermanse in #117
- cf-remote: Made nt-discovery parts quiet by default by @olehermanse in #118
- Removed unnecessary whoami command by @olehermanse in #119
Full Changelog: 0.5.2...0.6.0
0.5.2
What's Changed
- Fixed error handling in deploy by @victormlg in #110
- Fixed file extension error when installing package by @victormlg in #111
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
- Replaced which by command -v by @victormlg in #108
- Added black yml files by @victormlg in #107
- Added sudo skipping when UID is zero by @victormlg in #106
- Added check if binaries are in path by @victormlg in #109
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Use 'centos' as the user on CentOS machines by @vpodzime in #91
- Fixed typo in description of the
name
argument forcf-remote destroy
by @larsewi in #92 - Fixed handling non-existing versions when listing by @victormlg in #93
- Added date highlight in show command by @victormlg in #94
- Added environment variable for cf-remote path by @victormlg in #95
- Handled exception when no permission to write in folder by @victormlg in #96
- Fixed issue with unspecified (None) version in download and list by @olehermanse in #97
- Added helpful message about "not bootstrapped yet" by @victormlg in #99
- Added checksum checking when downloading packages by @victormlg in #100
- Added uninstall --purge option to remove "everything" by @olehermanse in #103
- Improved handling of already downloaded packages by @victormlg in #102
- Added agent command and help to bootstrap by @victormlg in #104
- Added --output-dir flag in download command by @victormlg in #98
- Fixed --output-dir to properly handle relative and user paths like ./ and ~/ by @olehermanse in #105
New Contributors
- @victormlg made their first contribution in #93
Full Changelog: 0.4.23...0.5.0
0.4.23
What's Changed
- ENT-11766: Fixed package selected on Fedora 40 by @nickanderson in #87
- CFE-4407: added ubuntu-24 name pattern for aws image criteria by @mineralsfree in #90
Full Changelog: 0.4.22...0.4.23
0.4.22
What's Changed
- CFE-4361: Fixed issue where policy server IP was not printed in info command by @olehermanse in #86
Full Changelog: 0.4.21...0.4.22