Skip to content

Commit

Permalink
OfficeOnlineServerDsc: Update to latest pipeline files (#64)
Browse files Browse the repository at this point in the history
- OfficeOnlineServerDsc
  - Updated to latest pipeline files.
  • Loading branch information
johlju committed Nov 5, 2023
1 parent e9a82e7 commit 7358992
Show file tree
Hide file tree
Showing 17 changed files with 3,786 additions and 769 deletions.
76 changes: 75 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- OfficeOnlineServerDsc
- Updated to latest pipeline files.

## [1.5.0] - 2020-04-03

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

For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md).
## [1.4.0.0] - 2019-05-15

### Changed

- OfficeOnlineServerInstall
- Updated resource to make sure the Windows Environment
variables are loaded into the PowerShell session;
- Updated error code checks to force reboot;
- OfficeOnlineServerMachine
- Updated resource to make sure the Windows Environment
variables are loaded into the PowerShell session;

### Fixed

- Created LICENSE file to match the Microsoft Open Source Team standard.
- Fixes [Issue #35](https://github.com/PowerShell/OfficeOnlineServerDsc/issues/35)

## [1.3.0.0] - 2019-04-03

### Added

- Changes to OfficeOnlineServerDsc
- Added pull request template and issue templates.
- OfficeOnlineServerInstall
- Added check to test if the setup file is blocked or not;
- Added ability to install from a UNC path, by adding server
to IE Local Intranet Zone. This will prevent an endless wait
caused by security warning;
- OfficeOnlineServerInstallLanguagePack
- Added check to test if the setup file is blocked or not;
- Added ability to install from a UNC path, by adding server
to IE Local Intranet Zone. This will prevent an endless wait
caused by security warning;

## [1.2.0.0] - 2018-02-08

### Fixed

- Added fix for Multiple Language Pack Installs

## [1.1.0.0] - 2017-12-20

### Added

- Added support for Language Packs installation;

## [1.0.0.0] - 2017-03-08

### Added

- Added documentation to the module to finalise for release;

### Changed

- Renamed resources to shorten names before release;
- 'OfficeOnlineServerWebAppsFarm' becomes 'OfficeOnlineServerFarm';
- 'OfficeOnlineServerWebAppsMachine' becomes 'OfficeOnlineServerMachine';

## [0.2.0.0] - 2016-09-21

### Fixed

- Fixed a bug that caused OfficeOnlineServerMachine to fail a test when;
the machine to join was specified using a fully qualified domain name (FQDN);

### [0.1.0.0] - 2016-08-16

### Added

- First release of OfficeOnlineServerDsc;
12 changes: 0 additions & 12 deletions GitVersion.yml
Expand Up @@ -24,15 +24,3 @@ branches:
ignore:
sha: []
merge-message-formats: {}


# feature:
# tag: useBranchName
# increment: Minor
# regex: f(eature(s)?)?[/-]
# source-branches: ['master']
# hotfix:
# tag: fix
# increment: Patch
# regex: (hot)?fix(es)?[/-]
# source-branches: ['master']
77 changes: 0 additions & 77 deletions HISTORIC_CHANGELOG.md

This file was deleted.

34 changes: 17 additions & 17 deletions LICENSE
@@ -1,21 +1,21 @@
MIT License
MIT License

Copyright (c) DSC Community contributors.
Copyright (c) DSC Community contributors.

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

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

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
12 changes: 2 additions & 10 deletions RequiredModules.psd1
@@ -1,10 +1,9 @@
@{
# Set up a mini virtual environment...
PSDependOptions = @{
AddToPath = $true
Target = 'output\RequiredModules'
Parameters = @{
Repository = ''
Repository = 'PSGallery'
}
}

Expand All @@ -15,18 +14,11 @@
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
MarkdownLinkCheck = 'latest'
'DscResource.Test' = 'latest'
'DscResource.AnalyzerRules' = 'latest'
xDscResourceDesigner = 'latest'
'DscResource.DocGenerator' = 'latest'
PSDscResources = 'latest'


# PSPKI = 'latest'
# 'DscResource.Common' = @{
# Target = 'Source/Modules'
# Version = 'latest'
# }
}

0 comments on commit 7358992

Please sign in to comment.