Releases: rackerlabs/openCenter-cli
Releases · rackerlabs/openCenter-cli
openCenter 1.0.0-rc1
openCenter 1.0.0-rc1
First release candidate for version 1.0.0.
This release includes CLI defaults, cluster locking, and configuration precedence improvements.
Changes in This Release
New Features
- (build): add publish task for GitHub releases
- (build): add release task for version 1.0.0-rc1
- (cluster): apply CLI config defaults during cluster init
- (cluster): add lock/unlock commands for cluster protection
- (config): add CLI defaults system for cluster configurations
- : enhance lock status display with detailed operation info
- (sops): remove placeholder fallbacks and enforce explicit key requirements
- : repository cleanup and documentation reorganization
Bug Fixes
- (config): make config view display raw file content
- : create lock subdirectories for cluster names with slashes
- bootstrap
Documentation
- (reference): add configuration precedence documentation
- : complete Priority 1-3 documentation and cleanup tasks
- : clean up duplicate task entries in feature flag cleanup spec
Installation
Download the binary for your platform and move it to your PATH.
Linux (x86_64)
curl -L https://github.com/rackerlabs/openCenter-cli/releases/download/v1.0.0-rc1/openCenter-1.0.0-rc1-linux-amd64 -o openCenter
chmod +x openCenter
sudo mv openCenter /usr/local/bin/Linux (ARM64)
curl -L https://github.com/rackerlabs/openCenter-cli/releases/download/v1.0.0-rc1/openCenter-1.0.0-rc1-linux-arm64 -o openCenter
chmod +x openCenter
sudo mv openCenter /usr/local/bin/macOS (Intel)
curl -L https://github.com/rackerlabs/openCenter-cli/releases/download/v1.0.0-rc1/openCenter-1.0.0-rc1-darwin-amd64 -o openCenter
chmod +x openCenter
sudo mv openCenter /usr/local/bin/macOS (Apple Silicon)
curl -L https://github.com/rackerlabs/openCenter-cli/releases/download/v1.0.0-rc1/openCenter-1.0.0-rc1-darwin-arm64 -o openCenter
chmod +x openCenter
sudo mv openCenter /usr/local/bin/Check the installation:
openCenter versionPlatform Support
This release includes binaries for:
- Linux x86_64
- Linux ARM64
- macOS Intel
- macOS Apple Silicon
Windows is not supported in this release due to platform-specific file locking code.
Known Issues
See the issue tracker for current known issues.
Full Changelog
Compare changes: pre-legacy-removal...v1.0.0-rc1