Releases: devwithkrishna/azure-keyvault-secrets-sync-action
v1.0.4
Pull Request Title: DEVOPS-344 logger changes logging --> logger
Pull Request URL: PR Link
Opened By: githubofkrishnadhas
Merged: True
Description: DEVOPS-344 logger changes logging --> logger
Created At: 2025-05-16T18:30:58Z
Closed & Merged At: 2025-05-16T18:32:39Z
Assignees: githubofkrishnadhas
Total Commits: 1
What's Changed
- DEVOPS-344 logger changes logging --> logger by @githubofkrishnadhas in #7
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Pull Request Title: DEVOPS-344 logger changes INFO --> WARNING
Pull Request URL: PR Link
Opened By: githubofkrishnadhas
Merged: True
Description: DEVOPS-344 logger changes INFO --> WARNING
Created At: 2025-05-16T18:25:50Z
Closed & Merged At: 2025-05-16T18:26:00Z
Assignees: githubofkrishnadhas
Total Commits: 1
What's Changed
- DEVOPS-344 logger changes INFO --> WARNING by @githubofkrishnadhas in #6
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Pull Request Title: DEVOPS-344 fixed logging of kv names
Pull Request URL: PR Link
Opened By: githubofkrishnadhas
Merged: True
Description: DEVOPS-344 fixed logging of kv names
Created At: 2025-05-16T18:12:26Z
Closed & Merged At: 2025-05-16T18:15:00Z
Assignees: githubofkrishnadhas
Total Commits: 1
What's Changed
- DEVOPS-344 fixed logging of kv names by @githubofkrishnadhas in #5
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Pull Request Title: DEVOPS-344 actions/cehckout specify action repo
Pull Request URL: PR Link
Opened By: githubofkrishnadhas
Merged: True
Description: DEVOPS-344 actions/cehckout specify action repo
Created At: 2025-05-16T18:00:41Z
Closed & Merged At: 2025-05-16T18:06:45Z
Assignees: githubofkrishnadhas
Total Commits: 2
What's Changed
- DEVOPS-344 actions/cehckout specify action repo by @githubofkrishnadhas in #4
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Pull Request Title: Add Azure Key Vault Secrets Migration Tool and GitHub Action
Pull Request URL: PR Link
Opened By: githubofkrishnadhas
Merged: True
Description: DEVOPS-344 keyvault secrets migration action
This PR introduces a Python-based tool and a composite GitHub Action to migrate secrets from a source Azure Key Vault to one or more destination Key Vaults.
- Supports mapping secret names to different names in the destination.
- Includes error handling, logging, and environment variable support for Azure authentication.
- Provides documentation and usage examples for both local and GitHub Action workflows.
- Ensures required permissions and prerequisites are clearly outlined in the README.
- added Dependabot configuration
- added automatic release creation based on labels in closed prs to main branch
Created At: 2025-05-16T17:51:22Z
Closed & Merged At: 2025-05-16T17:52:26Z
Assignees: githubofkrishnadhas
Total Commits: 2
What's Changed
- Add Azure Key Vault Secrets Migration Tool and GitHub Action by @githubofkrishnadhas in #1
New Contributors
- @githubofkrishnadhas made their first contribution in #1
Full Changelog: https://github.com/devwithkrishna/azure-keyvault-secrets-sync-action/commits/v1.0.0
v1
A GitHub Action and Python tool to copy secrets from one Azure Key Vault to one or more destination Key Vaults.