Skip to content

Releases: CrayonGroup/CloudiQ.PowerShell

alpha8

29 Aug 08:21
9ed78e8
Compare
Choose a tag to compare
alpha8 Pre-release
Pre-release

Updated URI to reflect removal of beta endpoints

v1.0.0-alpha7

16 Nov 14:21
01bf204
Compare
Choose a tag to compare
v1.0.0-alpha7 Pre-release
Pre-release

v1.0.0-alpha7

  • Add PublisherSubscriptionId parameter to filter subscription (#21)
  • Added default view with few details, and a detailed switch (3ddf072)

v1.0.0-alpha6

09 Nov 20:11
d8bdc12
Compare
Choose a tag to compare
v1.0.0-alpha6 Pre-release
Pre-release

New Features

  • Added Get-CloudiQAgreement (#17)

Miscellaneous fixes

  • Added tests for Connect-CloudiQ

From now on, the documentation is hosted in the branch gh-pages, which mkdocs automatically push to when using mkdocs gh-deploy.

v1.0.0-alpha5

07 Nov 16:23
Compare
Choose a tag to compare
v1.0.0-alpha5 Pre-release
Pre-release

New features

  • Add ItemName to output of Get-CloudiQSubscription (#13)
  • Add subscription ID from the Cloud-iQ portal to the subscriptions shown through PowerShell (#14)

Miscellaneous fixes

  • Updated how Get-CloudiQSubscriptionAddon works, slightly
  • Fixed tests to work with the changes from #13
  • Started using mkdocs for the documentation site

v1.0.0-alpha4

03 Nov 16:33
da11ecc
Compare
Choose a tag to compare
v1.0.0-alpha4 Pre-release
Pre-release

New features

  • Added Get-CloudiQSubscriptionAddon (#6)
  • Added aliases for current available cmdlets (#8)
  • Issues working with SecureString, cross-platform (#9)
  • Define scope and visibility for sensitive variables (#10)

Automation

  • GitHub Action, publishing new releases to the PowerShell Gallery (#2)

Miscellaneous fixes

  • Updated docs with new functions

From alpha4, there will be a changelog item. In practice, it makes it easier to write changes as it's implemented and when creating a release you have the text ready to go. Prior to alpha4, keeping a changelog has not been a priority. For more info on the why and how, take a look at keepachangelog.cm

v1.0.0-alpha3

24 Oct 16:44
Compare
Choose a tag to compare
v1.0.0-alpha3 Pre-release
Pre-release

Created a release for alpha3 due to fixing a function breaking bug. See issue #4 for details.

The module can be installed from the PowerShell Gallery by running the follow command:

Install-Module -Name CloudiQ -AllowPrerelease