Skip to content

Commit

Permalink
fix(deploy): hidden sensitive output message in plan for Secrets ev…
Browse files Browse the repository at this point in the history
…en if no sensitive changes

Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Jan 15, 2025
1 parent c21f6c7 commit bf4e709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ require (
github.com/werf/kubedog-for-werf-helm v0.0.0-20241217155728-9d45c48b82b6
github.com/werf/lockgate v0.1.1
github.com/werf/logboek v0.6.1
github.com/werf/nelm v0.0.0-20250115100933-1e7d885a38a2
github.com/werf/nelm v0.0.0-20250115162602-d9b185b9fca7
github.com/werf/nelm-for-werf-helm v0.0.0-20241217155925-b0e6734d1dbf
go.opentelemetry.io/otel v1.24.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1443,8 +1443,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-20250115100933-1e7d885a38a2 h1:FA+xFZrNgwhPhYSPYx0KdKk2Zasc3qXQ3k8SAJqmzEw=
github.com/werf/nelm v0.0.0-20250115100933-1e7d885a38a2/go.mod h1:wfL7tGViv9kKBik2dDV9a7fgG/ZMmb4Ke3T0k30zkkQ=
github.com/werf/nelm v0.0.0-20250115162602-d9b185b9fca7 h1:0kxaMJPwB07vrjMn1lomwEqpzCrP4fMwZe6sw8xI56k=
github.com/werf/nelm v0.0.0-20250115162602-d9b185b9fca7/go.mod h1:wfL7tGViv9kKBik2dDV9a7fgG/ZMmb4Ke3T0k30zkkQ=
github.com/werf/nelm-for-werf-helm v0.0.0-20241217155925-b0e6734d1dbf h1:K51qz209c1yJgKzPw8AeS72T21F/ACp0VI3RJvT4THA=
github.com/werf/nelm-for-werf-helm v0.0.0-20241217155925-b0e6734d1dbf/go.mod h1:7RJXSGPKKPEvfPqrTwNA8jT7y52O0ebwhSbSn29ESMA=
github.com/xanzy/go-gitlab v0.31.0/go.mod h1:sPLojNBn68fMUWSxIJtdVVIP8uSBYqesTfDUseX11Ug=
Expand Down

0 comments on commit bf4e709

Please sign in to comment.