Skip to content

Commit

Permalink
fix(deploy): LastError empty in logs on failures for some resources
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 Jan 16, 2025
1 parent 99fd230 commit de25dcd
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 @@ -63,7 +63,7 @@ require (
github.com/werf/3p-helm-for-werf-helm v0.0.0-20241217155820-089f92cd5c9d
github.com/werf/common-go v0.0.0-20250115100423-863829c6587b
github.com/werf/copy-recurse v0.2.7
github.com/werf/kubedog v0.12.4-0.20250115183832-327b5aa93881
github.com/werf/kubedog v0.12.4-0.20250116104008-5e04e7ee865a
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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1435,8 +1435,8 @@ github.com/werf/common-go v0.0.0-20250115100423-863829c6587b h1:ft7Yse9RtV2SJTVb
github.com/werf/common-go v0.0.0-20250115100423-863829c6587b/go.mod h1:7pkHNfgZ2wvdwcMWCuDjdkY7iR3mIX5snYwbd1Iu7T4=
github.com/werf/copy-recurse v0.2.7 h1:3FTOarbJ9uhFLi75oeUCioK9zxZwuV7o28kuUBPDZPM=
github.com/werf/copy-recurse v0.2.7/go.mod h1:6Ypb+qN+hRBJgoCgEkX1vpbqcQ+8q69BQ3hi8s8Y6Qc=
github.com/werf/kubedog v0.12.4-0.20250115183832-327b5aa93881 h1:7rg/vPJErCFwaHcATu9QucfsaMw4YJHbt8yfaYiq1GY=
github.com/werf/kubedog v0.12.4-0.20250115183832-327b5aa93881/go.mod h1:Y6pesrIN5uhFKqmHnHSoeW4jmVyZlWPFWv5SjB0rUPg=
github.com/werf/kubedog v0.12.4-0.20250116104008-5e04e7ee865a h1:0e1cpPCNOLzH973g23se5HK39WMJFnj1NxaHgP2rofM=
github.com/werf/kubedog v0.12.4-0.20250116104008-5e04e7ee865a/go.mod h1:Y6pesrIN5uhFKqmHnHSoeW4jmVyZlWPFWv5SjB0rUPg=
github.com/werf/kubedog-for-werf-helm v0.0.0-20241217155728-9d45c48b82b6 h1:lpgQPTCp+wNJfTqJWtR6A5gRA4e4m/eRJFV7V18XCoA=
github.com/werf/kubedog-for-werf-helm v0.0.0-20241217155728-9d45c48b82b6/go.mod h1:PA9xGVKX9Il6sCgvPrcB3/FahRme3bXRz4BuylvAssc=
github.com/werf/lockgate v0.1.1 h1:S400JFYjtWfE4i4LY9FA8zx0fMdfui9DPrBiTciCrx4=
Expand Down

0 comments on commit de25dcd

Please sign in to comment.