Skip to content

Releases: eclipse-pullpiri/pullpiri

v10.27.0-demo

27 Oct 02:59
64b35ef

Choose a tag to compare

v10.27.0-demo Pre-release
Pre-release

What's Changed

Other Changes

Full Changelog: v0.3.0...v10.27.0-demo

Version 0.3.1 - Oct. 10, 2025

14 Oct 08:44
3298bf8

Choose a tag to compare

fix cargo clippy bug for GitHub Actions

Version 0.3.0 - Oct. 10, 2025

14 Oct 04:50

Choose a tag to compare

What's Changed

✨ Features

📚 Documentation

Other Changes

New Contributors

Full Changelog: v0.2.1...v0.3.0

Version 0.2.5-1 - Sep 16, 2025

16 Sep 08:24

Choose a tag to compare

In this version, nodeagent is not binary but container.
Complete ./helloworld.sh test.

What's Changed

✨ Features

📚 Documentation

Other Changes

New Contributors

Full Changelog: v0.2.1...v0.2.5-1

Milestone 2.1 - July 29th, 2025

29 Jul 08:13
c265cda

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.2.0...v0.2.1

Milestone 2 - July 29th, 2025

29 Jul 05:16
d9a6def

Choose a tag to compare

What's Changed

✨ Features

  • [TASK] Implementation DDS Listner #40 by @leeeunkoo in #42
  • feat(grpc): feat(grpc):[TASK] Scenario Data Processing Functionality [#11] by @leeeunkoo in #45
  • Implement DDS Listener [#12] by @leeeunkoo in #57
  • feat(init): load all scenario on initialized by @leeeunkoo in #71
  • [Task] Nodeagent functionality #103 by @bsh190723 in #104
  • test(api):Integration test for FilterGateway with code coverage[#80] by @akshaylg0314 in #105
  • Implement StateManager with gRPC support and periodic container info gathering and change detection in NodeAgentManager to send to StateManager by @DaeyoungJeongLGE in #143

🐛 Bug Fixes

📚 Documentation

Other Changes

  • start refactoring by @youngtaekiim in #2
  • Update guidelines-en.md by @leeeunkoo in #5
  • add test method by @youngtaekiim in #7
  • Implement Policy Checking by @yonghyeon-kim in #32
  • feat(filter):[TASK] Filter Management Functionality by @leeeunkoo in #34
  • feat(filter):[TASK] Filter Management Functionality (additional fix) by @leeeunkoo in #37
  • issue : [TASK] API Integration with Bluechi and NodeAgent by @bsh190723 in #38
  • [TASK] Workload Management Functionality by @youngtaekiim in #39
  • action trigger on condition match by @youngtaekiim in #46
  • issue : [TASK] API Integration with Bluechi and NodeAgent #26 by @bsh190723 in #43
  • add node type to settings.yaml by @youngtaekiim in #48
  • [TASK] Action Trigger Handling' #21 by @bsh190723 in #49
  • [TASK] add bluechi node proxy for bug fix #50 by @bsh190723 in #51
  • change piccolo to pullpiri in md by @youngtaekiim in #52
  • test(api): Unit Testcase for APIServer [#35] by @basheerFZ in #56
  • test(api): Unit Test Case For Module ActionController(Grpc,Bluechi,NodeAgent)[#29] by @akshaylg0314 in #55
  • test(api): Unit Testcase for common[#58] by @akshaylg0314 in #63
  • test(api): Static check for ActionController[#60] by @akshaylg0314 in #65
  • test(api): static check (fmt,clippy,deny,audit) added for server [#59] by @basheerFZ in #66
  • [TASK] Integration Test release 1 #53 by @bsh190723 in #64
  • test(api): Update tokio version due to security vulnerabilities in ActionController[#67] by @akshaylg0314 in #68
  • feat(grpc): trigger action when meet condtion by @leeeunkoo in #69
  • Test: added topic and condition by @leeeunkoo in #74
  • test(api):Unit Test For FilterGateWay Module(filter,grpc,vehicle)[#75][#17] by @akshaylg0314 in #76
  • feat(build): Create build pipleline rust.yml by @leeeunkoo in #78
  • test(api):Updated unit test cases for ApiServer with mockall[#84] by @akshaylg0314 in #85
  • [TASK] additional modify acitioncontroller #86 by @bsh190723 in #87
  • [Task] Integration test. filtergateway, helloworld yaml. #91 by @bsh190723 in #92
  • test(api):Integration test for Api Server with code coverage[#79] by @akshaylg0314 in #93
  • [BUG] modify filtergateway manager by @bsh190723 in #96
  • docs(api): Update coding-rule.md [#61] by @basheerFZ in #90
  • fix(api):ensure actioncontroller returns actual error status to client[#94] by @akshaylg0314 in #97
  • fix(api):Modify ActionController, policymanager(gRPC) for proper error handling[#98] by @akshaylg0314 in #100
  • docs(api): Update Integration tests for developments.md [#89] by @basheerFZ in #99
  • [Task] Refactor NodeAgent to Async Multi-Threaded Architecture #107 by @DaeyoungJeongLGE in #108
  • RUSTSEC-2025-0023 and cargo fmt by @youngtaekiim in #112
  • feat(auth):CI PipeLine WorkFlow for Pullpiri[#106] by @akshaylg0314 in #115
  • add example for no condition by @youngtaekiim in #118
  • [BUG] Scenario Parsing Error in Nodeagent(reciever.rs) by @bsh190723 in #114
  • fix hardcoding error by @youngtaekiim in #120
  • delete unused folder, fix unit test error by @youngtaekiim in #121
  • refactor nodeagent: container info reporting by @DaeyoungJeongLGE in #123
  • feat(auth):CD PipeLine WorkFlow for Pullpiri[#116] by @akshaylg0314 in #125
  • fix wrong document - get_started.md , examples/README.md by @youngtaekiim in #126
  • feat(auth):Build and push Container image multi arch using github workflow[#116] by @akshaylg0314 in #130
  • fix outdated document - developments.md by @youngtaekiim in #132
  • Implement MonitoringServer with gRPC support and send_container_list from NodeAgent to MonitoringServer by @DaeyoungJeongLGE in #134
  • feat(auth):Reducing Image size of docker container image for pullpiri[#116] by @akshaylg0314 in #135
  • feat(auth):Fix Dockerfile name in build-container.yml[#116] by @akshaylg0314 in #136
  • add retry when etcd client is not available by @youngtaekiim in #137
  • docs(api): Created release process and added Images for release process [#117] by @basheerFZ in #138
  • apply markdownlint (not important) by @youngtaekiim in #139
  • feat(auth):Modify CI/CD PipeLine WorkFlow for Pullpiri [#140] by @akshaylg0314 in #141
  • [Task] Implement of connecting between actioncontroller and pharos #144 by @bsh190723 in #145
  • Refactoring by @youngtaekiim in #146

New Contributors

  • @leeeunkoo made their first contribution in #5
  • @yonghyeon-kim made their first contribution in #32
  • @bsh190723 made their first contribution in #38
  • @basheerFZ made their first contribution in #56
  • @DaeyoungJeongLGE made their first contribution in #108

Full Changelog: v0.1.0-alpha.1...v0.2.0

Refactoring mileston 1 - May 30, 2025

25 Jul 04:25

Choose a tag to compare

url : #53

desc : add macro in Cargo.toml. compile test Ok. unit test OK.

v0.1.0-alpha.1

20 Jan 00:17
a447077

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/eclipse-pullpiri/pullpiri/commits/v0.1.0-alpha.1