Skip to content

Commit 98ae014

Browse files
committed
v2.0.0-rc.2 release
1 parent 2cf6c1c commit 98ae014

File tree

5 files changed

+29
-19
lines changed

5 files changed

+29
-19
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased / Draft
7+
## [Unreleased] - Draft
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
## [2.0.0-rc.2] - 2026-02-02
816

917
### Added
1018

@@ -428,7 +436,8 @@ First version which is separated from the openEO API. Complete rework of all pro
428436
Older versions of the processes were released as part of the openEO API, see the corresponding changelog for more information.
429437

430438

431-
[Unreleased]: <https://github.com/Open-EO/openeo-processes/compare/2.0.0-rc.1...HEAD>
439+
[Unreleased]: <https://github.com/Open-EO/openeo-processes/compare/2.0.0-rc.2...HEAD>
440+
[2.0.0-rc.2]: <https://github.com/Open-EO/openeo-processes/compare/2.0.0-rc.1...2.0.0-rc.2>
432441
[2.0.0-rc.1]: <https://github.com/Open-EO/openeo-processes/compare/1.2.0...2.0.0-rc.1>
433442
[1.2.0]: <https://github.com/Open-EO/openeo-processes/compare/1.1.0...1.2.0>
434443
[1.1.0]: <https://github.com/Open-EO/openeo-processes/compare/1.0.0...1.1.0>

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@ openEO develops interoperable processes for big Earth observation cloud processi
88

99
The [master branch](https://github.com/Open-EO/openeo-processes/tree/master) is the 'stable' version of the openEO processes specification. An exception is the [`proposals`](proposals/) folder, which provides experimental new processes currently under discussion. They may still change, but everyone is encouraged to implement them and give feedback.
1010

11-
The latest release is version **2.0.0-rc.1**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch.
12-
13-
| Version / Branch | Status | openEO API versions |
14-
| ------------------------------------------------------------ | ------------------------- | ------------------- |
15-
| [unreleased / draft](https://processes.openeo.org/draft) | in development | 1.x.x |
16-
| [**2.0.0 RC1** / master](https://processes.openeo.org/2.0.0-rc.1/) | **upcoming version (RC)** | 1.x.x |
17-
| [1.2.0](https://processes.openeo.org/1.2.0/) | **latest stable version** | 1.x.x |
18-
| [1.1.0](https://processes.openeo.org/1.1.0/) | legacy version | 1.x.x |
19-
| [1.0.0](https://processes.openeo.org/1.0.0/) | legacy version | 1.x.x |
20-
| [1.0.0 RC1](https://processes.openeo.org/1.0.0-rc.1/) | legacy version | 1.x.x |
21-
| [0.4.2](https://processes.openeo.org/0.4.2/) | legacy version | 0.4.x |
22-
| [0.4.1](https://processes.openeo.org/0.4.1/) | legacy version | 0.4.x |
23-
| [0.4.0](https://processes.openeo.org/0.4.0/) | legacy version | 0.4.x |
11+
The latest release is version **2.0.0-rc.2**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch.
12+
13+
| Version / Branch | Status | openEO API versions |
14+
| ------------------------------------------------------------------ | ------------------------- | ------------------- |
15+
| [unreleased / draft](https://processes.openeo.org/draft) | in development | >= 1.2.0 |
16+
| [**2.0.0 RC2** / master](https://processes.openeo.org/2.0.0-rc.2/) | **upcoming version (RC)** | >= 1.2.0 |
17+
| [2.0.0 RC1](https://processes.openeo.org/2.0.0-rc.1/) | previous RC | >= 1.2.0 |
18+
| [1.2.0](https://processes.openeo.org/1.2.0/) | **latest stable version** | >= 1.0.0 & < 1.2.0 |
19+
| [1.1.0](https://processes.openeo.org/1.1.0/) | legacy version | >= 1.0.0 & < 1.2.0 |
20+
| [1.0.0](https://processes.openeo.org/1.0.0/) | legacy version | >= 1.0.0 & < 1.2.0 |
21+
| [1.0.0 RC1](https://processes.openeo.org/1.0.0-rc.1/) | legacy version | > 0.4.2 & < 1.2.0 |
22+
| [0.4.2](https://processes.openeo.org/0.4.2/) | legacy version | 0.4.x |
23+
| [0.4.1](https://processes.openeo.org/0.4.1/) | legacy version | 0.4.x |
24+
| [0.4.0](https://processes.openeo.org/0.4.0/) | legacy version | 0.4.x |
2425

2526
**Note:** [https://processes.openeo.org](https://processes.openeo.org) always points to the latest released version.
2627

dev/docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
props: {
114114
document: 'processes.json',
115115
categorize: true,
116-
apiVersion: '1.2.0',
117-
title: 'openEO processes (2.0.0-rc.1)',
116+
apiVersion: '1.3.0',
117+
title: 'openEO processes (2.0.0-rc.2)',
118118
notice: '**Note:** This is the list of all processes specified by the openEO project. Back-ends implement a varying set of processes. Thus, the processes you can use at a specific back-end may derive from the specification, may include non-standardized processes and may not implement all processes listed here. Please check each back-end individually for the processes they support. The client libraries usually have a function called `listProcesses` or `list_processes` for that.',
119119
showExperimentalByDefault: true,
120120
showDeprecatedByDefault: false,

dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openeo/processes",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"author": "openEO Consortium",
55
"contributors": [
66
{

meta/subtype-schemas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://processes.openeo.org/2.0.0-rc.1/meta/subtype-schemas.json",
3+
"$id": "https://processes.openeo.org/2.0.0-rc.2/meta/subtype-schemas.json",
44
"title": "Subtype Schemas",
55
"description": "This file defines the schemas for subtypes we define for openEO processes.",
66
"definitions": {

0 commit comments

Comments
 (0)