From 8bb3d0596a2821dc6d5da8cda1b28051b15d0499 Mon Sep 17 00:00:00 2001 From: WoozyMasta Date: Mon, 20 Dec 2021 03:01:33 +0300 Subject: [PATCH] build: 4.9.1-1.0.2 --- CHANGELOG.md | 10 +++++++++- README.md | 24 ++++++++++++------------ action.yml | 2 +- 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6d57f..11e4c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ itself. For example `4.9.1-1.0.1` ## [Unreleased] +## [4.9.1-1.0.2] - 2021-12-20 + +### Added + +* In GitLab CI, if HTML report rendering is enabled, links to other reports + selected for creation will be added to the HTML report header + ## [4.9.1-1.0.1] - 2021-12-20 ### Added @@ -21,6 +28,7 @@ itself. For example `4.9.1-1.0.1` [Archi]: https://github.com/archimatetool/archi "Archi: ArchiMate Modelling Tool" -[Unreleased]: https://github.com/WoozyMasta/archimate-ci-image/compare/4.9.1-1.0.1...HEAD +[Unreleased]: https://github.com/WoozyMasta/archimate-ci-image/compare/4.9.1-1.0.2...HEAD +[4.9.1-1.0.2]: https://github.com/WoozyMasta/archimate-ci-image/compare/4.9.1-1.0.1...4.9.1-1.0.2 [4.9.1-1.0.1]: https://github.com/WoozyMasta/archimate-ci-image/compare/4.9.1-1.0...4.9.1-1.0.1 [4.9.1-1.0]: https://github.com/WoozyMasta/archimate-ci-image/tree/4.9.1-1.0 diff --git a/README.md b/README.md index b086fc5..03af0e1 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ for cloning. You can pull image from registries: -* `ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.1` -* `quay.io/woozymasta/archimate-ci:4.9.1-1.0.1` -* `docker.io/woozymasta/archimate-ci:4.9.1-1.0.1` +* `ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.2` +* `quay.io/woozymasta/archimate-ci:4.9.1-1.0.2` +* `docker.io/woozymasta/archimate-ci:4.9.1-1.0.2` ## Run Container @@ -62,7 +62,7 @@ docker run --rm -ti \ -e ARCHI_JASPER_REPORT_ENABLED=false \ -e ARCHI_CSV_REPORT_ENABLED=true \ -e ARCHI_EXPORT_MODEL_ENABLED=true \ - ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.1 + ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.2 ``` An example with handling a local repository: @@ -75,13 +75,13 @@ chmod o+rw ./report docker run --rm -ti \ -v $(pwd):/archi/project \ -v $(pwd)/report:/archi/report \ - ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.1 + ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.2 ``` Working with the CLI directly: ```bash -docker run --rm -ti ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.1 --help +docker run --rm -ti ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.2 --help ``` ## Configuration @@ -163,7 +163,7 @@ jobs: - name: Deploy Archi report id: archi - uses: WoozyMasta/archimate-ci-image@4.9.1-1.0.1 + uses: WoozyMasta/archimate-ci-image@4.9.1-1.0.2 with: archiHtmlReportEnabled: true archiJasperReportEnabled: true @@ -187,7 +187,7 @@ Add a configuration like this to your `./.gitlab-ci.yml` file: pages: stage: build image: - name: woozymasta/archimate-ci-image:4.9.1-1.0.1 + name: woozymasta/archimate-ci-image:4.9.1-1.0.2 entrypoint: [""] script: @@ -219,8 +219,8 @@ and all report paths are automatically set to `$CI_PROJECT_DIR/public` ```bash docker build \ - --tag archimate-ci:4.9.1-1.0.1 \ - --build-arg="ARCHI_VERSION=4.9.1-1.0.1" \ + --tag archimate-ci:4.9.1-1.0.2 \ + --build-arg="ARCHI_VERSION=4.9.1-1.0.2" \ --build-arg="COARCHI_VERSION=0.8.1.202112061132" \ ./ ``` @@ -243,7 +243,7 @@ podman run --rm -ti \ -v $(pwd)/report:/archi/report \ -e GIT_REPOSITORY=https://github.com/WoozyMasta/archimate-ci-image-example.git \ -e ARCHI_JASPER_REPORT_ENABLED=false \ - ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.1 + ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.2 ``` --- @@ -258,7 +258,7 @@ docker run --rm -ti \ -e GIT_REPOSITORY=https://github.com/WoozyMasta/archimate-ci-image-example.git --network=host --add-host="$(getent hosts gitlab.internal.tld | awk '{print $2 ":" $1}')" - ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.1 + ghcr.io/woozymasta/archimate-ci:4.9.1-1.0.2 ``` diff --git a/action.yml b/action.yml index 22c9e5b..0d017c4 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ branding: color: blue runs: using: docker - image: docker://ghcr.io/woozymasta/archimate-ci-image:4.9.1-1.0.1 + image: docker://ghcr.io/woozymasta/archimate-ci-image:4.9.1-1.0.2 env: GITHUB_TOKEN: ${{ inputs.githubToken }} ARCHI_HTML_REPORT_ENABLED: ${{ inputs.archiHtmlReportEnabled }}