Commit Graph

14 Commits

Author SHA1 Message Date
Mukundan Sundararajan 65855d5aa0
Upgrade linter to 1.49.0 (#1051)
* Upgrade linter to 1.49.0

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* fix linter error

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-08-25 16:58:54 +05:30
qiangmzsx f8b48c2a8a
Removing the use of the ioutil package (#1037)
Signed-off-by: qiangmzsx <qiangmzsx@gmail.com>
2022-08-07 17:30:20 +05:30
Pravin Pushkar 1331e29eca
Do not allow mixing of flags in renew cert (#947)
* Do not allow mixing of flags in renew cert

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Review comments fixes

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* check cert loaded in mtls expiry

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-04-01 21:38:53 +05:30
tanvigour 050eb553f2
Go linter upgrade to 1.44.2 (#908)
* Go linter upgrade to 1.44

Signed-off-by: tanvigour <tanvi.gour@gmail.com>

* remove old excludes and address new ones

Signed-off-by: tanvigour <tanvi.gour@gmail.com>
2022-03-07 13:18:48 +05:30
Pravin Pushkar 34353a27e2
Include certificate expiry check in all kubernetes commands (#899)
* Include certificate expiry check in all kubernetes commands

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Using PostRun from Cobra and fixing review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Modifying logging for error on certificate check

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Fixing review comments

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Fixing string messages

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-02-25 13:43:08 +05:30
Dmitry Shmulevich 0f9d0d3a89
replaced license headers (#855)
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-10 08:09:09 +05:30
Phil Kedy 10197aa63b Tweaks per PR review 2021-07-14 18:06:59 -04:00
Phil Kedy 9e7b9cbd2a Tweaks per PR review 2021-07-14 18:03:55 -04:00
Phil Kedy 9af88dfbde Adding tests for `dapr uninstall -k --all` 2021-07-14 17:05:16 -04:00
Yaron Schneider 1cb3db14d1
update helm and k8s packages (#564) 2020-12-16 17:05:10 -08:00
Mukundan Sundararajan 24ca35d78b
Upgrade to linter v1.31.0 (#447)
* Upgrade to linter v1.30.0

* Remove --fix from lint

* Fix linter issues

* use golang-ci lint action

* Fix linter version

* add linter patch version

* remove linter patch version
2020-10-07 17:24:12 -07:00
Yaron Schneider 294fa19a20
Add root cert expiry check command (#434)
* add root cert expiry check command

* fix helm repo url
2020-08-13 18:08:34 -07:00
Yaron Schneider 155db36c7a
Add certificate export command (#431)
* add certificate export command

* fix linter

* remove redundant binary

* added break

* added comment
2020-08-12 17:19:41 -07:00
Yaron Schneider 2bc0f0aeda
Add mtls info command, bump dapr version (#243)
* add mtls info command, bump dapr version

* update configurations cmd with mtls
2020-02-04 09:06:25 -08:00