Skip to content

feat: added deprecated versions #4827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions shared/data/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,22 @@
"runtime": false,
"type": "chrome-headless",
"versions": {
"deprecated": [],
"deprecated": [
"73",
"80",
"81",
"83",
"84",
"86"
],
"supported": [
"120",
"113",
"95",
"91",
"86",
"84",
"83",
"81",
"80",
"73"
"91"
],
"legacy": [
"86",
"84",
"83",
"81",
"80",
"73"

]
},
"versions-dedicated-gen-3": {
Expand Down
10 changes: 10 additions & 0 deletions sites/platform/src/add-services/headless-chrome.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ When you deploy your app, you always get the latest available patches.
</tbody>
</table>

## Deprecated versions

The following versions are still available in your projects,
but they're at their end of life and are no longer receiving security updates from upstream.

{{< image-versions image="chrome-headless" status="deprecated" environment="grid" >}}

To ensure your project remains stable in the future,
switch to a [supported version](#supported-versions).

## Relationship reference

Example information available through the [`{{% vendor/prefix %}}_RELATIONSHIPS` environment variable](/development/variables/use-variables.md#use-provided-variables)
Expand Down
10 changes: 10 additions & 0 deletions sites/upsun/src/add-services/headless-chrome.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ Patch versions are applied periodically for bug fixes and the like. When you dep

{{< image-versions image="chrome-headless" status="supported" environment="grid" >}}

## Deprecated versions

The following versions are still available in your projects,
but they're at their end of life and are no longer receiving security updates from upstream.

{{< image-versions image="chrome-headless" status="deprecated" environment="grid" >}}

To ensure your project remains stable in the future,
switch to a [supported version](#supported-versions).

## Relationship reference

For each service [defined via a relationship](#usage-example) to your application,
Expand Down
Loading