Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Sep 19, 2020
1 parent e8c035d commit a2ffe87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## Unreleased

## Released

### v1.2.0

**PSc8y (PowerShell)**

* Added Powershell documentation to [online docs](https://reubenmiller.github.io/go-c8y-cli/pwsh/cmdlets/Get-Agent/)

* Removed conflicting cmdlets to make it more obvious which one is correct to use
* Deleted `Invoke-CustomRestMethod`. Use `Invoke-ClientRequest` instead.
* Deleted `Invoke-CustomRestRequest`. Use `Invoke-ClientRequest` instead.
Expand Down
2 changes: 1 addition & 1 deletion docker/bash.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk update \

WORKDIR /home/c8yuser

RUN curl -L https://www.powershellgallery.com/api/v2/package/PSc8y/1.1.1 -o c8y.zip \
RUN curl -L https://www.powershellgallery.com/api/v2/package/PSc8y/1.2.0 -o c8y.zip \
&& unzip -p c8y.zip Dependencies/c8y.linux > /usr/bin/c8y \
&& chmod +x /usr/bin/c8y \
&& rm c8y.zip
Expand Down
2 changes: 1 addition & 1 deletion docker/zsh.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk update \
&& apk add curl unzip zsh git \
&& adduser -S c8yuser

RUN curl -L https://www.powershellgallery.com/api/v2/package/PSc8y/1.1.1 -o c8y.zip \
RUN curl -L https://www.powershellgallery.com/api/v2/package/PSc8y/1.2.0 -o c8y.zip \
&& unzip -p c8y.zip Dependencies/c8y.linux > /usr/bin/c8y \
&& chmod +x /usr/bin/c8y \
&& rm c8y.zip
Expand Down

0 comments on commit a2ffe87

Please sign in to comment.