Skip to content

Releases: devwithkrishna/azure-keyvault-secrets-sync-action

v1.0.4

16 May 18:33
bf83bd1

Choose a tag to compare

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

Full Changelog: v1.0.3...v1.0.4

v1.0.3

16 May 18:26
ed6d088

Choose a tag to compare

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

Full Changelog: v1.0.2...v1.0.3

v1.0.2

16 May 18:15
ebbd98e

Choose a tag to compare

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

Full Changelog: v1.0.1...v1.0.2

v1.0.1

16 May 18:07
5d604e0

Choose a tag to compare

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

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 May 17:53
829c5c0

Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/devwithkrishna/azure-keyvault-secrets-sync-action/commits/v1.0.0

v1

16 May 18:39
bf83bd1

Choose a tag to compare

A GitHub Action and Python tool to copy secrets from one Azure Key Vault to one or more destination Key Vaults.