forked from OCram85/PSCredentialStore
Compare commits
7 Commits
44fdf38c1d
...
master
Author | SHA1 | Date | |
---|---|---|---|
789be844d0 | |||
fd6dc42099 | |||
db0fa1cf4a | |||
f2b7910b15 | |||
0b5c9823e0 | |||
42fdb0a373 | |||
2bd250971b |
32
.changelog.yml
Normal file
32
.changelog.yml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# The full repository name
|
||||||
|
repo: OCram85/PSCredentialStore
|
||||||
|
|
||||||
|
# Service type (gitea or github)
|
||||||
|
service: gitea
|
||||||
|
|
||||||
|
# Base URL for Gitea instance if using gitea service type (optional)
|
||||||
|
# Default: https://gitea.com
|
||||||
|
base-url: https://gitea.ocram85.com
|
||||||
|
|
||||||
|
# Changelog groups and which labeled PRs to add to each group
|
||||||
|
groups:
|
||||||
|
- name: ✨ FEATURES
|
||||||
|
labels:
|
||||||
|
- feature
|
||||||
|
- name: 📦 META
|
||||||
|
labels:
|
||||||
|
- meta
|
||||||
|
- name: 🐛 BUGFIXES
|
||||||
|
labels:
|
||||||
|
- bug
|
||||||
|
- name: 🛠️ ENHANCEMENTS
|
||||||
|
labels:
|
||||||
|
- enhancement
|
||||||
|
- name: 📚 DOCS
|
||||||
|
labels:
|
||||||
|
- docs
|
||||||
|
- name: 🔖 MISC
|
||||||
|
default: true
|
||||||
|
|
||||||
|
# regex indicating which labels to skip for the changelog
|
||||||
|
skip-labels: skip-changelog|backport\/.+
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,6 +1,20 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
<!-- insertMark -->
|
<!-- insertMark -->
|
||||||
|
## [v1.1.1](https://gitea.ocram85.com/OCram85/PSCredentialStore/releases/tag/v1.1.1) - 2022-10-10
|
||||||
|
|
||||||
|
* 📦 META
|
||||||
|
* Adds changelog config for gitea changelog cli tool (#77)
|
||||||
|
* 🐛 BUGFIXES
|
||||||
|
* Fix Set-CredentialStoreItem (#76)
|
||||||
|
* Fix optional module dependencies (#75)
|
||||||
|
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
|
||||||
|
* [@OCram85](https://gitea.ocram85.com/OCram85)
|
||||||
|
* [@pinguinfuss](https://gitea.ocram85.com/pinguinfuss)
|
||||||
|
|
||||||
## `v1.1.0`
|
## `v1.1.0`
|
||||||
|
|
||||||
- (3d4f53d) adds pinguinfuss contributed fix (#73)
|
- (3d4f53d) adds pinguinfuss contributed fix (#73)
|
||||||
|
@ -146,27 +146,27 @@
|
|||||||
ExternalModuleDependencies = @(
|
ExternalModuleDependencies = @(
|
||||||
@{
|
@{
|
||||||
ModuleName = 'VMware.VimAutomation.Core'
|
ModuleName = 'VMware.VimAutomation.Core'
|
||||||
ModuleVersion = '6.5.2.6234650'
|
ModuleVersion = '12.7.0.20091293'
|
||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
ModuleName = 'VMware.VimAutomation.Cis.Core'
|
ModuleName = 'VMware.VimAutomation.Cis.Core'
|
||||||
ModuleVersion = '6.5.4.6983166'
|
ModuleVersion = '12.6.0.19601368'
|
||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
ModuleName = 'Cisco.UCS.Core'
|
ModuleName = 'Cisco.UCS.Common'
|
||||||
ModuleVersion = '2.3.1.5'
|
ModuleVersion = '3.0.1.2'
|
||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
ModuleName = 'Cisco.UCSManager'
|
ModuleName = 'Cisco.UCSManager'
|
||||||
ModuleVersion = '2.5.2.2'
|
ModuleVersion = '3.0.1.2'
|
||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
ModuleName = 'WinSCP'
|
ModuleName = 'WinSCP'
|
||||||
ModuleVersion = '5.17.8.1'
|
ModuleVersion = '5.17.8.1'
|
||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
ModuleName = 'DataONTAP'
|
ModuleName = 'NetApp.ONTAP'
|
||||||
ModuleVersion = '9.7.1.1'
|
ModuleVersion = '9.10.1.2111'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user