Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request: A new public release - 1730577950
Motivation and Improvement
This pull request updates the project to a new public release version, specifically moving from version
v1.0.4
tov1.0.5
for both thehub-api
andvault
components. The motivation behind these changes is to incorporate the latest features, improvements, and bug fixes available in the new versions of these components.Key Changes
kerberos-hub-values.yaml:
hub-api
image tag fromv1.0.4
tov1.0.5
to fetch the latest version.jwtSecret
to a placeholder value that clearly indicates it is not a real secret, which enhances security practices by discouraging the use of hard-coded secrets.kerberos-vault-deployment.yaml:
vault
image tag fromv1.0.4
tov1.0.5
to ensure we are using the latest version with potential improvements and fixes.Benefits
jwtSecret
value to a non-secret placeholder emphasizes the importance of using proper secret management practices.v1.0.5
for bothhub-api
andvault
, the project benefits from the latest features, optimizations, and bug fixes introduced in these versions.kerberos-vault-deployment.yaml
file enhance the readability and maintainability of the configuration files.These updates collectively contribute to the overall improvement and stability of the project, ensuring it remains up-to-date and secure.