Skip to content

Commit a08f324

Browse files
committed
Merge 6.0.0 into master
# Conflicts: # .github/Images/GitHub-PR.png # assets/Product.wxs # docs/installation/linux.md # docs/installation/macos.md # docs/installation/windows.md # test/powershell/Modules/Microsoft.PowerShell.Utility/WebCmdlets.Tests.ps1 # tools/metadata.json
2 parents 05ed031 + 2f81861 commit a08f324

File tree

19 files changed

+122
-87
lines changed

19 files changed

+122
-87
lines changed

.github/Images/GitHub-PR.png

5.32 KB
Loading

.spelling

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ WindowsVersion
381381
WSManCredSSP
382382
XPath
383383
Youtube
384+
stuntguy3000
385+
SwarfegaGit
384386
#endregion
385387

386388
#region CODE_OF_CONDUCT.md Overrides

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## v6.0.0 - 2018-01-10
4+
5+
### Breaking changes
6+
7+
- Remove `sc` alias which conflicts with `sc.exe` (#5827)
8+
- Separate group policy settings and enable policy controlled logging in PowerShell Core (#5791)
9+
10+
### Engine updates and fixes
11+
12+
- Handle `DLLImport` failure of `libpsrpclient` in PowerShell Remoting on Unix platforms (#5622)
13+
14+
### Test
15+
16+
- Replace `lee.io` Tests with `WebListener` (#5709) (Thanks @markekraus!)
17+
- Update the docker based release package tests due to the removal of `Pester` module and other issues (#5692)
18+
- Replace Remaining `HttpBin.org` Tests with `WebListener` (#5665) (Thanks @markekraus!)
19+
20+
### Build and Packaging Improvements
21+
22+
- Update x86 and x64 `MSI` packages to not overwrite each other (#5812) (Thanks @bergmeister!)
23+
- Update `Restore-PSPester` to include the fix for nested describe errors (#5771)
24+
- Automate the generation of release change log draft (#5712)
25+
26+
### Documentation and Help Content
27+
28+
- Updated help Uri to point to latest help content for `Microsoft.PowerShell.Core` module (#5820)
29+
- Update the installation doc for `Raspberry-Pi` about supported devices (#5773)
30+
- Fix a typo and a Markdown linting error in the Pull Request Template (#5807) (Thanks @markekraus!)
31+
- Update submodule documentation for pester removal (#5786) (Thanks @bergmeister!)
32+
- Change `Github` to `GitHub` in `CONTRIBUTING.md` (#5697) (Thanks @stuntguy3000!)
33+
- Fix incorrect release date on the changelog (#5698) (Thanks @SwarfegaGit!)
34+
- Add instructions to deploy `win-arm` build on Windows IoT (#5682)
35+
336
## v6.0.0-rc.2 - 2017-12-14
437

538
### Breaking changes

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,23 @@ You can also download the PowerShell binary archives for Windows, macOS and Linu
6060
| Windows (arm) **Experimental** | [32-bit][rl-winarm]/[64-bit][rl-winarm64] | [Instructions][in-windows-zip] |
6161
| Raspbian (Stretch) **Experimental** | [.tgz][rl-raspbian] | [Instructions][in-raspbian] |
6262

63-
[rl-windows-64]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/PowerShell-6.0.0-rc.2-win-x64.msi
64-
[rl-windows-86]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/PowerShell-6.0.0-rc.2-win-x86.msi
65-
[rl-ubuntu17]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell_6.0.0-rc.2-1.ubuntu.17.04_amd64.deb
66-
[rl-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell_6.0.0-rc.2-1.ubuntu.16.04_amd64.deb
67-
[rl-ubuntu14]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell_6.0.0-rc.2-1.ubuntu.14.04_amd64.deb
68-
[rl-debian8]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell_6.0.0-rc.2-1.debian.8_amd64.deb
69-
[rl-debian9]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell_6.0.0-rc.2-1.debian.9_amd64.deb
70-
[rl-centos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell-6.0.0_rc.2-1.rhel.7.x86_64.rpm
71-
[rl-ai]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/PowerShell-6.0.0-rc.2-x86_64.AppImage
72-
[rl-macos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell-6.0.0-rc.2-osx.10.12-x64.pkg
73-
[rl-winarm]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/PowerShell-6.0.0-rc.2-win-arm32.zip
74-
[rl-winarm64]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/PowerShell-6.0.0-rc.2-win-arm64.zip
75-
[rl-winx86-zip]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/PowerShell-6.0.0-rc.2-win-x86.zip
76-
[rl-winx64-zip]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/PowerShell-6.0.0-rc.2-win-x64.zip
77-
[rl-macos-tar]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell-6.0.0-rc.2-osx-x64.tar.gz
78-
[rl-linux-tar]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell-6.0.0-rc.2-linux-x64.tar.gz
79-
[rl-raspbian]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-rc.2/powershell-6.0.0-rc.2-linux-arm32.tar.gz
63+
[rl-windows-64]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/PowerShell-6.0.0-win-x64.msi
64+
[rl-windows-86]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/PowerShell-6.0.0-win-x86.msi
65+
[rl-ubuntu17]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/powershell_6.0.0-1.ubuntu.17.04_amd64.deb
66+
[rl-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/powershell_6.0.0-1.ubuntu.16.04_amd64.deb
67+
[rl-ubuntu14]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/powershell_6.0.0-1.ubuntu.14.04_amd64.deb
68+
[rl-debian8]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/powershell_6.0.0-1.debian.8_amd64.deb
69+
[rl-debian9]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/powershell_6.0.0-1.debian.9_amd64.deb
70+
[rl-centos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/powershell-6.0.0-1.rhel.7.x86_64.rpm
71+
[rl-ai]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/PowerShell-6.0.0-x86_64.AppImage
72+
[rl-macos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/powershell-6.0.0-osx.10.12-x64.pkg
73+
[rl-winarm]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/PowerShell-6.0.0-win-arm32.zip
74+
[rl-winarm64]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/PowerShell-6.0.0-win-arm64.zip
75+
[rl-winx86-zip]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/PowerShell-6.0.0-win-x86.zip
76+
[rl-winx64-zip]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/PowerShell-6.0.0-win-x64.zip
77+
[rl-macos-tar]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/powershell-6.0.0-osx-x64.tar.gz
78+
[rl-linux-tar]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/powershell-6.0.0-linux-x64.tar.gz
79+
[rl-raspbian]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0/powershell-6.0.0-linux-arm32.tar.gz
8080

8181
[installation]: https://github.com/PowerShell/PowerShell/tree/master/docs/installation
8282
[in-windows]: https://github.com/PowerShell/PowerShell/tree/master/docs/installation/windows.md#msi

docker/community/amazonlinux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
FROM amazonlinux:latest
44

5-
ARG POWERSHELL_VERSION=6.0.0-rc.2
6-
ARG POWERSHELL_PACKAGE=powershell-6.0.0-rc.2-linux-x64.tar.gz
5+
ARG POWERSHELL_VERSION=6.0.0
6+
ARG POWERSHELL_PACKAGE=powershell-6.0.0-linux-x64.tar.gz
77
ARG IMAGE_NAME=microsoft/powershell:amazonlinux
88

99
LABEL maintainer="PowerShell Team <[email protected]>" \

docker/release/centos7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM centos:7
44

5-
ARG POWERSHELL_VERSION=6.0.0-rc.2
5+
ARG POWERSHELL_VERSION=6.0.0
66
ARG IMAGE_NAME=microsoft/powershell:centos7
77

88
LABEL maintainer="PowerShell Team <[email protected]>" \

docker/release/fedora25/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM fedora:25
44

5-
ARG POWERSHELL_VERSION=6.0.0-rc.2
5+
ARG POWERSHELL_VERSION=6.0.0
66
ARG IMAGE_NAME=microsoft/powershell:fedora25
77

88
LABEL maintainer="PowerShell Team <[email protected]>" \

docker/release/fedora26/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM fedora:26
44

5-
ARG POWERSHELL_VERSION=6.0.0-rc.2
5+
ARG POWERSHELL_VERSION=6.0.0
66
ARG IMAGE_NAME=microsoft/powershell:fedora26
77

88
LABEL maintainer="PowerShell Team <[email protected]>" \

docker/release/nanoserver/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG NanoServerRepo=microsoft/nanoserver
1010
FROM ${WindowsServerCoreRepo}:$WindowsServerCoreVersion AS installer-env
1111

1212
# Arguments for installing powershell, must be defined in the container they are used
13-
ARG PS_VERSION=6.0.0-rc.2
13+
ARG PS_VERSION=6.0.0
1414

1515
ENV PS_DOWNLOAD_URL https://github.com/PowerShell/PowerShell/releases/download/v$PS_VERSION/PowerShell-$PS_VERSION-win-x64.zip
1616

@@ -25,7 +25,7 @@ RUN Expand-Archive powershell.zip -DestinationPath \PowerShell
2525
FROM ${NanoServerRepo}:$NanoServerVersion
2626

2727
ARG VCS_REF="none"
28-
ARG PS_VERSION=6.0.0-rc.2
28+
ARG PS_VERSION=6.0.0
2929
ARG IMAGE_NAME=microsoft/powershell
3030

3131
LABEL maintainer="PowerShell Team <[email protected]>" `

docker/release/opensuse42.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
FROM opensuse:42.2
44

5-
ARG POWERSHELL_VERSION=6.0.0-rc.2
6-
ARG POWERSHELL_PACKAGE=powershell-6.0.0-rc.2-linux-x64.tar.gz
5+
ARG POWERSHELL_VERSION=6.0.0
6+
ARG POWERSHELL_PACKAGE=powershell-6.0.0-linux-x64.tar.gz
77
ARG IMAGE_NAME=microsoft/powershell:opensuse42.2
88

99
LABEL maintainer="PowerShell Team <[email protected]>" \

0 commit comments

Comments
 (0)