Skip to content

Commit 0ff0ebe

Browse files
authored
Release v0.9.10
Change-Id: I77d4e2664526a648891d38fa56aa6059669ad448
1 parent 65bd4fd commit 0ff0ebe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Docs/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Table of Contents
22
* [Latest Changes](#latest-changes)
3+
* [CARLA ScenarioRunner 0.9.10](#carla-scenariorunner-0910)
34
* [CARLA ScenarioRunner 0.9.9](#carla-scenariorunner-099)
45
* [CARLA ScenarioRunner 0.9.8](#carla-scenariorunner-098)
56
* [CARLA ScenarioRunner 0.9.7](#carla-scenariorunner-097)
@@ -9,9 +10,11 @@
910
* [CARLA ScenarioRunner 0.9.2](#carla-scenariorunner-092)
1011

1112
## Latest Changes
13+
14+
## CARLA ScenarioRunner 0.9.10
1215
### :rocket: New Features
1316
* Renamed some agent labels inside Jenkins CI pipelines for new standard proposals.
14-
* Added support for Jenkins CI pipelines doing automated testing and docker images creation. It builds docker images for Scenario Runner, tags them with the commit id that triggers the pipeline, and stores those images into a shared Elastic Container Registry.
17+
* Added support for Jenkins CI pipelines doing automated testing and docker images creation.
1518
* **Very important:** CarlaActorPool has been removed and all its functions moved to the CarlaDataProvider:
1619
- The spawning functions have been refactored. All the *setup* functions have been removed, and its functionalities moved to their *request* counterparts. For example, previously *request_new_actor* just called *setup_actor*, but now *setup_actor* no longer exists, and the spawning is done via *request_new_actor*. They have also been unified and are now more consistent.
1720
- Changed *ActorConfiguration* to *ActorConfigurationData.parse_from_node*

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ branch contains the latest fixes and features, and may be required to use the la
2121

2222
It is important to also consider the release version that has to match the CARLA version.
2323

24+
* [Version 0.9.10](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.10) and the 0.9.10 Branch: Compatible with [CARLA 0.9.9](https://github.com/carla-simulator/carla/releases/tag/0.9.10)
2425
* [Version 0.9.9](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.9) and the 0.9.9 Branch: Compatible with [CARLA 0.9.9](https://github.com/carla-simulator/carla/releases/tag/0.9.9)
2526
* [Version 0.9.8](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.8) and the 0.9.8 Branch: Compatible with [CARLA 0.9.8](https://github.com/carla-simulator/carla/releases/tag/0.9.8)
2627
* [Version 0.9.7](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.7) and the 0.9.7 Branch: Compatible with [CARLA 0.9.7](https://github.com/carla-simulator/carla/releases/tag/0.9.7) but not with the later release patch versions. For these please use the current master of ScenarioRunner.

0 commit comments

Comments
 (0)