Compare commits
2 Commits
376a0155e8
...
64ddadc5ab
Author | SHA1 | Date | |
---|---|---|---|
64ddadc5ab | |||
7c3239b2bf |
3
.vscode/dictionaries/project-words.txt
vendored
3
.vscode/dictionaries/project-words.txt
vendored
@ -2,4 +2,7 @@ CAFS
|
|||||||
gitea
|
gitea
|
||||||
gitlocal
|
gitlocal
|
||||||
hashtable
|
hashtable
|
||||||
|
lastmod
|
||||||
|
UCS
|
||||||
umami
|
umami
|
||||||
|
Veyor
|
||||||
|
46
content/posts/pscredentialstore-update/index.md
Normal file
46
content/posts/pscredentialstore-update/index.md
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
---
|
||||||
|
title: "✨ PSCredentialStore 1.1.0 is released"
|
||||||
|
date: 2022-09-21T10:14:18+02:00
|
||||||
|
draft: true
|
||||||
|
|
||||||
|
categories: ['Projects']
|
||||||
|
tags: ['PSCredentialStore']
|
||||||
|
|
||||||
|
# lastmod: 2022-09-21T10:14:18+02:00
|
||||||
|
# showDateUpdated: true
|
||||||
|
|
||||||
|
# custom overrides for pages
|
||||||
|
# showDate: false
|
||||||
|
# showAuthor: false
|
||||||
|
# showWordCount: false
|
||||||
|
# showReadingTime: false
|
||||||
|
# showTableOfContents: false
|
||||||
|
# showTaxonomies: true
|
||||||
|
# showEdit: false
|
||||||
|
# sharingLinks: [null]
|
||||||
|
---
|
||||||
|
|
||||||
|
![PSCredLogo](https://gitea.ocram85.com/OCram85/PSCredentialStore/raw/branch/master/assets/social-logo.png)
|
||||||
|
|
||||||
|
Today I'm proud to present the release of PSCredentialStore version [1.1.0](https://www.powershellgallery.com/packages/PSCredentialStore/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](https://gitea.ocram85.com/OCram85/PSCredentialStore).
|
||||||
|
- 🧰 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.
|
||||||
|
- Started building and deploying the LibreSSL windows portable version on Github: https://github.com/OCram85/libressl-portable.
|
||||||
|
- 🧰 Added gitea project template files for issues and pull requests.
|
||||||
|
- 🤖 Implemented [DroneHelper](https://gitea.ocram85.com/OCram85/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
|
Loading…
Reference in New Issue
Block a user