Skip to content

Releases: mc256/starlight

v0.5.7

27 Nov 01:33
733c251
Compare
Choose a tag to compare
update registry domain (#61)

fix test cases

v0.5.6

26 Nov 22:06
146eafe
Compare
Choose a tag to compare
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] <support@github.com>

* 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.5

23 Jul 23:30
17737c6
Compare
Choose a tag to compare
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] <support@github.com>

* ADD: containerd install feature

* ADD: k3s install feature

* ADD: reset  feature

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.4

03 Jul 23:59
11b02b3
Compare
Choose a tag to compare
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

03 Jul 00:53
091dad9
Compare
Choose a tag to compare
UPDATE: disable proxy sorting (#50)

- import end-to-end testing
- disable proxy sorting if `--disable-early-start` is true
- update readme

v0.5.2

02 Jul 05:12
86769af
Compare
Choose a tag to compare
UPDATE: preparation for benchmark (#49)

-  improve `--disable-early-start`
- add better debugging log

v0.5.1

29 Jun 04:36
631d112
Compare
Choose a tag to compare
UPDATE: Helm configurations and error handling (#48)

* add namespaces for helm chart

* add better error handling

* add DOCKER_CONFIG env

v0.5.0

27 Jun 12:37
1a03a9e
Compare
Choose a tag to compare
Feature: add completed pull feature (#47)

* add full pull and config

* optimize and refactor code

v0.4.8

06 Jun 03:37
2a3f69b
Compare
Choose a tag to compare
update document (#46)

- update versions and readme
- add Service Account to helm chart

v0.4.7

05 Jun 05:26
aa02174
Compare
Choose a tag to compare
AWS ECR uni-arch image support (#45)

* add base case testing

* uni-arch ToC caching

* small optimization by golint