Releases: eclipse-symphony/symphony
Releases · eclipse-symphony/symphony
Release 0.48-exp.34
ready for temp build
Release 0.48.32
Release 0.48.31
Standalone agent fixes (#478) * mqtt fixes * fix UT, restore metrics * update doc site from folder * exp build * Bump version to 0.48-exp.29 * remove docs site --------- Signed-off-by: Haishi2016 <hbai@microsoft.com> Co-authored-by: Jiawei Du <59427055+msftcoderdjw@users.noreply.github.com> Co-authored-by: eclipse-symphoy-bot <symphony-bot@eclipse.org>
Release 0.48.30
Release 0.48.30 marks the first monthly release of Symphony. This update brings numerous reliability and scalability fixes, along with enhancements in observability, status reporting, and documentation, among other areas. We extend our gratitude to new contributors and look forward to seeing more contributions and use cases from the community.
What's Changed
- Redis pubsub improvement by @RemindD in #339
- add azurename annotation by @iwangjintian in #357
- Reduce code and fix webhook cache latency by @FireDefend in #361
- Move containers into separate files by @FireDefend in #369
- Redis persistent volume by @RemindD in #362
- Support schema reference in Catalog by @LeiQL in #373
- Pubsub stop retry for nonretriable errors and add max retry count in memory&redis pubsub by @RemindD in #365
- Add test case for Samples/hello world by @linyguo in #376
- Fix input getting problem by setting content type by @lirenjie95 in #380
- Log stage history in ActivationStatus by @RemindD in #354
- Change appendonly config for redis by @RemindD in #387
- Config change for Activation cleanup manager by @RemindD in #363
- Add a config for unique display name check for solution by @FireDefend in #370
- Add test case for staged target sample by @linyguo in #386
- Change redis config to be compatible with redis 6.x by @RemindD in #390
- Workflow fixes by @RemindD in #392
- Add k8s secret provider by @iwangjintian in #377
- Add response check after trying to download script. by @lirenjie95 in #379
- Observability improvement by @msftcoderdjw in #371
- refine target provider doc by @yanjiaxin534 in #403
- update deploy IoT Edge device doc by @linyguo in #383
- fix link to target provider docs throughout the book by @theshubhamp in #411
- fix readme command to run symphony via docker by @theshubhamp in #419
- Add Memory String Lock provider by @FireDefend in #388
- Clean up orphaned objects in state provider by @LeiQL in #393
- Common validator and webhook change by @RemindD in #396
- using new tracing for config and secret managers and providers by @iwangjintian in #413
- Add annotation and set namespace for providers.stage.create by @lirenjie95 in #434
- Security fix for docker packages by @RemindD in #410
- add param timeout for helm target provider by @yanjiaxin534 in #435
- DryRun for instance and target by @RemindD in #432
- Add diagnostic resource by @msftcoderdjw in #443
- Remove ACR dependencies in tests by @msftcoderdjw in #442
- Check circular dependency in catalog $config usage by @linyguo in #433
- Log context info in symphony-k8s logs by @msftcoderdjw in #448
- Add trace value in unwinding parent catalogs by @linyguo in #454
- Turn off validation in standalone mode for cross type check by @RemindD in #446
- add parent circular dependency check in catalog validation by @linyguo in #453
- Block campaign update and delete with running activation by @RemindD in #458
- update actions/upload-artifact version from v2 to v4 by @lirenjie95 in #461
- Support parsing nested JSON properties and schema check for nested properties by @linyguo in #398
- Update canary sample for Minikube by @Haishi2016 in #462
- Log lines improvement for workflow and solution deployment and small refactors by @RemindD in #447
- fix broken markdown links by @lirenjie95 in #471
- use str() to convert expression output to string by @Haishi2016 in #470
- add context in evaluation context by @linyguo in #459
- checking if the activation still exist for waitcount = 0 by @lirenjie95 in #460
- Log improvement for Targets by @LeiQL in #452
- Test robustness: wait until activation in running status by @RemindD in #475
- content type change to text/plain + add tests for utils.FormatObject by @lirenjie95 in #468
- Add namespace setup in stage manager by @linyguo in #472
- typo memeory vs memory by @cicorias in #481
- update actions/checkout@v3 -> v4 and actions/setup-go@v3 -> v5 by @lirenjie95 in #483
- check every single catalog instead of getting the list by @lirenjie95 in #469
- Materialize stage provider respects input order by @RemindD in #487
- Fix Duplicate Job Requeuing From K8S Controller by @FireDefend in #436
- Add logs for catalog by @linyguo in #474
- test evaluation expression by @iwangjintian in #425
- added oci username and password auth for helm provider by @iwangjintian in #490
- fix upgrade with error log:cannot re-use a name that is still in use by @yanjiaxin534 in #484
- add test case for property config array merge by @linyguo in #494
- add scenario 10 in scenario 05 by @linyguo in #485
- adding sample and doc for users to utilize $secret to pulling image from private container registry by @iwangjintian in #497
- fix creds in documentation by @iwangjintian in #505
- Set retryCount to 1 by @linyguo in #510
- Portal refresh by @Haishi2016 in #504
- doc update for polling agent, fix #482 by @Haishi2016 in #509
- Use existing storageclass if not specified by @RemindD in #464
- workaround: setup-envtest version set to be 0.19 by @lirenjie95 in #514
- Discover new fields when detecting changes in update case by @msftcoderdjw in #451
- Update not found error message in vendor by @linyguo in #496
- truncate input/output/stagehistory when merging activation stages + remove response header in status outputs by @lirenjie95 in #477
- Add status detail and percent complete in provisioning status by @linyguo in #508
- Add jobid for instance/target by @FireDefend in #511
- add a configure value for cert expire and renew before by @iwangjintian in #522
- Block changing redis.persistentVolume.enabled by @RemindD in #517
- Block solution deployment with old generation by @RemindD in #518
- Rewrite Redis pubsub by @RemindD in #465
- Add Triggers field for activation input by @lirenjie95 in #473
- Fix ProviderOperationLatency issues by @msftcoderdjw in #493
- Log improvements by @iwangjintian in #529
- Bump hcsshim to 0.12.8 by @RemindD in https://github.com/eclipse-symphony/s...
Release 0.48-exp.29
exp build
Release 0.48-exp.28
Merge branch 'experimental' of github.com:eclipse-symphony/symphony i…
Release 0.48-exp.27
fix build
Release 0.48.28
fix k8s hello-k8s sample (#327) * fix k8s hello-k8s sample * fix samples to match with updated api * remove rust provider that was included by mistake * fix two test cases
Release 0.48.27
Use naming convention for versioned resources (#318) * update naming convention for version resources * update samples * update for new case * update samples
Release 0.48.26
suite throw error (#342) Co-authored-by: Jiawei Du <59427055+msftcoderdjw@users.noreply.github.com>