Skip to content

Commit 9661d4a

Browse files
wollefitzgithub-actions[bot]christinaausleymesellings
authored
docs(web-modeler): announce milestone to version renaming (#4901)
* docs(web-modeler): announce milestone to version renaming * chore: reviewdog suggestions Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * style(formatting): technical review * add note for change * Update docs/reference/announcements/870.md Co-authored-by: Mark Sellings <mark.sellings@camunda.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Christina Ausley <christina.ausley@camunda.com> Co-authored-by: Mark Sellings <mark.sellings@camunda.com>
1 parent d85cffd commit 9661d4a

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

docs/components/modeler/web-modeler/process-application-versioning.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: Process application versioning
44
description: Process applications allow you to deploy multiple related files together in a single bundle.
55
---
66

7+
:::note
8+
With 8.7, "milestone" has been renamed to "version". To learn more about this change, see [the related announcement](/reference/announcements/870.md##web-modeler-milestones-renamed-to-versions).
9+
:::
10+
711
Although you cannot version a process application itself, you can use [bulk version creation](versions.md#bulk-version-creation) and version tags to save a single snapshot of all the process application files in one action, instead of having to create separate versions for every file.
812

913
- When you create a version in any process application file, a version is also created with the same name (version tag) for all files currently available in the process application.

docs/components/modeler/web-modeler/versions.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: Work with versions in Web Modeler.
66

77
<span class="badge badge--cloud">Camunda 8 only</span>
88

9+
:::note
10+
With 8.7, "milestone" has been renamed to "version". To learn more about this change, see [the related announcement](/reference/announcements/870.md##web-modeler-milestones-renamed-to-versions).
11+
:::
12+
913
You can create a version at any time to save a snapshot of your BPMN or DMN diagram.
1014

1115
You can restore a version to revert to a previous snapshot of your diagram, for example if you make a mistake while modeling. You can also compare two versions to see the differences between them.

docs/reference/announcements/870.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ Important changes and updates for the Camunda 8.7 release are summarized below.
1818
- [Fetch RPA resource API](#)
1919
- [deployResourceAPI for RPA](#) -->
2020

21-
- [Web Modeler Deploy diagram change](#web-modeler-deploy-diagram-change)
22-
- [Southwest Asia for SaaS region](#southeast-asia-region-for-saas-customers-saas)
21+
- [Web Modeler](#web-modeler)
22+
- [Deploy diagram change Self-Managed {#web-modeler-deploy-diagram-change}](#deploy-diagram-change-self-managed-web-modeler-deploy-diagram-change)
23+
- [Milestones renamed to versions {#web-modeler-milestones-renamed-to-versions}](#milestones-renamed-to-versions-web-modeler-milestones-renamed-to-versions)
24+
- [Southeast Asia region for SaaS customers SaaS](#southeast-asia-region-for-saas-customers-saas)
2325

24-
## Web Modeler Deploy diagram change <span class="badge badge--long" title="This feature affects Self-Managed">Self-Managed</span>
26+
## Web Modeler
27+
28+
### Deploy diagram change <span class="badge badge--long" title="This feature affects Self-Managed">Self-Managed</span> {#web-modeler-deploy-diagram-change}
2529

2630
With this version, we ship a breaking change to how Web Modeler **Deploy diagram** modals work. Clusters must now be proactively [configured](/docs/self-managed/modeler/web-modeler/configuration/configuration.md#clusters) to be able to deploy from Web Modeler.
2731

@@ -31,6 +35,17 @@ With this version, we ship a breaking change to how Web Modeler **Deploy diagram
3135
- In 8.7, you can no longer configure cluster details on the **Deploy diagram** modal. You must [configure the cluster](/docs/self-managed/modeler/web-modeler/configuration/configuration.md#clusters) to be able to deploy from this modal.
3236
- Note that you must also be assigned the `Zeebe` [Identity role](/docs/self-managed/identity/user-guide/roles/add-assign-role.md) to be able to deploy.
3337

38+
### Milestones renamed to versions {#web-modeler-milestones-renamed-to-versions}
39+
40+
The term "milestones" has been renamed to ["versions"](/components/modeler/web-modeler/versions.md) in Web Modeler for clarity and consistency with other Camunda 8 components. The renaming is implemented across the Web Modeler user interface and the API.
41+
42+
In [the API](/apis-tools/web-modeler-api/index.md), new endpoints starting with `/api/v1/versions` have been introduced, while the previous `/api/v1/milestones` endpoints are now deprecated.
43+
Further details can be found in [Web Modeler's OpenAPI documentation](https://modeler.camunda.io/swagger-ui/index.html).
44+
45+
:::note
46+
This is a nominal update and the functionality of versions and milestones is equivalent.
47+
:::
48+
3449
## Southeast Asia region for SaaS customers <span class="badge badge--long" title="This feature affects SaaS">SaaS</span>
3550

3651
SaaS customers can now create orchestration clusters in the [Singapore (asia-southeast1) region](/reference/regions.md), ensuring lower latency and improved processing speed for organizations operating in southeast Asian countries.

0 commit comments

Comments
 (0)