Skip to content

Commit 7358992

Browse files
authored
OfficeOnlineServerDsc: Update to latest pipeline files (#64)
- OfficeOnlineServerDsc - Updated to latest pipeline files.
1 parent e9a82e7 commit 7358992

17 files changed

Lines changed: 3786 additions & 769 deletions

CHANGELOG.md

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
### Changed
9+
10+
- OfficeOnlineServerDsc
11+
- Updated to latest pipeline files.
12+
813
## [1.5.0] - 2020-04-03
914

1015
## Added
@@ -38,4 +43,73 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3843
- Removed check for MachineToJoin. The resource only needs to check
3944
for farm join, especially with the new ProductUpdate resource.
4045

41-
For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md).
46+
## [1.4.0.0] - 2019-05-15
47+
48+
### Changed
49+
50+
- OfficeOnlineServerInstall
51+
- Updated resource to make sure the Windows Environment
52+
variables are loaded into the PowerShell session;
53+
- Updated error code checks to force reboot;
54+
- OfficeOnlineServerMachine
55+
- Updated resource to make sure the Windows Environment
56+
variables are loaded into the PowerShell session;
57+
58+
### Fixed
59+
60+
- Created LICENSE file to match the Microsoft Open Source Team standard.
61+
- Fixes [Issue #35](https://github.com/PowerShell/OfficeOnlineServerDsc/issues/35)
62+
63+
## [1.3.0.0] - 2019-04-03
64+
65+
### Added
66+
67+
- Changes to OfficeOnlineServerDsc
68+
- Added pull request template and issue templates.
69+
- OfficeOnlineServerInstall
70+
- Added check to test if the setup file is blocked or not;
71+
- Added ability to install from a UNC path, by adding server
72+
to IE Local Intranet Zone. This will prevent an endless wait
73+
caused by security warning;
74+
- OfficeOnlineServerInstallLanguagePack
75+
- Added check to test if the setup file is blocked or not;
76+
- Added ability to install from a UNC path, by adding server
77+
to IE Local Intranet Zone. This will prevent an endless wait
78+
caused by security warning;
79+
80+
## [1.2.0.0] - 2018-02-08
81+
82+
### Fixed
83+
84+
- Added fix for Multiple Language Pack Installs
85+
86+
## [1.1.0.0] - 2017-12-20
87+
88+
### Added
89+
90+
- Added support for Language Packs installation;
91+
92+
## [1.0.0.0] - 2017-03-08
93+
94+
### Added
95+
96+
- Added documentation to the module to finalise for release;
97+
98+
### Changed
99+
100+
- Renamed resources to shorten names before release;
101+
- 'OfficeOnlineServerWebAppsFarm' becomes 'OfficeOnlineServerFarm';
102+
- 'OfficeOnlineServerWebAppsMachine' becomes 'OfficeOnlineServerMachine';
103+
104+
## [0.2.0.0] - 2016-09-21
105+
106+
### Fixed
107+
108+
- Fixed a bug that caused OfficeOnlineServerMachine to fail a test when;
109+
the machine to join was specified using a fully qualified domain name (FQDN);
110+
111+
### [0.1.0.0] - 2016-08-16
112+
113+
### Added
114+
115+
- First release of OfficeOnlineServerDsc;

GitVersion.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,3 @@ branches:
2424
ignore:
2525
sha: []
2626
merge-message-formats: {}
27-
28-
29-
# feature:
30-
# tag: useBranchName
31-
# increment: Minor
32-
# regex: f(eature(s)?)?[/-]
33-
# source-branches: ['master']
34-
# hotfix:
35-
# tag: fix
36-
# increment: Patch
37-
# regex: (hot)?fix(es)?[/-]
38-
# source-branches: ['master']

HISTORIC_CHANGELOG.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

LICENSE

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
MIT License
1+
MIT License
22

3-
Copyright (c) DSC Community contributors.
3+
Copyright (c) DSC Community contributors.
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1414

15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

RequiredModules.psd1

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
@{
2-
# Set up a mini virtual environment...
32
PSDependOptions = @{
43
AddToPath = $true
54
Target = 'output\RequiredModules'
65
Parameters = @{
7-
Repository = ''
6+
Repository = 'PSGallery'
87
}
98
}
109

@@ -15,18 +14,11 @@
1514
ModuleBuilder = 'latest'
1615
ChangelogManagement = 'latest'
1716
Sampler = 'latest'
17+
'Sampler.GitHubTasks' = 'latest'
1818
MarkdownLinkCheck = 'latest'
1919
'DscResource.Test' = 'latest'
2020
'DscResource.AnalyzerRules' = 'latest'
2121
xDscResourceDesigner = 'latest'
2222
'DscResource.DocGenerator' = 'latest'
2323
PSDscResources = 'latest'
24-
25-
26-
# PSPKI = 'latest'
27-
# 'DscResource.Common' = @{
28-
# Target = 'Source/Modules'
29-
# Version = 'latest'
30-
# }
3124
}
32-

0 commit comments

Comments
 (0)