Skip to content

Releases: cloudticon/ct

v0.0.0-beta13

06 Apr 10:38

Choose a tag to compare

Update installation command in README to point to new URL for script …

v0.0.0-beta11

05 Apr 21:31

Choose a tag to compare

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

05 Apr 20:39

Choose a tag to compare

Merge branch 'master' of github.com:cloudticon/ctts

v0.0.0-beta8

04 Apr 17:15

Choose a tag to compare

Refactor Kubernetes client structure and update build commands for op…

v0.0.0-beta7

04 Apr 17:02

Choose a tag to compare

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

04 Apr 16:56

Choose a tag to compare

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

04 Apr 20:20

Choose a tag to compare

Enhance `ct apply` and `ct list` commands with namespace management a…

v0.0.0-beta5

03 Apr 13:55

Choose a tag to compare

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

02 Apr 18:05

Choose a tag to compare

Update install script and README to reflect repository name change fr…

v0.0.0-beta3

02 Apr 16:21

Choose a tag to compare

Update install script and README to reflect repository name change fr…