Skip to content

Commit

Permalink
chore: Update changie to newest format and convert Golangci-lint conf…
Browse files Browse the repository at this point in the history
…ig file to the latest version
  • Loading branch information
sheldonhull committed Jul 18, 2024
1 parent c5bdcba commit b5fbb79
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changes/unreleased/ci-and-build-20240718-110224.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: ci-and-build
body: Update changie to newest format. Golangci-lint config file is also now converted to the latest.
time: 2024-07-18T11:02:24.016458-05:00
5 changes: 5 additions & 0 deletions .changes/unreleased/new-product-feature-20240530-132405.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: 'new-product-feature'
body: |-
Added support for multiple Azure MSI profiles. When selecting Azure as the profile auth-provider the user is prompted to enter the clientID for the MSI (managed identity) they would like to use for this profile. The clientID is stored in the profile config file i.e. .dsv.yml.
the clientID is retrieved from the config when ever azure authentication is required.
time: 2024-05-30T13:24:05.15961-07:00
3 changes: 3 additions & 0 deletions .changes/unreleased/security-20240718-081820.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: 'security'
body: Changed sha1 function calls to sha256
time: 2024-07-18T08:18:20.013668-07:00
2 changes: 1 addition & 1 deletion .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
kinds:
- key: ci-and-build
label: 🤖 CI & Build
auto: patch
auto: none
- key: new-product-feature
label: 🎉 New Product Feature
auto: minor
Expand Down

0 comments on commit b5fbb79

Please sign in to comment.