#### 📖 Summary
- updates changelog
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#78
#### 📖 Summary
- adds initial default config for changelog generation
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [ ] Tested via Drone.io pipeline
- [x] 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: OCram85/PSCredentialStore#77
#### 📖 Summary
- Fix Set-CredentialStoreItem. Currently it doesn't warn if the user is trying to update a CredentialStoreItem, that does not exist.
- Also add a bit of documentation and UnitTests.
- Fix the quotation of Test-CredentialStoreItem.
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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 <ocram85@noreply.local>
Reviewed-on: OCram85/PSCredentialStore#76
Reviewed-by: OCram85 <ocram85@noreply.local>
Co-authored-by: pinguinfuss <christian@heimdaheim.de>
Co-committed-by: pinguinfuss <christian@heimdaheim.de>
#### 📖 Summary
- Fix the optional dependencies.
- DataONTAP was never a PSGallery module, and we have to custom build that.
- NetApp finally submitted NetApp.ONTAP into PSGallery, so we can depend on that.
- Updates UCS- and VMware-modules.
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [ ] Tested via Drone.io pipeline
- [ ] Custom test
- [x] No test plan
##### Details / Justification
Sadly, you have to run it. The module loader does not have a unit test.
#### 📚 Additional Notes
<!-- A place for additional detail notes. -->
Co-authored-by: OCram85 <ocram85@noreply.local>
Reviewed-on: OCram85/PSCredentialStore#75
Reviewed-by: OCram85 <ocram85@noreply.local>
Co-authored-by: pinguinfuss <christian@heimdaheim.de>
Co-committed-by: pinguinfuss <christian@heimdaheim.de>
#### 📖 Summary
- updates changelog
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#74
#### 📖 Summary
- redo PR from @pinguinfuss
- fix error message
- fix string quotation
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
- just redo #72.
- there was an issue caused by git config `core.autocrl` displaying / diffin the wrong line ending sequence
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: OCram85/PSCredentialStore#73
#### 📖 Summary
- adds missing `vendor` files into build package.
- adds missing `openssl.conf` in build package.
- updates libressl / openssl to v3.5.3
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
- ⚡ See `v1.1.0-dev9` build
- https://gitea.ocram85.com/OCram85/PSCredentialStore/releases/tag/v1.1.0-dev9
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: OCram85/PSCredentialStore#71
#### 📖 Summary
- adds CHANGELOG.md via DroneHelper
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#70
#### 📖 Summary
- fix typos
- Updates several sections
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#69
#### 📖 Summary
- removed optional dependency helper. Moved optional deps into `ExternalModuleDependencies` field.
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#68
#### 📖 Summary
- adds CiscoUCSCentrall connection type in `Connect-To` and `Disconnect-From`
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#67
#### 📖 Summary
- `Test-CredentialStoreItem` now returns `$false` and not a terminating error if store doesn't exists.
- Updates platyPS generated docs
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
- fixes#50
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: OCram85/PSCredentialStore#66
#### 📖 Summary
- Switch to GNU AGPLv3 license
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#64
#### 📖 Summary
- relates to #53
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#63
#### 📖 Summary
<!-- Provide a summary of your changes. Describe the why and not how. -->
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#62
#### 📖 Summary
- adds DroneHelper for build pipeline
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
- FileLint / Lint & Pester issues will be fixed in next PR
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: OCram85/PSCredentialStore#61
#### 📖 Summary
- update Pester tests to Pester5+ compatiple layout
- switch to dotnet base imaged
- dotnet binary required for publishung powershell modules (Publish-Module)
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#59
#### 📖 Summary
- Replace all github refs with gitea url
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io 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: OCram85/PSCredentialStore#60