Blog/content/posts/pscredentialstore-update/index.md
OCram85 ddbaa61c36
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
use congo thumb and cover images (#39)
#### 📖 Summary

<!-- Provide a summary of your changes. Describe the why and not how. -->

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #39
2022-12-14 20:16:25 +01:00

2.2 KiB

title date draft categories tags
PSCredentialStore 1.1.0 is released 2022-09-21T10:14:18+02:00 false
Projects
PSCredentialStore

Today I'm proud to present the release of PSCredentialStore version 1.1.0.

This version was mainly focused on updating the build pipeline and codebase. So let me explain the changes in detail:

  • 🧰 Reworked the build pipeline and replace Travis, AppVeyor by Drone.IO.
  • 🧰 Updated the PowerShell style to the lates community standards.
  • 🧰 Migrated from Github to self hosted Gitea.
  • 🧰 Migrated to self hosted Drone and Woodpecker CI.
  • 🧰 Updated Pester unit tests to Pester5+ syntax.
  • 💣 Changed from MIT to GNU AGPLv3 license.
  • 🧰 Removed the optional dependency helper.
  • 📦 Updated embedded OpenSSL (LibreSSL) files to version 3.5.3.
  • 🧰 Added gitea project template files for issues and pull requests.
  • 🤖 Implemented DroneHelper base Drone pipeline.

Additionally we fixed some issues and added new connection types:

  • 🌟 Added CiscoUCSCentral connection type
  • 🐛 Fixed Test-CredentialStoreItem output
  • 🐛 Fixed CiscoUCS connection

You can find the PSCredential store at PowerShell Gallery and gitea.ocram85.com.

Feel free to install or upgrade to the latest version with the following command.

Install-Module -Name 'PSCredentialStore' -Force

forthebadge