Skip to content

Commit

Permalink
new releses
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 6, 2024
1 parent 0032a49 commit 670a7ac
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
15 changes: 6 additions & 9 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@

# sitespeed.io server changelog (we do [semantic versioning](https://semver.org))

## 1.0.0 - UNRELEASED
## 1.0.0 - 2024-12-06
Hello and welcome to 1.0.0! In this release we aim to make it easier to run the full setup in Docker!


### Breaking change
With the release of 1.0.0 we makes it possible to configure sitespeed.io with the server/testrunner.yml file [#92](https://github.com/sitespeedio/onlinetest/pull/92). That makes things so much easier when doing a default setup. However with this change we also retire the *config/sitespeed.json* configuration on the server. If you used that, you need to move that configuration to the yaml file for the server.
With the release of 1.0.0 we makes it possible to configure sitespeed.io with the server/testrunner.yml file [#92](https://github.com/sitespeedio/onlinetest/pull/92).

That makes things so much easier when doing a default setup. However with this change we also retire the *config/sitespeed.json* configuration on the server. If you used that, you need to move that configuration to the yaml file for the server.

To start the server and a test runner locally on your machine you use docker compose:
```docker compose -f docker-compose.yml -f docker-compose.app.yml up```

If you only wants to start the dependencies:
```docker compose -f docker-compose.yml up```

When you run the dockerized version of the testrunner, the default setuop use the last major version of sitespeed.io.

The configuration uses latest released stable version of sitespeed.io.
When you run the dockerised version of the testrunner, the default setup use the last major version of sitespeed.io.

### Added
* A new Docker setup [#95](https://github.com/sitespeedio/onlinetest/pull/95).


* A new Docker setup [#95](https://github.com/sitespeedio/onlinetest/pull/95)

## 0.4.5 - 2024-09-24
### Fixed
Expand Down
19 changes: 19 additions & 0 deletions testrunner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Testrunner changelog (we do [semantic versioning](https://semver.org))

## 1.0.0 - 2024-12-06
Hello and welcome to 1.0.0! In this release we aim to make it easier to run the full setup in Docker!

### Breaking change
With the release of 1.0.0 we makes it possible to configure sitespeed.io with the server/testrunner.yml file [#92](https://github.com/sitespeedio/onlinetest/pull/92).

That makes things so much easier when doing a default setup. However with this change we also retire the *config/sitespeed.json* configuration on the server. If you used that, you need to move that configuration to the yaml file for the server.

To start the server and a test runner locally on your machine you use docker compose:
```docker compose -f docker-compose.yml -f docker-compose.app.yml up```

If you only wants to start the dependencies:
```docker compose -f docker-compose.yml up```

When you run the dockerised version of the testrunner, the default setup use the last major version of sitespeed.io.

### Added
* A new Docker setup [#95](https://github.com/sitespeedio/onlinetest/pull/95)

## 0.5.6 - 2024-09-24
### Fixed
* Bull 4.16.3 [#87](https://github.com/sitespeedio/onlinetest/pull/87)
Expand Down

0 comments on commit 670a7ac

Please sign in to comment.