Skip to content

Commit

Permalink
fix(nelm): --save-deploy-report not saving report on skipped release /2
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Apr 5, 2024
1 parent 088cdf8 commit 83190c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -65,7 +65,7 @@ require (
github.com/werf/kubedog v0.12.4-0.20240329141850-9e5c458d11bb
github.com/werf/lockgate v0.1.1
github.com/werf/logboek v0.6.1
github.com/werf/nelm v0.0.0-20240404160353-5fd7acdf2977
github.com/werf/nelm v0.0.0-20240405163955-c020d22febd1
go.opentelemetry.io/otel v1.24.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0
Expand Down Expand Up @@ -385,6 +385,6 @@ replace (
github.com/deislabs/oras => github.com/werf/3p-oras v0.9.1-0.20240115121544-03962ecbd40a // upstream not maintained
github.com/helm/helm-2to3 => github.com/werf/3p-helm-2to3 v0.0.0-20230313155428-cf9dd655c0e3 // upstream not maintained, switch back to upstream when merged: https://github.com/helm/helm-2to3/pull/224
github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305 // upstream not maintained
helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20240329141800-4c8eab12ee45 // helm 3
helm.sh/helm/v3 => github.com/werf/3p-helm/v3 v3.0.0-20240405163812-3dc7244388e5 // helm 3
k8s.io/helm => github.com/werf/3p-helm v0.0.0-20210202111118-81e74d46da0f // helm 2
)
8 changes: 4 additions & 4 deletions go.sum
Expand Up @@ -1527,8 +1527,8 @@ github.com/werf/3p-helm v0.0.0-20210202111118-81e74d46da0f h1:3anHigsmgMJ7IlG8WC
github.com/werf/3p-helm v0.0.0-20210202111118-81e74d46da0f/go.mod h1:OMONwLWU9zEENgaVjWEX+M+xik2QakejzKHG1+6mnUo=
github.com/werf/3p-helm-2to3 v0.0.0-20230313155428-cf9dd655c0e3 h1:pdKLiuiUoOFswc0HV6GX1+JHgP14HqE035xl2DQJi8A=
github.com/werf/3p-helm-2to3 v0.0.0-20230313155428-cf9dd655c0e3/go.mod h1:lTSQBLomjl67m4HQMbg3BHKWes3pOmjNBg8yygXYugk=
github.com/werf/3p-helm/v3 v3.0.0-20240329141800-4c8eab12ee45 h1:eYUxgukwRNKOWHJSo7KsE5ki5KP4AYQI+rykkhachm8=
github.com/werf/3p-helm/v3 v3.0.0-20240329141800-4c8eab12ee45/go.mod h1:hZSH7Ulnhc9qsvNlofc8YQboATKzFrHIGwtll8hkkx0=
github.com/werf/3p-helm/v3 v3.0.0-20240405163812-3dc7244388e5 h1:r/phQYe7zxeRZ4TMGbCjTy2t0UnNqkeWWEwcWUSvbqw=
github.com/werf/3p-helm/v3 v3.0.0-20240405163812-3dc7244388e5/go.mod h1:hZSH7Ulnhc9qsvNlofc8YQboATKzFrHIGwtll8hkkx0=
github.com/werf/3p-oras v0.9.1-0.20240115121544-03962ecbd40a h1:PsU9szHZlIH+CjcuIuPXRLc5dsdoaFldvYjS6YHI7YQ=
github.com/werf/3p-oras v0.9.1-0.20240115121544-03962ecbd40a/go.mod h1:XTePf8biMMCkqbuuWBZ24xOwo3hZej+BBM0uvd8aGqk=
github.com/werf/copy-recurse v0.2.7 h1:3FTOarbJ9uhFLi75oeUCioK9zxZwuV7o28kuUBPDZPM=
Expand All @@ -1539,8 +1539,8 @@ github.com/werf/lockgate v0.1.1 h1:S400JFYjtWfE4i4LY9FA8zx0fMdfui9DPrBiTciCrx4=
github.com/werf/lockgate v0.1.1/go.mod h1:0yIFSLq9ausy6ejNxF5uUBf/Ib6daMAfXuCaTMZJzIE=
github.com/werf/logboek v0.6.1 h1:oEe6FkmlKg0z0n80oZjLplj6sXcBeLleCkjfOOZEL2g=
github.com/werf/logboek v0.6.1/go.mod h1:Gez5J4bxekyr6MxTmIJyId1F61rpO+0/V4vjCIEIZmk=
github.com/werf/nelm v0.0.0-20240404160353-5fd7acdf2977 h1:qN574RLc22ufMesPdyvBTndHFaIRvOkLJHe5DQqmC2g=
github.com/werf/nelm v0.0.0-20240404160353-5fd7acdf2977/go.mod h1:y1M05nA04Zsufzz86NqV6+U8Ufhpgpkv5b3ntz35/6M=
github.com/werf/nelm v0.0.0-20240405163955-c020d22febd1 h1:4pm6jqxGqrnc+sWDvWIizsLBYiR0Q8PmhyT55zIHueg=
github.com/werf/nelm v0.0.0-20240405163955-c020d22febd1/go.mod h1:F+YVw4fjmuRImzDKacWxDZoC1G1enwpeSfvonAPgyLY=
github.com/xanzy/go-gitlab v0.31.0/go.mod h1:sPLojNBn68fMUWSxIJtdVVIP8uSBYqesTfDUseX11Ug=
github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
Expand Down

0 comments on commit 83190c2

Please sign in to comment.