Commit Graph

708 Commits

Author SHA1 Message Date
Shivam Kumar 1b0d63f816
fix kubernetes init to pick correct runtime version (#1103)
Signed-off-by: shivam <shivamkm07@gmail.com>

Signed-off-by: shivam <shivamkm07@gmail.com>
2022-10-14 00:31:27 -07:00
Artur Souza eb1dd68a42
Release 1.9 (#1100)
Signed-off-by: Artur Souza <artursouza.ms@outlook.com>

Signed-off-by: Artur Souza <artursouza.ms@outlook.com>
2022-10-13 14:12:07 -07:00
Shubham Sharma 07cf0553dc
Validate and limit container runtime configuration in init and uninstall commands (#1099)
* Limit container runtime

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Lint

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update docs for container runtime flag

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Add uninstall e2e test

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update uninstallcmd

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Fix skip in e2e

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-10-12 02:47:41 -07:00
Pravin Pushkar 1d0a566a45
Delete remove image logic from uninstall (#1095)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-10-11 03:01:09 -07:00
Pravin Pushkar 1a3e5d511e
Update redis image to redis:6 (#1096) 2022-10-11 14:30:42 +05:30
Mukundan Sundararajan e2f7e262f1
fix dashboard scheme. fix linter issue (#1092) 2022-10-11 13:15:55 +05:30
Shubham Sharma 8d79ef13ec
Nit: appHealthEnabled => enableAppHealth (#1087)
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-10-09 23:21:34 -07:00
Pravin Pushkar 5785c1b59b
Update Dapr RC to 1.9.0-rc.5 (#1086)
* Update Dapr RC to 1.9.0-rc.5

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

* update dashboard depenedency to v0.11.0-rc.1

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

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-10-09 22:44:52 -07:00
Alessandro (Ale) Segala 657310541a
Add flags for app health checks (#1083)
* Add flags for app health checks

Fixes #1082

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Added tests

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* 💄

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Update pkg/standalone/run_test.go

Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Update pkg/standalone/run_test.go

Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* fix go version to 1.19.2

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

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-10-09 21:59:18 -07:00
Shivam Kumar 8bdd4893d3
MSI Installer Fixes (#1081) 2022-10-06 10:31:52 +05:30
Mukundan Sundararajan 1d92a12aac
Remove plug comp crd init. Move to latest commit in go-sdk. (#1075)
* remove pluggable comps CRD init. move to latest commit in go-sdk for test.

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

* update to rc3 runtime

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

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-10-03 00:22:39 -07:00
Pravin Pushkar 17be9d19ca
upgrade runtime to 1.9.0.-rc.1 and add pluggable comp crd (#1072)
* upgrade runtime to 1.9.0.-rc.1 and add pluggable comp crd

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

* changing sidecar.patchoperation from injector.patchoperation

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

* add the new configs added in 1.9 to the config tests

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

* lint fix upgradte_test.go

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

* downgrade go-sdk

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

* Fix api loggin test breaking due to useragent addition

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

* added temporary replace for go-sdk

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

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-09-30 03:49:28 -07:00
LiuFeng 3bf4b5ef73
Feat/dashboard supports random port (#874) 2022-09-30 09:48:41 +05:30
Shivam Kumar 80f7bee58c
MSI Installer for CLI (#1065)
* Adding wix files

Signed-off-by: shivamkm07 <shivamkm07@gmail.com>

* Adding msi build in workflow

Signed-off-by: shivamkm07 <shivamkm07@gmail.com>

* Updating .gitignore

Signed-off-by: shivam <shivamkm07@gmail.com>

* Updating Readme

Signed-off-by: shivam <shivamkm07@gmail.com>

* Updating Product/Manufacturer Name

Signed-off-by: shivam <shivamkm07@gmail.com>

* Removed unncessary whitespace

Signed-off-by: shivam <shivamkm07@gmail.com>

Signed-off-by: shivamkm07 <shivamkm07@gmail.com>
Signed-off-by: shivam <shivamkm07@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-09-22 01:27:16 -07:00
Mukundan Sundararajan 9e07fcd066
fix e2e workflow and upgrade e2e kind versions (#1071) 2022-09-22 11:34:11 +05:30
Mukundan Sundararajan 84ccc59fbe
update kind k8s version to latest (#1069)
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-09-19 01:56:17 -07:00
Pravin Pushkar 57d54866dd
upgrade go version (#1062)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-09-18 21:33:54 -07:00
Pravin Pushkar fc52fc12d0
Fix vuln go dep (#1063)
* Fix vuln go dep

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

* adding workflow step to run vuln check

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

* run vuln check only for linux amd64

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

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-09-09 01:34:57 +05:30
dependabot[bot] f58136ed70
Bump helm.sh/helm/v3 from 3.8.1 to 3.9.4 (#1055)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.8.1 to 3.9.4.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.8.1...v3.9.4)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-07 01:18:20 -07:00
Shivam Kumar f790c2f2df
Adding mariner image in Readme (#1054)
Signed-off-by: shivam <shivamkm07@gmail.com>

Signed-off-by: shivam <shivamkm07@gmail.com>
2022-08-26 14:26:42 +05:30
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
Lichmaker eaca34bc0d
use ProxyFromEnvironment in downloadFile method (#1048)
Signed-off-by: wuguozhang <wuguozhang@cyg.com>

Format code correctly

Signed-off-by: wuguozhang <wuguozhang@cyg.com>

Signed-off-by: wuguozhang <wuguozhang@cyg.com>
Co-authored-by: wuguozhang <wuguozhang@cyg.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-08-25 13:52:15 +05:30
Shivam Kumar 792eae132d
Adding mariner support in dapr init (#1029)
* Adding image-variant flag in self-hosted mode

Signed-off-by: shivam <shivamkm07@gmail.com>

* Adding image-variant in kubernetes init

Signed-off-by: shivam <shivamkm07@gmail.com>

* Adding image-variant in dapr upgrade

Signed-off-by: shivam <shivamkm07@gmail.com>

* e2e test for standalone mariner init

Signed-off-by: shivam <shivamkm07@gmail.com>

* Incorporating comments

Signed-off-by: shivam <shivamkm07@gmail.com>

* Reducing code duplicacy

Signed-off-by: shivam <shivamkm07@gmail.com>

* Formatting change

Signed-off-by: shivam <shivamkm07@gmail.com>

* Adding e2e tests for kubernetes init

Signed-off-by: shivam <shivamkm07@gmail.com>

* e2e test for upgrade

Signed-off-by: shivam <shivamkm07@gmail.com>

* Fixing linter error

Signed-off-by: shivam <shivamkm07@gmail.com>

* fix linter errors

Signed-off-by: shivam <shivamkm07@gmail.com>

* Uncommenting upgrade tsts

Signed-off-by: shivam <shivamkm07@gmail.com>

Signed-off-by: shivam <shivamkm07@gmail.com>
2022-08-25 11:14:11 +05:30
Pravin Pushkar 5a28708a12
feature/podman: Updating dapr cli to allow different container runtime (#1041)
* feature/podman: Updating dapr cli to allow providing of container
runtime.

- Ability to provide docker or podman runtime for init and uninstall commands
  by passing along the --container-runtime flag with values docker or
  podman.

Signed-off-by: Martin <7595909+martin-bucinskas@users.noreply.github.com>

* feature/podman: Updating install message to use the runtime environment

Signed-off-by: Martin <7595909+martin-bucinskas@users.noreply.github.com>

* feature/podman: Fixing linting issues.

- Fixing go lint issues by running gofumpt and gofmt.

Signed-off-by: Martin <7595909+martin-bucinskas@users.noreply.github.com>

* Correcting rebase

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

* use podman for macos tests

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

* setting env

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

* adding docker host

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

* Change step title and remove docker host

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

* code cleanup

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

* install podman mac helper

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

* fix review comments

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

* Refactor use of global varibale

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

* matrix added for slim and complete  mode

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

* correcting worflow expression

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

* refactor uninstall code

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

* separate uninstall test for slim and complete mode

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

Signed-off-by: Martin <7595909+martin-bucinskas@users.noreply.github.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Martin <7595909+martin-bucinskas@users.noreply.github.com>
2022-08-23 21:30:50 +05:30
yellow chicks d22950672c
optimize/upgrade: dashboard maybe not in dapr-system (#817)
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-08-12 06:36:47 -07:00
Yaron Schneider a9a03edf1c
Update redis version to redis 6 (#1045)
* update redis version to redis 6

Signed-off-by: yaron2 <schneider.yaron@live.com>

* update test

Signed-off-by: yaron2 <schneider.yaron@live.com>

Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-08-11 11:11:08 -07:00
Shubham Sharma f6465c097d
Refactor standalone e2e and add support for Windows runner (#1036) 2022-08-11 11:37:34 +05:30
Pravin Pushkar c14bd7b7c0
Pinning macos to 10.15 (#1042)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-08-09 15:19:58 +05:30
Shubham Sharma f7e2b5f7ef
Make internal-grpc-port option configurable (#1040)
* Added internal-grpc-port to standalone run options

Signed-off-by: Jigar R Gandhi <jigarr.gandhi@gmail.com>

* Use lib for freeport and accept cmdline args

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Add validate logic for port

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Add e2e test

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

Co-authored-by: Jigar R Gandhi <jigarr.gandhi@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-08-09 13:47:11 +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
yellow chicks 68f8325360
feature/helmchart: supported private helm chart repo to install dapr cluster (#895)
* feature/helmchart: supported private helm chart repo to install dapr cluster

Signed-off-by: 1046102779 <seachen@tencent.com>

* feature/helmchart: supported private helm chart repo to install dapr cluster

Signed-off-by: 1046102779 <seachen@tencent.com>

* feature/helmchart: supported private helm chart repo to install dapr cluster

Signed-off-by: 1046102779 <seachen@tencent.com>

* feature/helmchart: supported private helm chart repo to install dapr cluster

Signed-off-by: 1046102779 <seachen@tencent.com>

* feature/helmchart: supported private helm chart repo to install dapr cluster

Signed-off-by: 1046102779 <seachen@tencent.com>

* feature: add a private helm repo for dapr

Signed-off-by: 1046102779 <seachen@tencent.com>

Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-08-02 15:23:29 +05:30
Huei Feng 6e366cd24b
Modify path DaprRoot add the SystemDrive environment variable (#989)
* Modify path DaprRoot add the SystemDrive environment variable

Signed-off-by: HueiFeng <695979933@qq.com>
Signed-off-by: hueifeng <695979933@qq.com>

* Update installdaprwin.yml

Signed-off-by: hueifeng <695979933@qq.com>

* Update README.md

Signed-off-by: hueifeng <695979933@qq.com>

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-08-01 22:37:33 -07:00
Shubham Sharma 9c8de2ca96
Update dapr list to include independent daprd instances (#1000)
* Update list

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update Daprd PID variable name

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update build and add e2e tests

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Fix lint

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Retrigger tests

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Run e2e stop on Windows as well

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Revert E2E stop test for Windows

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-08-01 22:03:05 -07:00
Shubham Sharma 6d3026b0cc
Add --metadata flag to dapr publish (#1033)
* Add --metadata flag

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Add e2e test

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Revert test comments

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update go-sdk version for e2e test

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Fix tests

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* 💄

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Run go mod tidy

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-07-29 19:10:32 +05:30
Huei Feng 037236ac16
Behavior of dapr uninstall -k and dapr uninstall is different when dapr not installed (#999) 2022-07-22 14:40:36 +05:30
XU c931179636
Support multiple kubeconfigs (#995)
* Support multiple kubeconfigs

Signed-off-by: XU <qqbuby@gmail.com>

* Delete unused homeDir()

Signed-off-by: XU <qqbuby@gmail.com>

* Set overrides as nil to fix linter error

Signed-off-by: XU <qqbuby@gmail.com>

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-07-12 22:53:55 -07:00
Pravin Pushkar 747dc3f7ae
update runtime version and dev container version (#1024)
Signed-off-by: Pravin <ppushkar@microsoft.com>
2022-07-11 23:36:44 -07:00
Mukundan Sundararajan 1303b97e42
Merge pull request #1022 from pravinpushkar/merge_rel_1.8_master
Merge rel 1.8 master
2022-07-08 10:56:45 +05:30
Shubham Sharma abb267057c
Add new annotations to annotate command (#1020)
* Add new annotations

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Fix lint

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-07-05 09:31:24 -07:00
Pravin Pushkar 076d7b6d19
Update runtime to RC.5 (#1019)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-07-05 13:36:53 +05:30
Joni Collinge 992b493073
require -k flag to target kubernetes for annotate command (#1016)
Signed-off-by: Joni Collinge <jonathancollinge@live.com>

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-07-04 21:57:09 -07:00
Mukundan Sundararajan f58c920c6c
Add newline char at end of dapr version output (#1014)
* add newline character at end of output of dapr version cmd

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

* add newline char to dapr --version flag

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

* refactor version template string

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-06-28 08:51:16 -07:00
Pravin Pushkar 23e8b8b6c6
Upgrading runtime to RC.3 (#1011)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-06-24 10:34:14 +05:30
Mukundan Sundararajan 4eb61fe4d0
change runtime version to 1.8.0-rc.2 (#1007)
* dapr runtime 1.8 rc

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

* add opentelemetry replace

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

* update to rc.2

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-06-22 22:33:51 +05:30
Shivam Kumar b12645011f
Fixing airgap init (#1008)
Signed-off-by: shivam <shivamkm07@gmail.com>
2022-06-22 12:57:26 +05:30
Mukundan Sundararajan a7c748d2ce
Fix CRD handling for upgrades and removals (#977) (#1006)
* Fix CRD handling for upgrades and removals

Signed-off-by: yaron2 <schneider.yaron@live.com>

* nolint

Signed-off-by: yaron2 <schneider.yaron@live.com>

* linter, fix crd name

Signed-off-by: yaron2 <schneider.yaron@live.com>

Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2022-06-21 21:35:57 -07:00
Huei Feng 8d8a81783e
Add timeout to HTTP call in downloadFile method (#994)
* Add timeout to HTTP call in downloadFile method

Signed-off-by: HueiFeng <695979933@qq.com>

* added downloadfile Bytes Recv

Signed-off-by: HueiFeng <695979933@qq.com>

* add copyWithTimeout

Signed-off-by: HueiFeng <695979933@qq.com>

* add copyright to copyWithTimeout

Signed-off-by: HueiFeng <695979933@qq.com>

* fix lint

Signed-off-by: HueiFeng <695979933@qq.com>

* add //nolint:exhaustruct

Signed-off-by: HueiFeng <695979933@qq.com>

* update // nolint:exhaustruct

Signed-off-by: HueiFeng <695979933@qq.com>

* update nolint

Signed-off-by: HueiFeng <695979933@qq.com>

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-06-22 10:05:02 +05:30
Mukundan Sundararajan 6a24d54527
fix linter issues (#1005)
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-06-21 21:20:26 -07:00
Pravin Pushkar 9905129bfe
Dapr init for ghcr and private reg changes in k8s mode (#984)
* Dapr init for ghcr and private reg changes in k8s mode

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

* some refactoring

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

* Upgrade command

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

* Tests Modify

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

* Update cmd/init.go with updated preview message

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* removing extra spaces

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

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-06-22 09:11:04 +05:30
Pravin Pushkar 871e449957
Refactoring renew certificate method (#988)
* refactor renew certificate method

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

* Updte go.mod to point to specific dapr commit hash

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

Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-06-21 11:10:03 +05:30