Releases: DelineaXPM/dsv-sdk-go
Releases · DelineaXPM/dsv-sdk-go
v2.2.0
v2.2.0 - 2025-01-23
- ci-and-build: Migrate to latest changie config, which should eliminate problems with go mod.
Go modules seem to have issue in vendored supporting files having emoji in the file name.
This will no longer occur with latest config. - ci-and-build: Add goreleaser config for releasing library, eliminating the need to chain multiple commands together.
Now, push an updated changelog file by using the changie-trigger-release, merge that PR, and and the release workflow will release and tag. - ci-and-build: Remove vendor directory to support go work usage, which isolates the mage/build automation from the SBOM generation for the library.
- new-product-feature: added simple caching for access tokens
- new-product-feature: Add Azure authentication
- dependencies: Maintenance release due to updated dependencies.
Released by GoReleaser.
v2.1.2 - 2024-01-25
⬆️ Dependencies
Maintenance release due to updated dependencies.
v2.1.0
🎉 New Product Feature
- Add
CreateSecret
andDeleteSecret
nethods. Thanks to contribution by @michaelsauter 🎉.
🧪 Tests
- Add build tag to test files
integration
. This will ensure local go tests don't run integration tests as default or in trunkpre-push
triggered checks.
🤖 CI & Build
- Begin versioning and tracking of changes via
changie
.
v2.0.0
What's Changed
- Update License and add template files by @EndlessTrax in #1
- Rebrand the module from thycotic to delinea by @delineaKrehl in #2
- Append v2 to module path by @delineaKrehl in #3
New Contributors
- @EndlessTrax made their first contribution in #1
- @delineaKrehl made their first contribution in #2
Full Changelog: v1.0.1...v2.0.0