diff --git a/CHANGELOG.md b/CHANGELOG.md index d4653d07b8e89ad35860b078b8530fae5eec032a..d3e1d80e38a2e79e3ac60b8559415cd641a867b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://gitlab.com/to-be-continuous/puppeteer/compare/2.0.1...2.1.0) (2022-05-01) + + +### Features + +* configurable tracking image ([dcd4ff2](https://gitlab.com/to-be-continuous/puppeteer/commit/dcd4ff2b360b27180f2b105d919e79e52c8548b5)) + ## [2.0.1](https://gitlab.com/to-be-continuous/puppeteer/compare/2.0.0...2.0.1) (2021-10-07) diff --git a/README.md b/README.md index 672d5dc43ddb2b4200875f9c64ec5d78cb2ef7ac..be967a3dfdf2e17793fe462ab32222079dd1fd5d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/puppeteer' - ref: '2.0.1' + ref: '2.1.0' file: '/templates/gitlab-ci-puppeteer.yml' # Pipeline steps diff --git a/templates/gitlab-ci-puppeteer.yml b/templates/gitlab-ci-puppeteer.yml index 3c1cee044b6d436b572fdc2bd96386b40a8ff69b..671e2ca60061b7c8da2569c90e3265ae6c4a8f11 100644 --- a/templates/gitlab-ci-puppeteer.yml +++ b/templates/gitlab-ci-puppeteer.yml @@ -207,7 +207,7 @@ puppeteer: - $PUPPETEER_PROJECT_DIR/.npm/ services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "puppeteer", "2.0.1"] + command: ["--service", "puppeteer", "2.1.0"] stage: acceptance before_script: - *puppeteer-scripts