Skip to content

Versioning

Anika Weinmann edited this page Jan 7, 2022 · 5 revisions

Versioning

TODOs by actinia-core MAJOR version change

You have to change the major version number in the actinia URL e.g. https://actinia.mundialis.de/api/v2 to https://actinia.mundialis.de/api/v3. This has to be done in diffenet repositories. Many of these repositiores are are listed in the following.

You can make the changes via a script by running:

(cd scripts/ && bash update_major_version.sh <OLD_VERSION> <NEW_VERSION>)

This should change the below listed files. You can also compare the changes with the PR.

Does not need to be adjusted here, since URL_PREFIX is used.

example PR

actinia Plugins

Does not need to be adjusted here, since URL_PREFIX is used.

Does not need to be adjusted here, since URL_PREFIX is used.

example PR

You can make the changes via a script by running:

(bash update_actinia_core_major_version.sh <OLD_VERSION> <NEW_VERSION>)

You can compare the changes with the old PR.

Does not need to be adjusted here, since URL_PREFIX is used.

actinia-assets

You can make the changes via a script by running:

(bash update_actinia_core_major_version.sh <OLD_VERSION> <NEW_VERSION>)

You can compare the changes with the old PR #143.

You can make the changes via a script by running:

(bash update_actinia_core_major_version.sh <OLD_VERSION> <NEW_VERSION>)

You can compare the changes with the old PR.

QGIS Plugin

You can compare the changes with the old PR #6.

Clone this wiki locally