[go: up one dir, main page]

Skip to content

Tags: celestiaorg/knuu

Tags

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update configmap if exists (#566)

* fix: update configmap if exists

* feat: add update configmap funcs

* chore: optimize the configmap update code

* fix: check conditions test was failing

v0.16.0-rc.0

Toggle v0.16.0-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore!: adjust stopped status actions for the update image and others (

…#563)

* chore!: adjust stopped status actions for the update image and others

* fix: state check for proxy

* fix: state check for proxy 2

v0.15.3-rc.0

Toggle v0.15.3-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore!: adjust stopped status actions for the update image and others (

…#563)

* chore!: adjust stopped status actions for the update image and others

* fix: state check for proxy

* fix: state check for proxy 2

v0.15.2

Toggle v0.15.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
make k8s the default builder (#541)

* merge main into it

* chore: refactored read file from image to use k8s instead of docker

* chore: cleanup

* filx: linter complain

* Update pkg/container/docker.go

Co-authored-by: Matthew Sevey <15232757+MSevey@users.noreply.github.com>

* chore: merge fix conflicts

* fix: remove duplicate test parallel

* fix: set state after building image

* fix: put the set git repo out of retry loop

---------

Co-authored-by: Matthew Sevey <15232757+MSevey@users.noreply.github.com>

v0.15.1

Toggle v0.15.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
make k8s the default builder (#541)

* merge main into it

* chore: refactored read file from image to use k8s instead of docker

* chore: cleanup

* filx: linter complain

* Update pkg/container/docker.go

Co-authored-by: Matthew Sevey <15232757+MSevey@users.noreply.github.com>

* chore: merge fix conflicts

* fix: remove duplicate test parallel

* fix: set state after building image

* fix: put the set git repo out of retry loop

---------

Co-authored-by: Matthew Sevey <15232757+MSevey@users.noreply.github.com>

v0.15.1-rc.0

Toggle v0.15.1-rc.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
make k8s the default builder (#541)

* merge main into it

* chore: refactored read file from image to use k8s instead of docker

* chore: cleanup

* filx: linter complain

* Update pkg/container/docker.go

Co-authored-by: Matthew Sevey <15232757+MSevey@users.noreply.github.com>

* chore: merge fix conflicts

* fix: remove duplicate test parallel

* fix: set state after building image

* fix: put the set git repo out of retry loop

---------

Co-authored-by: Matthew Sevey <15232757+MSevey@users.noreply.github.com>

v0.15.0-rc.0

Toggle v0.15.0-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(e2e-523): inital commit - fixing e2e/system tests - WIP (#535)

* fix(e2e-523): inital commit - fixing tests

Signed-off-by: Jose Ramon Mañes <jose@celestia.org>

* fix(e2e-523): inital commit - fixing tests

Signed-off-by: Jose Ramon Mañes <jose@celestia.org>

* fix(e2e-523): inital commit - fixing tests

Signed-off-by: Jose Ramon Mañes <jose@celestia.org>

* fix(e2e-523): update s.T().Fatalf to  s.Require()

Signed-off-by: Jose Ramon Mañes <jose@celestia.org>

* fix(e2e-523): update s.T().Fatalf to  s.Require()

Signed-off-by: Jose Ramon Mañes <jose@celestia.org>

* fix(e2e-523): update s.T().Fatalf to  s.Require()

Signed-off-by: Jose Ramon Mañes <jose@celestia.org>

* chore: conflict resolve & some cleanup

* fix: linter complains

* fix: minio concurrent bucket creation request issue

* fix: map init

* fix: kaniko concurrency overwriting issue

* chore: improve error propagation

* fix: image cache issue fixed

* fix: failing test suits removed problematic code

* chore: increase system test timeout

* chore: fix tests to be executed in parallel

* chore: increase timeout to be on the safeside

* chore: increase timeout to be on the safeside in the ci

* chore: fixed the premature cleanup

* chore: testing 60 min timeout

* fix: the deadlock issue in test suit

* chore: cleanup

* chore: fixed the missing cleanup

* chore: applied changes

* chore: revert deletion of TestNoVolumesNoFiles

---------

Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
Co-authored-by: Mojtaba <mojtaba@celestia.org>
Co-authored-by: Moji <mojtaba-esk@users.noreply.github.com>

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(TestFolder): add file to check, otherwise checks the default inde…

…x.html (#407)

Signed-off-by: Jose Ramon Mañes <jose@celestia.org>

v0.14.0-rc.1

Toggle v0.14.0-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: protobuf v1.3.3 doesn't exist anymore, deleted and refound old v…

…ersion (#393)

v0.14.0-rc.0

Toggle v0.14.0-rc.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#361 Issue: Update SetLatencyAndJitter func of Go doc (#366)

* doc Update on SetLatencyAndJitter func

* Update on SetLatencyAndJitter func doc

* doc update with example

---------

Co-authored-by: Jose Ramon Mañes <32740567+jrmanes@users.noreply.github.com>