new release

This commit is contained in:
soulgalore 2020-12-21 09:30:42 +01:00
parent b1e04ea5fa
commit c99285c2ed
3 changed files with 9 additions and 12 deletions

View File

@ -1,9 +1,6 @@
# CHANGELOG - sitespeed.io
## 16.0.0 - UNRELEASED
### Upgrade from 15.X to 16.0
* If you are using the WebPageTest plugin you need to either install it yourself from https://github.com/sitespeedio/plugin-webpagetest or use the (new) WebPageTest container: `docker run --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:16.0.0-webpagetest https://www.sitespeed.io --plugins.add /webpagetest --webpagetest.key KEY`
## 16.0.0 - 2020-12-21
### Changed
* Moved the WebPageTest plugin to a new repo: https://github.com/sitespeedio/plugin-webpagetest [#3205](https://github.com/sitespeedio/sitespeed.io/pull/3205). If you use WebPageTest either need to install the plugin or run the new WebPageTest container. Read the [updated documentation](https://www.sitespeed.io/documentation/sitespeed.io/webpagetest/).
@ -55,6 +52,9 @@
### Fixed
* Only show Element Timing and User Scripting section if we have those metrics [#3212](https://github.com/sitespeedio/sitespeed.io/pull/3212).
### Upgrade from 15.X to 16.0
* If you are using the WebPageTest plugin you need to either install it yourself from https://github.com/sitespeedio/plugin-webpagetest or use the (new) WebPageTest container: `docker run --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:16.0.0-webpagetest https://www.sitespeed.io --plugins.add /webpagetest --webpagetest.key KEY`
## 15.9.0 - 2020-11-18
### Added
* Updated to Chrome 87 in the Docker container

View File

@ -22,9 +22,6 @@
"name": "Peter Hedenskog",
"url": "https://www.peterhedenskog.com"
},
"publishConfig": {
"tag": "canary"
},
"contributors": [
{
"name": "Tobias Lidskog"

View File

@ -17,7 +17,7 @@ PACKAGE_VERSION=$(node -e 'console.log(require("./package").version)')
docker build --no-cache -t sitespeedio/sitespeed.io:$PACKAGE_VERSION -t sitespeedio/sitespeed.io:latest .
docker push sitespeedio/sitespeed.io:$PACKAGE_VERSION
# docker push sitespeedio/sitespeed.io:latest
docker push sitespeedio/sitespeed.io:latest
docker build --no-cache -t sitespeedio/sitespeed.io:$PACKAGE_VERSION-slim --file Dockerfile-slim .
docker push sitespeedio/sitespeed.io:$PACKAGE_VERSION-slim
@ -29,11 +29,11 @@ docker build -t sitespeedio/sitespeed.io:$PACKAGE_VERSION-webpagetest --build-ar
docker push sitespeedio/sitespeed.io:$PACKAGE_VERSION-webpagetest
# Update to latest version in the docs
#bin/sitespeed.js --version | tr -d '\n' > docs/_includes/version/sitespeed.io.txt
bin/sitespeed.js --version | tr -d '\n' > docs/_includes/version/sitespeed.io.txt
# Generate the help for the docs
#bin/sitespeed.js --help > docs/documentation/sitespeed.io/configuration/config.md
bin/sitespeed.js --help > docs/documentation/sitespeed.io/configuration/config.md
# Generate friendly names from code
#node release/friendlyNames.js > docs/documentation/sitespeed.io/configure-html/friendlynames.md
#node release/friendlyNamesBudget.js > docs/documentation/sitespeed.io/performance-budget/friendlynames.md
node release/friendlyNames.js > docs/documentation/sitespeed.io/configure-html/friendlynames.md
node release/friendlyNamesBudget.js > docs/documentation/sitespeed.io/performance-budget/friendlynames.md