Versions Compared

Key

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

...

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

policy/parent

2.1.0

all pom.xml's

version.properties

https://gerrit.onap.org/r/#/c/86556/
2a

policy/docker

1.4.0

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version

NOTE: Be sure the following are set to match drools-applications and models repo

./config/pe/brmsgw.conf:

BRMS_DEPENDENCY_VERSION

BRMS_MODELS_DEPENDENCY_VERSION


2b

policy/common

1.4.0

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
https://gerrit.onap.org/r/#/c/86722/
3

policy/models

2.0.2

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version


  • Ensure that policy/docker/config/pe/brmsgw.conf points to the right version for the CSIT tests to work:

BRMS_MODELS_DEPENDENCY_VERSION

  • Ensure that the policy K8S Helm charts oom/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf

BRMS_MODELS_DEPENDENCY_VERSION

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

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

4a

policy/api

2.0.1

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version
https://gerrit.onap.org/r/#/c/87851/
4b

policy/pap

2.0.1

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version
https://gerrit.onap.org/r/#/c/87852/
4c

policy/drools-pdp

1.4.0

all pom.xml's

version.propertiespolicy-management/src/test/resources/echo.pom

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

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version

Update policy/drools-applications dockerfile to pull this image (see below)

Update policy/drools-applications pom.xml

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

4d

policy/apex-pdp

2.0.4

all pom.xml's

version.properties

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

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version
https://gerrit.onap.org/r/#/c/87856/
4e

policy/xacml-pdp

2.0.1

all pom.xml's

version.properties

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

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version
https://gerrit.onap.org/r/#/c/87882/
4f

policy/engine

1.4.1

all pom.xml's

version.properties

BRMSGateway/config.properties

BRMSGateway/dependency.json

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

BRMSGateway/src/test/resources/config.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version

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

5a

policy/drools-applications

1.4.12

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.models.version
  • version.policy.drools-pdp

Additional files to change in JUnit tests:

controlloop/common/feature-controlloop-management/src/test/resources/op.pom


In the dockerfile change to point to released drools-pdp image:

FROM onap/policy-drools:1.4.0

and force pull the policy-drools:1.4.0 image:

https://gerrit.onap.org/r/#/c/87814/1/controlloop/build/docker-cl

  • Ensure that policy/docker/config/pe/brmsgw.conf points to the right version for the CSIT tests to work:

BRMS_DEPENDENCY_VERSION

  • Ensure that the policy K8S Helm charts oom/kubernetes/policy/charts/brmsgw/resources/config/pe/brmsgw.conf

BRMS_DEPENDENCY_VERSION

https://gerrit.onap.org/r/#/c/87840/
5b

policy/distribution

2.1.0

all pom.xml's

version.properties

In main pom.xml change the following properties

  • Ensure <parent> tag points to correct policy/parent version
  • policy.common.version
  • policy.engine.version
  • policy.apex-pdp.version
https://gerrit.onap.org/r/#/c/87893/

...