diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aeea21d..83b3979a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/sail/compare/v1.16.6...1.x) +## [Unreleased](https://github.com/laravel/sail/compare/v1.17.0...1.x) + +## [v1.17.0](https://github.com/laravel/sail/compare/v1.16.6...v1.17.0) - 2022-12-22 + +### Changed + +- Upgrade to Postgres 15 by @Jubeki in https://github.com/laravel/sail/pull/519 +- Install `dnsutils` package to use `dig` command by @buismaarten in https://github.com/laravel/sail/pull/520 ## [v1.16.6](https://github.com/laravel/sail/compare/v1.16.5...v1.16.6) - 2022-12-19 diff --git a/composer.json b/composer.json index 4156eae4..23585d57 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/contracts": "^8.0|^9.0", - "illuminate/console": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0" + "illuminate/contracts": "^8.0|^9.0|^10.0", + "illuminate/console": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0" }, "bin": [ "bin/sail" diff --git a/stubs/docker-compose.stub b/stubs/docker-compose.stub index 3904765d..3ade78e1 100644 --- a/stubs/docker-compose.stub +++ b/stubs/docker-compose.stub @@ -3,11 +3,11 @@ version: '3' services: laravel.test: build: - context: ./vendor/laravel/sail/runtimes/8.1 + context: ./vendor/laravel/sail/runtimes/8.2 dockerfile: Dockerfile args: WWWGROUP: '${WWWGROUP}' - image: sail-8.1/app + image: sail-8.2/app extra_hosts: - 'host.docker.internal:host-gateway' ports: