Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Published API - These projects use the policy libraries to build their code

ProjectAPINotes
CLAMP1.3.13

Released on 26 Oct  

NOTE: For maintenance release on 1/2019 it is not required for CLAMP to upgrade to the >1.3.3 released artifacts.

DCAEn/aImplemented own python API

...

  • Verify there are no SNAPSHOTs and we are up-to-date with other team's released artifacts. For Casablanca, the CI/CD daily release job does this by automatically failing if a SNAPSHOT is defined in the pom.xml's.
  • Send Helpdesk tickets to LF ONAP release engineering specifying the daily release CI/CD Job to officially release Java artifacts and any docker images generated by that release job. Eg. The LF moves from staging to the appropriate release repository.
  • Update the Integration team manifest so the community knows which released artifacts are available. Example gerrit review: https://gerrit.onap.org/r/#/c/42709/
  • Update the Demo team heat scripts so the automated External Lab Jobs work and the Integration team has the latest artifacts for testing. 
  • Update the OOM team K8S Helm Charts. Example gerrit review: https://gerrit.onap.org/r/#/c/42713/

Note: If using maven version or release plugin, also manually check the versions are set correctly in the POMs, these plugins can miss POMs especially if they do not have Java source code in them.


2. For any new changes to be done post-Release. Then the we must update to the next SNAPSHOT version:

Release OrderRepo (current version)NotesExample Commit(s) for upgrading versions
1

policy/parent

2.0.01

all pom.xml's

version.properties


2

policy/common

1.3.14

all pom.xml's

version.properties

https://gerrit.onap.org/r/#/c/7114971549/2
3

policy/drools-pdp

1.3.17

all pom.xml's

version.properties

policy-management/src/test/resources/echo.pom

In main pom.xml consider changing the policy.common.version property:

*NOTE: The drools-pdp, drools-applications and engine must have the same version to support pre-loading of artifacts correctly.

https://gerrit.onap.org/r/#/c/7117471558/

3

policy/apex-pdp

2.0.15

all pom.xml's

version.properties

property version.policy.common in main pom.xml

https://gerrit.onap.org/r/#/c/7117571562/
4

policy/drools-applications

1.3.17

all pom.xml's

version.properties

In main pom.xml change the following properties

  • version.policy.common
  • version.policy.drools-pdp


*NOTE: The drools-pdp and drools-applications must have the same version to support pre-loading of artifacts correctly.

https://gerrit.onap.org/r/#/c/7122871566/

5

policy/engine

1.3.17

all pom.xml's

version.properties

BRMSGateway/config.properties

BRMSGateway/dependency.json

BRMSGateway/src/main/java/org/onap/policy/brms/api/BRMSPushBrmsPush.java

BRMSGateway/src/test/resources/config.properties

In main pom.xml change the following properties

  • version.policy.common
  • version.policy.drools-applications

https://gerrit.onap.org/r/#/c/7125671570/


6

policy/distribution

2.0.16

all pom.xml's

version.properties

In main pom.xml change the following properties

  • policy.common.version
  • policy.engine.version
  • policy.apex-pdp.version
https://gerrit.onap.org/r/#/c/7115271575/
7 (no dependencies, just ordering)

policy/docker

(tagged 1.3.5)

There are no artifacts in this repo.

But we need to be sure that any scripts that pull anything like templates are updated when branching.

config/pe/push-policies.sh

./config/pe/brmsgw.conf: BRMS_DEPENDENCY_VERSION

And it should be tagged by the LF release team to ensure consistency.


...