Releases: cloudticon/ct
Releases · cloudticon/ct
v0.0.0-beta13
Update installation command in README to point to new URL for script …
v0.0.0-beta11
Refactor apply functionality to use applyRelease method - Replaced multiple resource handling functions with a single applyRelease function in the apply package, streamlining the resource application process. - Updated related test cases to reflect the new function usage, ensuring consistent behavior during namespace creation and resource application. - Removed deprecated inventory loading and resource deletion logic to simplify the codebase.
v0.0.0-beta10
Merge branch 'master' of github.com:cloudticon/ctts
v0.0.0-beta8
Refactor Kubernetes client structure and update build commands for op…
v0.0.0-beta7
Refactor terminal size handling in exec.go - Removed direct signal handling for terminal resize events and replaced it with a dedicated `notifyResize` function. - Updated the `monitor` method to use `stopResize` for better signal management, improving code clarity and maintainability.
v0.0.0-beta6
Enhance installation script and CI workflows to support Windows binaries - Updated `install.sh` to append the appropriate suffix for Windows executables. - Modified GitHub Actions workflows (`build.yml` and `release.yml`) to include Windows target configurations with the `.exe` suffix for builds and artifacts. - Ensured consistent naming for binaries across different operating systems.
v.0.0.0-beta9
Enhance `ct apply` and `ct list` commands with namespace management a…
v0.0.0-beta5
Enhance README and remove deprecated cache implementation - Added sections to the README for IDE support and embeddable engine features, including usage examples for generating TypeScript type definitions. - Updated project structure section to clarify user project layout. - Removed the internal cache implementation and associated tests, streamlining the codebase. - Refactored CLI commands to utilize the new public Go API for package resolution.
v0.0.0-beta4
Update install script and README to reflect repository name change fr…
v0.0.0-beta3
Update install script and README to reflect repository name change fr…