Skip to content

Commit

Permalink
84 ready (#270)
Browse files Browse the repository at this point in the history
* update to @lando/[email protected]

* update to @lando/[email protected] part 2

* bump min docs version
  • Loading branch information
pirog authored Oct 18, 2024
1 parent cd732b0 commit add8d03
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pantheon-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: devwithlando/${{ matrix.image }}:${{ matrix.tag }}${{ steps.pr.outputs.tag-suffix }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=${{ matrix.image }}-${{ matrix.tag }}
cache-to: type=gha,mode=max,scope=${{ matrix.image }}-${{ matrix.tag }}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated to [@lando/php@1.5.0](https://github.com/lando/php/releases/tag/v1.5.0)
* Removed `@lando/nginx`

## v1.7.0 - [October 17, 2024](https://github.com/lando/pantheon/releases/tag/v1.7.0)

* Updated all images to [gen4](https://hub.docker.com/repository/docker/devwithlando/pantheon-appserver/tags?name=-4)
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default defineConfig({
],
themeConfig: {
multiVersionBuild: {
satisfies: '>=1.0.0',
satisfies: '>=1.6.0',
},
sidebar: sidebar(),
},
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@lando/mariadb": "^1.5.0",
"@lando/mssql": "^1.0.0",
"@lando/mysql": "^1.1.0",
"@lando/php": "^1.4.0",
"@lando/php": "^1.5.0",
"@lando/postgres": "^1.1.0",
"@lando/redis": "^1.0.0",
"@lando/solr": "^1.0.0",
Expand Down

0 comments on commit add8d03

Please sign in to comment.