Skip to content

Commit 093ace1

Browse files
authored
Add files via upload
1 parent 6f61985 commit 093ace1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PSKubernetesSecretsManagement.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = '.\PSKubernetesSecretsManagement.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.5.0'
15+
ModuleVersion = '0.6.0'
1616

1717
# Compatibility
1818
CompatiblePSEditions = 'Desktop', 'Core'
@@ -30,10 +30,10 @@
3030
Description = 'This PowerShell module contains functions that facilitate the creation, rotation, auditing, and viewing the metadata of Kubernetes secrets.'
3131

3232
# Functions to export from this module
33-
FunctionsToExport = 'Get-KubernetesSecretMetadata', 'New-KubernetesEphemeralSecret', 'Set-KubernetesSecretValue'
33+
FunctionsToExport = 'Get-KubernetesSecretMetadata', 'New-KubernetesEphemeralSecret', 'Set-KubernetesSecretData'
3434

3535
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
36-
AliasesToExport = 'gksm', 'gksd', 'nkes', 'sksv'
36+
AliasesToExport = 'gksm', 'gksd', 'nkes', 'sksd'
3737

3838
# List of all files packaged with this module
3939
FileList = 'PSKubernetesSecretsManagement.psd1', 'PSKubernetesSecretsManagement.psm1'

0 commit comments

Comments
 (0)