Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyg-1 authored Sep 7, 2023
1 parent aeea776 commit 48d6ad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PSKubernetesSecretsManagement.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\PSKubernetesSecretsManagement.psm1'

# Version number of this module.
ModuleVersion = '0.6.1'
ModuleVersion = '0.7.0'

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

# Functions to export from this module
FunctionsToExport = 'Get-KubernetesSecretMetadata', 'New-KubernetesEphemeralSecret', 'Set-KubernetesSecretData'
FunctionsToExport = 'Get-KubernetesSecretMetadata', 'New-KubernetesEphemeralSecret', 'Set-KubernetesSecretData', 'New-KubernetesSecretData'

# 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.
AliasesToExport = 'gksm', 'gksd', 'nkes', 'sksd'
AliasesToExport = 'gksm', 'gksd', 'nkes', 'sksd', 'nksd'

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

0 comments on commit 48d6ad9

Please sign in to comment.