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

Update LTS version in channels.json to reflect 7.4 #789

Open
wants to merge 5 commits into
base: master
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
2 changes: 1 addition & 1 deletion .vsts-ci/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
- name: 'previewReleaseTag'
default: 'v7.4.0-rc.1'
- name: 'ltsReleaseTag'
default: 'v7.2.17'
default: 'v7.4.0'
- name: 'stableReleaseTag'
default: 'v7.4.0'

Expand Down
6 changes: 3 additions & 3 deletions assets/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"IsLinux": true,
"JobName": "alpine316",
"OsVersion": "Alpine 3.16 (In Validation)",
"TagList": "lts-7.2-alpine-3.16;lts-alpine-3.16",
"TagList": "lts-7.4-alpine-3.16;lts-alpine-3.16",
"UseInCI": false
},
{
Expand All @@ -23,7 +23,7 @@
"IsLinux": true,
"JobName": "mariner2",
"OsVersion": "Mariner 2.0 (End of Life)",
"TagList": "lts-7.2-mariner-2.0;lts-mariner-2.0",
"TagList": "lts-7.4-mariner-2.0;lts-mariner-2.0",
"UseInCI": true
},
{
Expand Down Expand Up @@ -62,7 +62,7 @@
"IsLinux": true,
"JobName": "alpine317",
"OsVersion": "Alpine 3.17 (In Validation)",
"TagList": "lts-7.2-alpine-3.17;lts-alpine-3.17",
"TagList": "lts-7.4-alpine-3.17;lts-alpine-3.17",
"UseInCI": false
},
{
Expand Down
92 changes: 0 additions & 92 deletions release/7-2/alpine316/docker/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions release/7-2/alpine316/meta.json

This file was deleted.

35 changes: 0 additions & 35 deletions release/7-2/alpine316/test-deps/docker/Dockerfile

This file was deleted.

16 changes: 0 additions & 16 deletions release/7-2/alpine316/test-deps/meta.json

This file was deleted.

62 changes: 62 additions & 0 deletions tests/testArgs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"Tags": [
"ps.local/public/powershell:7.2-ubuntu-bionic",
"ps.local/public/powershell:7.2-ubuntu-18.04",
"ps.local/public/powershell:ubuntu-bionic",
"ps.local/public/powershell:ubuntu-18.04"
],
"BuildArgs": {
"fromTag": "notUsed",
"PS_VERSION": "7.4.0",
"PACKAGE_VERSION": "7.4.0",
"IMAGE_NAME": "mcr.microsoft.com/public/powershell:7.4-ubuntu-bionic",
"BaseImage": "",
"PS_INSTALL_VERSION": "7",
"PS_PACKAGE_URL": "https://github.com:443/PowerShell/PowerShell/releases/download/v7.4.2/powershell_7.4.0.deb_amd64.deb"
},
"ContextPath": "C:\\Users\\annavied\\Documents\\PowerShell-Docker\\release\\7-4\\ubuntu18.04\\docker",
"OS": "linux",
"ExpectedVersion": "7.4.0",
"SkipVerification": false,
"SkipWebCmdletTests": false,
"SkipGssNtlmSspTests": false,
"BaseImage": "",
"OptionalTests": null,
"TestProperties": {
"size": 355
},
"Channel": "stable",
"UseAcr": false
},
{
"Tags": [
"ps.local/public/powershell/test-deps:ubuntu-bionic",
"ps.local/public/powershell/test-deps:ubuntu-18.04"
],
"BuildArgs": {
"fromTag": "notUsed",
"PS_VERSION": "7.4.0",
"PACKAGE_VERSION": "7.4.0",
"IMAGE_NAME": "mcr.microsoft.com/public/powershell/test-deps:ubuntu-bionic",
"BaseImage": "ps.local/public/powershell:7.4-ubuntu-bionic",
"PS_INSTALL_VERSION": "7"
},
"ContextPath": "C:\\Users\\annavied\\Documents\\PowerShell-Docker\\release\\7-2\\ubuntu18.04\\test-deps\\docker",
"OS": "linux",
"ExpectedVersion": "7.4.0",
"SkipVerification": false,
"SkipWebCmdletTests": false,
"SkipGssNtlmSspTests": false,
"BaseImage": "ps.local/public/powershell:7.4-ubuntu-bionic",
"OptionalTests": [
"test-deps",
"test-deps-debian"
],
"TestProperties": {
"size": 380
},
"Channel": "stable",
"UseAcr": false
}
]
2 changes: 1 addition & 1 deletion tools/buildHelper/channels.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "lts",
"path": "release/7-2",
"path": "release/7-4",
"tagPrefix": "lts",
"pwshInstallVersion": "7-lts",
"packageTag": "-lts"
Expand Down
Loading