Anton Troshin
16cc1d1b59
Fix downgrade stuck ( #1501 )
...
* Fix goroutine channel leaks and ensure proper cleanup in tests
Signed-off-by: Anton Troshin <anton@diagrid.io>
* Add artificial delay before deleting scheduler pods during downgrade
Signed-off-by: Anton Troshin <anton@diagrid.io>
* Add timeout to helm upgrade tests, they are being stuck sometime for 5+ minutes
Signed-off-by: Anton Troshin <anton@diagrid.io>
* bump helm.sh/helm/v3 to v3.17.1
Signed-off-by: Anton Troshin <anton@diagrid.io>
---------
Signed-off-by: Anton Troshin <anton@diagrid.io>
2025-03-12 18:27:40 -07:00
Mike Nguyen
4c1c26f2b6
release: test upgrade/downgrade for 1.13/1.14/1.15 + mariner ( #1491 )
...
* release: test upgrade/downgrade for 1.13/1.14/1.15 + mariner
Signed-off-by: Mike Nguyen <hey@mike.ee>
* fix: version skews
Co-authored-by: Anton Troshin <troll.sic@gmail.com>
Signed-off-by: Mike Nguyen <hey@mike.ee>
* Update tests/e2e/upgrade/upgrade_test.go
Accepted
Co-authored-by: Anton Troshin <troll.sic@gmail.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
* Update tests/e2e/upgrade/upgrade_test.go
Co-authored-by: Anton Troshin <troll.sic@gmail.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
* Fix downgrade issue from 1.15 by deleting previous version scheduler pods
Update 1.15 RC to latest RC.18
Signed-off-by: Anton Troshin <anton@diagrid.io>
* Fix downgrade 1.15 to 1.13 scenario with 0 scheduler pods
Signed-off-by: Anton Troshin <anton@diagrid.io>
* increase update test timeout to 60m and update latest version to 1.15
Signed-off-by: Anton Troshin <anton@diagrid.io>
* fix httpendpoint tests cleanup and checks
Signed-off-by: Anton Troshin <anton@diagrid.io>
* make sure matrix runs appropriate tests, every matrix ran the same tests
Signed-off-by: Anton Troshin <anton@diagrid.io>
* skip TestKubernetesRunFile on HA
Signed-off-by: Anton Troshin <anton@diagrid.io>
* fix skip TestKubernetesRunFile on HA
Signed-off-by: Anton Troshin <anton@diagrid.io>
* update to latest dapr 1.15.2
Signed-off-by: Anton Troshin <anton@diagrid.io>
* add logs when waiting for pod deletion
Signed-off-by: Anton Troshin <anton@diagrid.io>
---------
Signed-off-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Signed-off-by: Anton Troshin <anton@diagrid.io>
Co-authored-by: Anton Troshin <anton@diagrid.io>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Anton Troshin <troll.sic@gmail.com>
2025-03-05 17:19:56 -08:00
Anton Troshin
6c9bcc6dcf
Fix dapr upgrade command incorrectly detecting HA mode for new version 1.15 ( #1494 )
...
* Fix dapr upgrade command detecting HA mode for new version 1.15
The issue is that the scheduler by default uses 3 replicas, which incorrectly identified non-HA install as HA.
Signed-off-by: Anton Troshin <anton@diagrid.io>
* Fix e2e
Signed-off-by: Anton Troshin <anton@diagrid.io>
---------
Signed-off-by: Anton Troshin <anton@diagrid.io>
2025-02-26 10:08:12 -08:00
Anton Troshin
a968b18f08
Fix daprsystem configuration retrieval when renewing certificates ( #1486 )
...
The issue found when similar resource were installed in k8s that use the name "configurations".
In this case the knative's "configurations.serving.knative.dev/v1" was the last in the list and the command returned the error
`Error from server (NotFound): configurations.serving.knative.dev "daprsystem" not found`
Signed-off-by: Anton Troshin <anton@diagrid.io>
2025-02-14 17:49:29 -08:00
Yaron Schneider
ac6822ea69
Remove deprecated flags ( #1482 )
...
* remove deprecated flags
Signed-off-by: yaron2 <schneider.yaron@live.com>
* update Dapr version in tests
Signed-off-by: yaron2 <schneider.yaron@live.com>
---------
Signed-off-by: yaron2 <schneider.yaron@live.com>
2025-02-03 13:27:22 -08:00
Anton Troshin
17f4785906
Update dependencies, Go version and address CVEs ( #1474 )
...
* Update dependencies, Go version and address CVEs
Signed-off-by: Anton Troshin <anton@diagrid.io>
* update golangci-lint version and list of disabled linters form dapr/dapr
Signed-off-by: Anton Troshin <anton@diagrid.io>
* adjust golangci-lint settings and fix lint issues
Signed-off-by: Anton Troshin <anton@diagrid.io>
* fix test
Signed-off-by: Anton Troshin <anton@diagrid.io>
---------
Signed-off-by: Anton Troshin <anton@diagrid.io>
2025-01-09 14:16:44 -08:00
Filinto Duran
efe1d6c1e2
add image pull policy ( #1462 )
...
* add image pull policy
Signed-off-by: Filinto Duran <filinto@diagrid.io>
* add allowed values
Signed-off-by: Filinto Duran <filinto@diagrid.io>
* feedback refactor allowed values name
Signed-off-by: Filinto Duran <filinto@diagrid.io>
* add unit tests
Signed-off-by: Filinto Duran <filinto@diagrid.io>
* lint
Signed-off-by: Filinto Duran <filinto@diagrid.io>
* lint
Signed-off-by: Filinto Duran <filinto@diagrid.io>
* more lint
Signed-off-by: Filinto Duran <filinto@diagrid.io>
* more lint
Signed-off-by: Filinto Duran <filinto@diagrid.io>
---------
Signed-off-by: Filinto Duran <filinto@diagrid.io>
Co-authored-by: Anton Troshin <anton@diagrid.io>
Co-authored-by: Mike Nguyen <hey@mike.ee>
2025-01-07 09:09:00 -08:00
Yaron Schneider
027f5da3e1
update redis version ( #1439 )
...
Signed-off-by: yaron2 <schneider.yaron@live.com>
2024-07-25 09:58:14 -07:00
Yaron Schneider
fecf47d752
pin bitnami chart version for redis ( #1437 )
...
Signed-off-by: yaron2 <schneider.yaron@live.com>
2024-07-23 15:49:14 -07:00
Anton Troshin
ad67ce58c4
Add dapr scheduler server to the status command ( #1434 )
...
Signed-off-by: Anton Troshin <anton@diagrid.io>
2024-07-22 16:38:06 -07:00
Mike Nguyen
ed0d3af2d0
fix: scheduler host address passed to runtime ( #1421 )
...
* fix: scheduler host address passed to runtime
Signed-off-by: mikeee <hey@mike.ee>
* fix: scheduler client stream initialised for 1.14<
Signed-off-by: mikeee <hey@mike.ee>
* fix: modify scheduler host address validation
if the scheduler container is not active, the scheduler flag will
not be passed to the runtime
Signed-off-by: mikeee <hey@mike.ee>
* fix: lint and refactor
Signed-off-by: mikeee <hey@mike.ee>
---------
Signed-off-by: mikeee <hey@mike.ee>
2024-07-10 09:37:34 -07:00
Josh van Leeuwen
619cd9cd84
Update dependencies for v1.13.0-rc.6 release ( #1383 )
...
* Update dependencies for v1.13.0-rc.1 release
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update tests/e2e/upgrade/upgrade_test.go
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* Update github.com/dapr/go-sdk to v1.9.1
Signed-off-by: joshvanl <me@joshvanl.dev>
* Ping go-sdk to joshvanl main fork
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update and fix e2e tests in standalone mode
Signed-off-by: joshvanl <me@joshvanl.dev>
* Set correct rc version
Signed-off-by: joshvanl <me@joshvanl.dev>
* Revert go.mod to keep requires for kube & docker auth
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update dapr/dapr to v1.13.0-rc.2
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update to use rc to 2
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update github.com/dapr/go-sdk to main
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update to 1.13.0-rc.6
Signed-off-by: joshvanl <me@joshvanl.dev>
* Fix func name call
Signed-off-by: joshvanl <me@joshvanl.dev>
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2024-02-16 11:37:37 -08:00
Luis Rascão
50e1dffec0
Fix flaky upgrade test ( #1368 )
...
* Fix flaky upgrade test
Signed-off-by: Luis Rascao <luis.rascao@gmail.com>
* fixup! Fix flaky upgrade test
Signed-off-by: Luis Rascao <luis.rascao@gmail.com>
---------
Signed-off-by: Luis Rascao <luis.rascao@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2024-01-23 15:25:30 +05:30
Mukundan Sundararajan
f5eb4fda6c
fix upload artifact name conflict ( #1373 )
...
* fix upload test report name
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix linter errors
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix upload artifacts version and name conflicts
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix typo
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix typo
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
---------
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2024-01-18 02:07:09 -08:00
Mukundan Sundararajan
df8f242fc8
add appconfig default config for dev mode multi-app run k8s ( #1352 )
...
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-03 17:34:40 +05:30
Josh van Leeuwen
0c99afb4db
Updates dapr/dapr to v1.12 ( #1342 )
...
* Updates the Dapr version to v1.12.0-rc.1
Signed-off-by: joshvanl <me@joshvanl.dev>
* Use correct rc tag name
Signed-off-by: joshvanl <me@joshvanl.dev>
* Fix string match on `HTTP server is running on port x`
Signed-off-by: joshvanl <me@joshvanl.dev>
* Fix error string check for `internal gRPC server`
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update dapr/dapr to 1.12.0-rc.3
Signed-off-by: joshvanl <me@joshvanl.dev>
* Rolling restart the sidecar injector during a restart
Signed-off-by: joshvanl <me@joshvanl.dev>
* Linting
Signed-off-by: joshvanl <me@joshvanl.dev>
* Fix string matching on dapr app output logs
Signed-off-by: joshvanl <me@joshvanl.dev>
* Increase e2e tests `20m` -> `25m`
Signed-off-by: joshvanl <me@joshvanl.dev>
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-09-20 18:19:32 +05:30
Mukundan Sundararajan
41f324016e
adding e2e test for multi app run k8s ( #1336 )
...
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-09-04 20:28:08 +05:30
Mukundan Sundararajan
a15a3eb856
Initial implementation of multi app run for Kubernetes Dev ( #1333 )
...
* initial commit for multi-app run k8s impl
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix import
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* move runfileconfig
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* add protobuf conflict warn env
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* Add pubsub component. Check before component creation.
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix e2e
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix e2e
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix e2e
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* address review comments.
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
---------
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-09-04 08:42:58 +05:30
Shubham Sharma
2a50c8b59a
Prepare for release ( #1309 )
...
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-06-09 21:08:44 -07:00
Yaron Schneider
fae95a44f0
update to 1.11.0-rc.9 ( #1305 )
...
Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-06-07 18:36:27 -07:00
Mukundan Sundararajan
ce97fe0d4b
update to use latest runtime rc.6 ( #1298 )
...
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-05-31 18:17:55 +05:30
Pravin Pushkar
a59826c0a2
Pinning runtime to 1.11.0-rc.4 ( #1284 )
...
* Pinning runtime to 1.11.0-rc.1
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* dashboard release fix
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Fix few more E2E tests failures
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* dashboard version fix on init
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Handle upgrade with dashboard.
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
* fixing modtidy
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* export IsDashboardIncluded to be used in E2E
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* update to use rc.4 version of runtime
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
---------
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Artur Souza <asouza.pro@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-05-25 15:23:28 +05:30
Sam
337eab4079
fix(build): add httpendpoint resource ( #1285 )
...
Signed-off-by: Samantha Coyle <sam@diagrid.io>
2023-05-19 10:08:32 -07:00
Artur Souza
81fd09b7d1
Installs,uninstalls,upgrade dapr-dashboard separately when applicable. ( #1272 )
...
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-04-24 14:05:44 +05:30
Pravin Pushkar
5e3546a351
Init with custom cert ( #1249 )
...
* Init with custom cert
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* review comments
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* remove key file
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>
2023-03-02 13:31:13 +05:30
Pravin Pushkar
38c8f106df
update dapr to 1.10.0-rc.2 ( #1201 )
...
* rc.2 changes
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* added test for obfuscation
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
---------
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2023-02-02 01:40:55 -08:00
Pravin Pushkar
17efdfd4a4
update dapr runtime to 1.10..0-rc.1 ( #1194 )
...
* update dapr runtime to 1.10..0-rc.1
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* fix failure due to runtime changes
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* fix tests failure
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* fix import in e2e tests. remove unnecessary uninstall steps
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>
2023-01-31 21:51:57 +05:30
Mukundan Sundararajan
36893d9483
Add capability to run to support `-f` flag ( #1161 )
...
* refactor run into functions
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* renamed Apps struct as App
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* redirect logs to files. set informational logs. set command dirs
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix linter errors
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix e2e test on non-existent resources-path
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* more fixes
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix merge conflict
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* set default ports for zero values
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* fix linter errors
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* add more details in error, fix logs in run -f
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* address review comments
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* address review comments
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
* add more fixes in template run based on e2e tests
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-01-20 08:17:34 -08:00
Shubham Sharma
b51eda4876
Make JSON and YAML output consistent across `list`, `components`, and `configurations` commands ( #1172 )
...
* Fix formatting
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Update UT
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Update UT
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Update E2E
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-01-19 23:23:31 -08:00
Pravin Pushkar
63f14c36f9
mariner renew-certificate fix ( #1139 )
...
* mariner renew-certificate fix
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* added UT and E2E test
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* lint fix
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Update cmd/renew_certificate.go
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* address review commnets
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* lint fix
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* trigger pr checks
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Update utils/utils_test.go
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Update utils/utils_test.go
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Update pkg/kubernetes/renew_certificate.go
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* added inline comments
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* trigger pr checks
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* adding usage doc
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-12-07 18:14:10 +05:30
Yao Yao
8a0936af9f
About dapr upgrade ( #1118 )
2022-12-06 09:55:42 +05:30
Pravin Pushkar
544c1d788a
fix getting control plane version ( #1116 )
...
* fix getting version
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* changing method to LastIndex
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* refactor UTs and adding additional UT
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* fix lint
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* comments and prints
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* fix lint
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* review comments
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* re-trigger or check
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* disable foss test
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-11-23 14:40:28 +05:30
Shivam Kumar
3093641fcb
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 13:34:09 +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
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
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
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
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
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
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
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
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
Joni Collinge
0630996fb4
Add dapr annotate command ( #873 )
...
* Add dapr inject command
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* Add additional opts
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* Update comment regarding injection
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* fix some linting issues (more to go)
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* use existing const in tests
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* fix some more linting
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* fix some more linting
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* udpate tests
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* udpate tests
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* add option to run against a URL
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* refactor cmd/inject.go slightly
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* update example text
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* autogenerate appid if not present
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* Update comment
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* Add support for target namespace
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* Update comment
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* Add warning about app id generation to usage
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* fix linting issues
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* rename inject to annotate
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* go mod tidy
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* fix lint
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* update --help URL
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
* add README.md seciton
Signed-off-by: Joni Collinge <jonathancollinge@live.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2022-06-02 08:00:16 -07:00
Pravin Pushkar
8e9c675bf6
Fix for panic during upgrade of edge version dapr ( #983 )
...
* Fix for panic during upgrade of edge version dapr
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* change console log message
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2022-06-01 09:47:32 -07:00
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