Releases: mc256/starlight
Releases · mc256/starlight
v0.5.8
Bump github.com/docker/docker (#60) Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.24+incompatible to 24.0.7+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/compare/v20.10.24...v24.0.7) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.5.7
update registry domain (#61) fix test cases
v0.5.6
Update CI pipeline and fix security vulnerabilities (#58) * Bump google.golang.org/grpc from 1.53.0 to 1.56.3 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.56.3) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * fix broken pipelines * update ci pipeline No AWS ECR credentials but it should just work. We just need to fix the vulnerabilities and keep it up-to-date --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.5.5
ADD: reset and install features (#55) * Bump google.golang.org/grpc from 1.47.0 to 1.53.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.47.0...v1.53.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * ADD: containerd install feature * ADD: k3s install feature * ADD: reset feature --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.5.4
ADD: proxy registry alias (#51) * ADD: proxy registry alias * UPDATE: kubernetes health check endpoint * ADD: original image size * ADD: registries name alias * FIX: wrong order of the pull command
v0.5.3
UPDATE: disable proxy sorting (#50) - import end-to-end testing - disable proxy sorting if `--disable-early-start` is true - update readme
v0.5.2
UPDATE: preparation for benchmark (#49) - improve `--disable-early-start` - add better debugging log
v0.5.1
UPDATE: Helm configurations and error handling (#48) * add namespaces for helm chart * add better error handling * add DOCKER_CONFIG env
v0.5.0
Feature: add completed pull feature (#47) * add full pull and config * optimize and refactor code
v0.4.8
update document (#46) - update versions and readme - add Service Account to helm chart