Skip to content
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

[UpdateTool - Terminus Information] Update commands and releases to version 3.4.0. #8960

Merged
merged 5 commits into from
May 1, 2024
Merged
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
2 changes: 1 addition & 1 deletion source/content/terminus/02-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The commands below will:

```bash{promptUser: user}
mkdir -p ~/terminus && cd ~/terminus
curl -L https://github.com/pantheon-systems/terminus/releases/download/3.3.5/terminus.phar --output terminus
curl -L https://github.com/pantheon-systems/terminus/releases/download/3.4.0/terminus.phar --output terminus
chmod +x terminus
./terminus self:update
sudo ln -s ~/terminus/terminus /usr/local/bin/terminus
Expand Down
30 changes: 12 additions & 18 deletions source/content/terminus/10-supported-terminus.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ After this period, the version will reach End Of Life (**EOL**), and will no lon

| Version | Release Date | EOL Date |
|------------------|--------------------|--------------------|
| 3.3.5 | February 28, 2024 | |
| 3.4.0 | April 23, 2024 | |
| 3.3.5 | February 28, 2024 | April 23, 2025 |
| 3.3.4 | February 27, 2024 | February 28, 2025 |
| 3.3.3 | January 11, 2024 | February 27, 2025 |
| 3.3.2 | January 11, 2024 | January 11, 2025 |
Expand All @@ -33,26 +34,19 @@ After this period, the version will reach End Of Life (**EOL**), and will no lon
| 3.2.1 | June 1, 2023 | September 28, 2024 |
| 3.2.0 | May 22 , 2023 | June 1, 2024 |
| 3.1.5 | April 6, 2023 | May 22, 2024 |
| 3.1.4 | March 1, 2023 | April 6, 2024 |
| 3.1.3 | February 1, 2023 | March 1, 2024 |
| 3.1.2 | January 3, 2023 | February 1, 2024 |
| 3.1.1 | November 8, 2022 | January 3, 2024 |
| 3.1.0 | October 18, 2022 | November 8, 2023 |
| 3.0.9 | October 06, 2022 | October 18, 2023 |
| 3.0.8 | August 22, 2022 | October 06, 2023 |
| 3.0.7 | March 29, 2022 | August 22, 2023 |
| 3.0.6 or earlier | February 18, 2022 | March 29, 2023 |
| 3.1.4 or earlier | March 1, 2023 | April 6, 2024 |


### PHP Version Compatibility Matrix

| PHP Version | Terminus 3.x |
| ---------- | :-----------: |
| 8.3 | <span style="color:green">✔</span> |
| 8.2 | <span style="color:green">✔</span> |
| 8.1 | <span style="color:green">✔</span> |
| 8.0 | <span style="color:green">✔</span> |
| 7.4 | <span style="color:green">✔</span> |
| 7.3 or earlier | |
| PHP Version | Terminus 3.x |
| ---------- |:----------------------------------:|
| 8.3 | <span style="color:green">✔</span> |
| 8.2 | <span style="color:green">✔</span> |
| 8.1 | <span style="color:green">✔</span> |
| 8.0 | <span style="color:green">✔</span> |
| 7.4 | <span style="color:green">✔</span> |
| 7.3 or earlier | |

## More Resources

Expand Down
10 changes: 5 additions & 5 deletions source/data/commands.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"application": {
"name": "Terminus",
"version": "3.3.5"
"version": "3.4.0"
},
"commands": [
{
Expand Down Expand Up @@ -3583,7 +3583,7 @@
},
{
"name": "env:clone-content",
"description": "Clones database\/files from one environment to another environment. WordPress sites will search the database for the default domain and replace it with the target environment's domain unless you specify a different search\/replace string with --search-for and --replace-with.",
"description": "Clones database\/files from one environment to another environment. WordPress sites will search the database for the default domain and replace it with the target environment's domain unless you specify a different search\/replace string with --from-url and --to-url.",
"usage": [
"env:clone-content [--cc] [--db-only] [--files-only] [--updatedb] [--from-url [FROM-URL]] [--to-url [TO-URL]] [--] <site>.<env> <target_env>",
"env:clone-content <site>.<env> <target_env> Clones database and files from <site>'s",
Expand Down Expand Up @@ -7315,9 +7315,9 @@
"description": "Creates a multidev environment. If there is an existing Git branch with the multidev name, then it will be used when the new environment is created.",
"usage": [
"multidev:create [--no-db] [--no-files] [--] <site>.<env> <multidev>",
"multidev:create <site>.<env> <multidev> Creates the Multidev environment, <multidev>, within <site> with database and files from the <env> environment.",
"multidev:create <site>.<env> <multidev> --no-db Creates the <multidev> environment without database from the <env> environment.",
"multidev:create <site>.<env> <multidev> --no-files Creates the <multidev> environment without files from the <env> environment.",
"multidev:create <site>.<env> <multidev> Creates the Multidev environment,",
"multidev:create <site>.<env> <multidev> --no-db Creates the <multidev>",
"multidev:create <site>.<env> <multidev> --no-files Creates the <multidev>",
"env:create"
],
"help": "Creates a multidev environment. If there is an existing Git branch with the multidev name, then it will be used when the new environment is created.",
Expand Down
148 changes: 74 additions & 74 deletions source/data/terminusReleases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,78 @@
[
{
"url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/releases\/152493372",
"assets_url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/releases\/152493372\/assets",
"upload_url": "https:\/\/uploads.github.com\/repos\/pantheon-systems\/terminus\/releases\/152493372\/assets{?name,label}",
"html_url": "https:\/\/github.com\/pantheon-systems\/terminus\/releases\/tag\/3.4.0",
"id": 152493372,
"author": {
"login": "pantheon-ci-bot",
"id": 26102846,
"node_id": "MDQ6VXNlcjI2MTAyODQ2",
"avatar_url": "https:\/\/avatars.githubusercontent.com\/u\/26102846?v=4",
"gravatar_id": "",
"url": "https:\/\/api.github.com\/users\/pantheon-ci-bot",
"html_url": "https:\/\/github.com\/pantheon-ci-bot",
"followers_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/followers",
"following_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/following{\/other_user}",
"gists_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/gists{\/gist_id}",
"starred_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/starred{\/owner}{\/repo}",
"subscriptions_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/subscriptions",
"organizations_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/orgs",
"repos_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/repos",
"events_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/events{\/privacy}",
"received_events_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/received_events",
"type": "User",
"site_admin": false
},
"node_id": "RE_kwDOAQSNzs4JFt08",
"tag_name": "3.4.0",
"target_commitish": "3.x",
"name": "3.4.0",
"draft": false,
"prerelease": false,
"created_at": "2024-04-23T21:51:48Z",
"published_at": "2024-04-23T22:56:16Z",
"assets": [
{
"url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/releases\/assets\/163849644",
"id": 163849644,
"node_id": "RA_kwDOAQSNzs4JxCWs",
"name": "terminus.phar",
"label": "",
"uploader": {
"login": "pantheon-ci-bot",
"id": 26102846,
"node_id": "MDQ6VXNlcjI2MTAyODQ2",
"avatar_url": "https:\/\/avatars.githubusercontent.com\/u\/26102846?v=4",
"gravatar_id": "",
"url": "https:\/\/api.github.com\/users\/pantheon-ci-bot",
"html_url": "https:\/\/github.com\/pantheon-ci-bot",
"followers_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/followers",
"following_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/following{\/other_user}",
"gists_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/gists{\/gist_id}",
"starred_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/starred{\/owner}{\/repo}",
"subscriptions_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/subscriptions",
"organizations_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/orgs",
"repos_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/repos",
"events_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/events{\/privacy}",
"received_events_url": "https:\/\/api.github.com\/users\/pantheon-ci-bot\/received_events",
"type": "User",
"site_admin": false
},
"content_type": "application\/octet-stream",
"state": "uploaded",
"size": 9974700,
"download_count": 0,
"created_at": "2024-04-23T22:56:17Z",
"updated_at": "2024-04-23T22:56:17Z",
"browser_download_url": "https:\/\/github.com\/pantheon-systems\/terminus\/releases\/download\/3.4.0\/terminus.phar"
}
],
"tarball_url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/tarball\/3.4.0",
"zipball_url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/zipball\/3.4.0",
"body": "- Update clone:content command documentation #2560\r\n- New test for env:metrics command #2562\r\n- Handle error processing workflow in connection:set command. #2563\r\n- The site:create command now waits for a site to be fully awake before completing #2564\r\n- The multidev:create command now waits for the environment to be fully awake before completing #2565"
},
{
"url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/releases\/144090242",
"assets_url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/releases\/144090242\/assets",
Expand Down Expand Up @@ -2070,79 +2144,5 @@
"tarball_url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/tarball\/2.6.4",
"zipball_url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/zipball\/2.6.4",
"body": "- Fix Terminus for PHP 5.5, 5.6, and 7.0 (#2264)"
},
{
"url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/releases\/51573810",
"assets_url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/releases\/51573810\/assets",
"upload_url": "https:\/\/uploads.github.com\/repos\/pantheon-systems\/terminus\/releases\/51573810\/assets{?name,label}",
"html_url": "https:\/\/github.com\/pantheon-systems\/terminus\/releases\/tag\/2.6.2",
"id": 51573810,
"author": {
"login": "kporras07",
"id": 2217820,
"node_id": "MDQ6VXNlcjIyMTc4MjA=",
"avatar_url": "https:\/\/avatars.githubusercontent.com\/u\/2217820?v=4",
"gravatar_id": "",
"url": "https:\/\/api.github.com\/users\/kporras07",
"html_url": "https:\/\/github.com\/kporras07",
"followers_url": "https:\/\/api.github.com\/users\/kporras07\/followers",
"following_url": "https:\/\/api.github.com\/users\/kporras07\/following{\/other_user}",
"gists_url": "https:\/\/api.github.com\/users\/kporras07\/gists{\/gist_id}",
"starred_url": "https:\/\/api.github.com\/users\/kporras07\/starred{\/owner}{\/repo}",
"subscriptions_url": "https:\/\/api.github.com\/users\/kporras07\/subscriptions",
"organizations_url": "https:\/\/api.github.com\/users\/kporras07\/orgs",
"repos_url": "https:\/\/api.github.com\/users\/kporras07\/repos",
"events_url": "https:\/\/api.github.com\/users\/kporras07\/events{\/privacy}",
"received_events_url": "https:\/\/api.github.com\/users\/kporras07\/received_events",
"type": "User",
"site_admin": false
},
"node_id": "RE_kwDOAQSNzs4DEvQy",
"tag_name": "2.6.2",
"target_commitish": "2.x",
"name": "2.6.2",
"draft": false,
"prerelease": false,
"created_at": "2021-10-18T21:51:26Z",
"published_at": "2021-10-18T22:19:15Z",
"assets": [
{
"url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/releases\/assets\/47299084",
"id": 47299084,
"node_id": "RA_kwDOAQSNzs4C0boM",
"name": "terminus.phar",
"label": "",
"uploader": {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https:\/\/avatars.githubusercontent.com\/in\/15368?v=4",
"gravatar_id": "",
"url": "https:\/\/api.github.com\/users\/github-actions%5Bbot%5D",
"html_url": "https:\/\/github.com\/apps\/github-actions",
"followers_url": "https:\/\/api.github.com\/users\/github-actions%5Bbot%5D\/followers",
"following_url": "https:\/\/api.github.com\/users\/github-actions%5Bbot%5D\/following{\/other_user}",
"gists_url": "https:\/\/api.github.com\/users\/github-actions%5Bbot%5D\/gists{\/gist_id}",
"starred_url": "https:\/\/api.github.com\/users\/github-actions%5Bbot%5D\/starred{\/owner}{\/repo}",
"subscriptions_url": "https:\/\/api.github.com\/users\/github-actions%5Bbot%5D\/subscriptions",
"organizations_url": "https:\/\/api.github.com\/users\/github-actions%5Bbot%5D\/orgs",
"repos_url": "https:\/\/api.github.com\/users\/github-actions%5Bbot%5D\/repos",
"events_url": "https:\/\/api.github.com\/users\/github-actions%5Bbot%5D\/events{\/privacy}",
"received_events_url": "https:\/\/api.github.com\/users\/github-actions%5Bbot%5D\/received_events",
"type": "Bot",
"site_admin": false
},
"content_type": "application\/octet-stream",
"state": "uploaded",
"size": 5502232,
"download_count": 0,
"created_at": "2021-10-18T22:29:11Z",
"updated_at": "2021-10-18T22:29:12Z",
"browser_download_url": "https:\/\/github.com\/pantheon-systems\/terminus\/releases\/download\/2.6.2\/terminus.phar"
}
],
"tarball_url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/tarball\/2.6.2",
"zipball_url": "https:\/\/api.github.com\/repos\/pantheon-systems\/terminus\/zipball\/2.6.2",
"body": "### Changed\r\n- Updated `self:update` command to support new options from upstream library (#2223)"
}
]
Loading