Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
chhangelog for release 2020.11.21
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Nov 21, 2020
1 parent c9a3259 commit bd90576
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

## NEXT

## 2020.11.21

- `Get-RemoteFiles` now considers `$Latest.Options.Headers`
- TLS settings updated ([#216](https://github.com/majkinetor/au/pull/216))
- Set the AU version to the last commit date ([#217](https://github.com/majkinetor/au/pull/217))
- Support ChocolateyPackageFolder environment variable ([#255](https://github.com/majkinetor/au/pull/255))
- Plugins:
- New plugin: Gitlab ([#195](https://github.com/majkinetor/au/pull/195))
- Gist: option for secret gist and Enterprise API
- Improved Powershell 7 compatibility ([#208](https://github.com/majkinetor/au/issues/208))
- Added a `Branch` parameter to GitReleases ([#227](https://github.com/majkinetor/au/issues/227))
- Set the AU version to the last commit date ([#217](https://github.com/majkinetor/au/pull/217))

### Plugins:

- **GitLab**: new plugin ([#195](https://github.com/majkinetor/au/pull/195))
- **Gist**: option for secret gist and Enterprise API
- **GitReleases**: Added a `Branch` parameter ([#227](https://github.com/majkinetor/au/issues/227))

## 2019.5.22

Expand All @@ -20,14 +24,14 @@
- New plugin: Snippet

### Bugfixes

- Fixed header handling during request ([#164](https://github.com/majkinetor/au/issues/164))
- Push errors are not repeated or ignored on ([#175](https://github.com/majkinetor/au/issues/175))
- Few small changes and fixes

## 2018.5.18

- `Update-Package`:
- `Update-Package`:
- Now you can pass HTTP/HTTPS headers to `$Latest.Options.Headers` to avoid `Unauthorized` errors while checking URLs.
- Package Gallery URL is no longer hard-coded but taken from the `$au_GalleryUrl` if it exists ([#95](https://github.com/majkinetor/au/issues/95))
- `Update-AUPackages`: Added `NoCheckChocoVersion` option.
Expand All @@ -53,7 +57,7 @@

## 2017.8.30

- `Update-AUPackages`
- `Update-AUPackages`
- New options to handle update.ps1 errors: `IgnoreOn`, `RepeatOn`,`RepeatCount`,`RepeatSleep`. See [documentation](https://github.com/majkinetor/au#handling-update-errors). ([#76](https://github.com/majkinetor/au/issues/76)).
- New option `WhatIf` option that will trigger WhatIf on all packages.
- New AUPackage properties: `Ignored` (boolean) and `IgnoreMessage`.
Expand All @@ -70,11 +74,11 @@

- `Get-RemoteFiles`
- `NoSuffix` switch to not add `_x32` and/or `_x64` suffix at the end of the file names.
- Now also sets `ChecksumTypeXX` and `FileNameXX` and accepts `Algorithm` parameter.
- Now also sets `ChecksumTypeXX` and `FileNameXX` and accepts `Algorithm` parameter.

### Bugfixes

- Fix ps1 files encoded in UTF8 without BOM being treated as ANSI.
- Fix ps1 files encoded in UTF8 without BOM being treated as ANSI.
- Fix chocolatey.org package check using wrong package name when overridden in update.ps1.

## 2017.1.14
Expand Down Expand Up @@ -124,7 +128,7 @@ Changes in [au-packages-template](https://github.com/majkinetor/au-packages-temp
## 2016.11.5

- `Update-Package`
- It now automatically adds `$Latest.Filetype` based on the extension of the first URL it finds.
- It now automatically adds `$Latest.Filetype` based on the extension of the first URL it finds.

### CD

Expand Down Expand Up @@ -183,19 +187,19 @@ is now of the type ordered HashTable ( `[ordered]@{...}` ). This is the only re
to continue working and behave the same as before, however, other things are required in order to fully use AU features:

- Remove the user scripts `Save-XXX.ps1` as improved versions now come with AU (plugins).
- Take a look at the [update_all.ps1](https://github.com/majkinetor/au-packages-template/blob/master/update_all.ps1)
to see how plugins are used and setup. Migrate current custom options to the new style.
See [plugins section](https://github.com/majkinetor/au#plugins) for details.
- Take a look at the [update_all.ps1](https://github.com/majkinetor/au-packages-template/blob/master/update_all.ps1)
to see how plugins are used and setup. Migrate current custom options to the new style.
See [plugins section](https://github.com/majkinetor/au#plugins) for details.

Take a look at the [working example](https://github.com/majkinetor/au-packages/blob/master/update_all.ps1) and [plugin wiki page](https://github.com/majkinetor/au/wiki/Plugins).

### Changes

- `Update-Package`
- Support for Semantic Versioning [#21](https://github.com/majkinetor/au/issues/21).
- `Test-Package`
- `Test-Package`
- Optional parameter Nu to test package from the .nupkg, .nuspec or directory.
- Test chocolatey uninstaller.
- Test chocolatey uninstaller.
- Refactoring.
- Installer improvements.
- `Update-AUPackages`
Expand Down Expand Up @@ -239,7 +243,7 @@ Take a look at the [working example](https://github.com/majkinetor/au-packages/b
- `NuspecVersion` added to the `$Latest` HashTable.
- Pester tests.
- run standalone, `update` in the package directory calls `./update.ps1`.
- `README.md` made available via `man about_au`.
- `README.md` made available via `man about_au`.
- Consider global variable `$au_root` when looking for AU packages.
- Optimization and refactoring.
- Bugfixes
Expand Down

0 comments on commit bd90576

Please sign in to comment.