-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Akaizoku/develop
1.1.0 release
- Loading branch information
Showing
14 changed files
with
915 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
|
||
All notable changes to the [Alteryx deploy](https://github.com/Akaizoku/alteryx-deploy) project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [1.1.0](https://github.com/Akaizoku/alteryx-deploy/releases/1.1.0) - 2021-11-21 | ||
|
||
### Added | ||
|
||
- `Invoke-StartAlteryx` now checks for release version to ensure compatibility | ||
- Check connectivity to licensing system | ||
- Disable Alteryx license action | ||
- Disable Alteryx license(s) during uninstallation | ||
- License key parameter | ||
|
||
### Changed | ||
|
||
- Disabled InstallAware logging by default to improve performances | ||
- Improved documentation | ||
|
||
### Fixed | ||
|
||
- Fix conflict with version parameter and PowerShell modules versions | ||
- Fix `Get-AlteryxUtility` function call following refactoring of [PSAYX](https://github.com/Akaizoku/PSAYX) | ||
|
||
## [1.0.0](https://github.com/Akaizoku/alteryx-deploy/releases/1.0.0) - 2021-09-20 | ||
|
||
Minimum viable product (MVP) release for the Alteryx automated deployment utility. | ||
|
||
### Added | ||
|
||
The following functions have been added: | ||
|
||
- Install-Alteryx | ||
- Invoke-ActivateAlteryx | ||
- Invoke-BackupAlteryx | ||
- Invoke-RestartAlteryx | ||
- Invoke-RestoreAlteryx | ||
- Invoke-StartAlteryx | ||
- Invoke-StopAlteryx | ||
- Show-Configuration | ||
- Uninstall-Alteryx | ||
- Update-Alteryx | ||
|
||
The following files have been added: | ||
|
||
- LICENSE | ||
- README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.