...
- Bootstrap:
- Added warning messages that prevent shared folder deletion.
- Created Run.ps1 helper script for Windows users.
- Improved documentation with the creation of Known Issues section and Proxy configuration.
- Refactored VFC, MR, Policy and SDNC scripts (for tests and lib folders).
- Release / O-Parent
- Ongoing work on Independent Versioning/Release PoC
- Clarified Java artifact release process with LF staff
- Close to finalizing Java artifact and Docker image versioning strategy
- Proposed Java/Docker versioning flow:
- Produce SNAPSHOT Java artifact. Test this in a SNAPSHOT docker image.
- Produce staging (release candidate) Java artifact. Test this in a SNAPSHOT docker image.
- Produce release Java artifact by picking one of the candidates from staging.
- Produce STAGING docker image using the release Java artifact. Use this in E2E test flows.
- Produce RELEASE docker image by picking one of the candidate STAGING docker images.
- Fixed oparent to correctly deploy to staging using the nexus-staging-maven-plugin
- Draft documentation for docker image build process guidelines (particularly for microservices migrating from OPEN-O)
- Provided help to community on CSIT, build process, Jenkins job definitions, etc.
- Ongoing work on Independent Versioning/Release PoC