Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release cert-manager to v1.15.2 #353

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 30, 2024

User description

Mend Renovate

This PR contains the following updates:

Package Update Change
cert-manager (source) patch v1.15.1 -> v1.15.2

Release Notes

cert-manager/cert-manager (cert-manager)

v1.15.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


PR Type

dependencies


Description

  • Updated cert-manager Helm release version from v1.15.1 to v1.15.2 in the security/base/cert-manager/helmrelease.yaml file.

Changes walkthrough 📝

Relevant files
Dependencies
helmrelease.yaml
Update cert-manager Helm release version                                 

security/base/cert-manager/helmrelease.yaml

  • Updated cert-manager Helm release version from v1.15.1 to v1.15.2.
  • +1/-1     

    💡 PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    Copy link
    Contributor

    PR Reviewer Guide 🔍

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No key issues to review

    Copy link
    Contributor

    github-actions bot commented Jul 30, 2024

    PR Code Suggestions ✨

    CategorySuggestion                                                                                                                                    Score
    Best practice
    Ensure consistent quoting of version numbers in YAML

    Ensure that the version number is quoted consistently. In YAML, unquoted scalars can
    lead to unexpected types. Quoting the version number ensures it is interpreted as a
    string.

    security/base/cert-manager/helmrelease.yaml [15]

    -version: "v1.15.2"
    +version: 'v1.15.2'
     
    Suggestion importance[1-10]: 3

    Why: The suggestion to use single quotes instead of double quotes is a minor stylistic preference and does not address a functional issue. Both single and double quotes are valid in YAML for strings.

    3

    @Smana Smana merged commit 344b661 into main Jul 30, 2024
    3 checks passed
    @Smana Smana deleted the renovate/cert-manager-1.x branch July 30, 2024 14:45
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant