Releases: eclipse-score/reference_integration
Releases · eclipse-score/reference_integration
v0.7.0
What's Changed
- added release and push master trigger and missing workflow_dispatch by @FScholPer in #71
- Add test for feat_req__persistency__multiple_kvs by @igorostrowskiq in #73
- FIT: refactor tests structure by @PiotrKorkus in #74
- implement reusable workflows for module integration testing by @kgraeper in #75
- feat: replace bash integration test script with Python version by @kgraeper in #77
- update known_good to latest mains by @kgraeper in #78
- refactor: streamline disk space management in CI workflow by @AlexanderLanin in #76
- update to latest score_bazel_cpp_toolchains by @kgraeper in #80
- chore: use devcontainer image v1.1.0 and fix ebclfsa workflow by @lurtz in #82
- Adding lifecycle to reference integraion by @MaciejKaszynski in #84
- Images as single module by @pawelrutkaq in #86
- Feature/make latest mains working for 0.6 by @kgraeper in #87
- Integrate simple lifecycle examples by @pawelrutkaq in #89
- Update patches for baselibs and remove deprecated feature flag by @4og in #95
- Revert "Update patches for baselibs and remove deprecated feature flag" by @pawelrutkaq in #98
- Fix pipeline so it can have access to secrets by @pawelrutkaq in #99
- Autosd starter by @odra in #91
- Fix output dir for caching by @pawelrutkaq in #100
- Add supervised rust example app to the lifecycle showcase by @NicolasFussberger in #97
- Quality checks & repository cleanup by @pawelrutkaq in #101
- Align deps to use latest mains by @pawelrutkaq in #103
- fix paths in reusable workflow by @PiotrKorkus in #105
- Use Kyron examples from module itself by @pawelrutkaq in #104
- Rust coverage by @PiotrKorkus in #106
- fix multiple exclusions in rust_coverage by @PiotrKorkus in #110
- fix showcases rpms + image building by @odra in #111
- Update EBcLfSA Integration for v0.6 by @opajonk in #112
- Disable cache for UTs in CICD by @PiotrKorkus in #113
- build proper documentation by @PiotrKorkus in #115
- Bring back caching by @pawelrutkaq in #117
- Fix duplicated label name in docs by @PiotrKorkus in #119
- align main branch with v0.6 release by @PiotrKorkus in #154
- Find newest release notes by @PiotrKorkus in #156
- Improve showcases by @PiotrKorkus in #159
- Bump ITF and adapt test cases by @ltekieli in #158
- Add test for docker by @ltekieli in #161
- Run QNX ITF tests by @ltekieli in #162
- Remove old test target by @ltekieli in #164
- Make parsing know_good.json be more verbose on errors by @pawelrutkaq in #160
- Basic repo setup: formatting, copyrights by @PiotrKorkus in #163
- bazel: update docs to remove patch by @PiotrKorkus in #167
- Use showcase from single place and adapt docker runner by @pawelrutkaq in #165
- Cancel heavy workflows on push to PR by @pawelrutkaq in #170
- Add initial code owners by @pawelrutkaq in #172
- locking: enforce Bzlmod lockfile consistency by @dcalavrezo-qorix in #169
- autosd ci use latest tag again by @odra in #173
- chore: extend codeowners list by @AlexanderLanin in #175
- Integrates datarouter by @rmaddikery in #178
- Use py_itf_test rule with select support by @ltekieli in #177
- chore(ci): pin cicd-workflows reusable workflows to commit SHA by @AlexanderLanin in #182
- Integration status dashboard by @pawelrutkaq in #176
- Fix wrong link and title for dashboard by @pawelrutkaq in #184
- add more space for qnx build by @PiotrKorkus in #188
- Fixed gitignore filters for build subfolders in images folder by @mauro-mulatero in #185
- Fix FIT execution by @PiotrKorkus in #192
- Workflow gathering approvals on release branch by @PiotrKorkus in #189
- Update EBcLfSA Integration to New Structure, add Rust support by @opajonk in #116
- Migrate lifecycle showcase to new launch manager configuration by @NicolasFussberger in #181
- Freeze version of autosd by @PiotrKorkus in #201
- Update internal tests by @PiotrKorkus in #202
- Migration of Image FileSystem rules by @nradakovic in #107
- Use latest ITF release 0.2.0 by @ltekieli in #206
- Fix script to handle SARIF file recategorization by @Saumya-R in #187
- ci: add linux-x86_64 config to feature integration tests by @Subramanian-K812 in #211
- update autosd toolchain usage and bump bazel_cpp_toolchains version by @odra in #208
- Add C++ test scenarios for feature integration tests by @Subramanian-K812 in #210
- switch to pull_request trigger by @PiotrKorkus in #217
- fix typo in release workflow by @PiotrKorkus in #218
- Release candidate 07 by @arkjedrz in #219
New Contributors
- @lurtz made their first contribution in #82
- @MaciejKaszynski made their first contribution in #84
- @4og made their first contribution in #95
- @NicolasFussberger made their first contribution in #97
- @ltekieli made their first contribution in #158
- @dcalavrezo-qorix made their first contribution in #169
- @rmaddikery made their first contribution in #178
- @mauro-mulatero made their first contribution in #185
- @nradakovic made their first contribution in #107
- @Saumya-R made their first contribution in #187
- @Subramanian-K812 made their first contribution in #211
- @arkjedrz made their first contribution in #219
Full Changelog: https://github.com/eclipse-sc...
v0.6.0 (RETRACTED – do not use)
What's Changed
- added release and push master trigger and missing workflow_dispatch by @FScholPer in #71
- Add test for feat_req__persistency__multiple_kvs by @igorostrowskiq in #73
- FIT: refactor tests structure by @PiotrKorkus in #74
- implement reusable workflows for module integration testing by @kgraeper in #75
- feat: replace bash integration test script with Python version by @kgraeper in #77
- update known_good to latest mains by @kgraeper in #78
- refactor: streamline disk space management in CI workflow by @AlexanderLanin in #76
- update to latest score_bazel_cpp_toolchains by @kgraeper in #80
- chore: use devcontainer image v1.1.0 and fix ebclfsa workflow by @lurtz in #82
- Adding lifecycle to reference integraion by @MaciejKaszynski in #84
- Images as single module by @pawelrutkaq in #86
- Feature/make latest mains working for 0.6 by @kgraeper in #87
- Integrate simple lifecycle examples by @pawelrutkaq in #89
- Update patches for baselibs and remove deprecated feature flag by @4og in #95
- Revert "Update patches for baselibs and remove deprecated feature flag" by @pawelrutkaq in #98
- Fix pipeline so it can have access to secrets by @pawelrutkaq in #99
- Autosd starter by @odra in #91
- Fix output dir for caching by @pawelrutkaq in #100
- Add supervised rust example app to the lifecycle showcase by @NicolasFussberger in #97
- Quality checks & repository cleanup by @pawelrutkaq in #101
- Align deps to use latest mains by @pawelrutkaq in #103
- fix paths in reusable workflow by @PiotrKorkus in #105
- Use Kyron examples from module itself by @pawelrutkaq in #104
- Rust coverage by @PiotrKorkus in #106
- fix multiple exclusions in rust_coverage by @PiotrKorkus in #110
- fix showcases rpms + image building by @odra in #111
- Update EBcLfSA Integration for v0.6 by @opajonk in #112
- Disable cache for UTs in CICD by @PiotrKorkus in #113
- build proper documentation by @PiotrKorkus in #115
- Release - v0.6 by @PiotrKorkus in #118
New Contributors
- @lurtz made their first contribution in #82
- @MaciejKaszynski made their first contribution in #84
- @4og made their first contribution in #95
- @NicolasFussberger made their first contribution in #97
Full Changelog: v0.5.0-beta...v0.6.0
v0.5.0-beta
Release Notes:
Attached you find
- The Unit-Test results(bazel-build-logs.zip)
- CodeQL Misra C++23 Scan result (codeql-html-report.zip & codeql-sarif-results.zip)