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 postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) #11323

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Update Change
postgresql-ha (source) major ~9.4.0 -> ~15.1.0

Release Notes

bitnami/charts (postgresql-ha)

v15.1.6

  • [bitnami/postgresql-ha] Release 15.1.6 (#​31341)

v15.1.5

  • [bitnami/postgresql-ha] setting ServiceAccount also when is not created by the bitnami chart (#​31293 (2316c35), closes #​31293

v15.1.4

v15.1.3

v15.1.2

v15.1.1

v15.1.0

v15.0.4

v15.0.3

v15.0.2

v15.0.1

v15.0.0

v14.3.10

v14.3.9

v14.3.8

v14.3.7

v14.3.6

v14.3.5

v14.3.4

v14.3.3

v14.3.2

v14.3.1

v14.3.0

  • [bitnami/postgresql-ha] Fix authentication and add configuration options to backup cronjob (#​29865) (e3f4210), closes #​29865

v14.2.34

v14.2.33

v14.2.32

v14.2.31

v14.2.30

v14.2.29

v14.2.28

v14.2.27

v14.2.26

v14.2.25

v14.2.24

v14.2.23

v14.2.22

v14.2.21

v14.2.20

v14.2.19

v14.2.18

v14.2.17

v14.2.16

v14.2.15

v14.2.14

v14.2.13

v14.2.12

v14.2.11

v14.2.10

v14.2.9

v14.2.8

v14.2.7

v14.2.6

v14.2.5

  • [bitnami/postgresql-ha] Fix postgresql repmgr POSTGRES_POSTGRES_PASSWORD generation (#​27095) (75aa633), closes #​27095

v14.2.4

v14.2.3

v14.2.2

v14.2.1

v14.2.0

v14.1.3

v14.1.2

v14.1.1

v14.1.0

v14.0.17

v14.0.16

v14.0.15

v14.0.14

v14.0.13

v14.0.12

v14.0.11

v14.0.10

v14.0.9

v14.0.8

v14.0.7

v14.0.6

v14.0.5

v14.0.4

v14.0.3

v14.0.2

v14.0.1

v14.0.0

v13.6.1

v13.6.0

  • [bitnami/postgresql-ha] feat: ✨ 🔒 Add automatic adaptation for Openshift restricted-v2 (7cf0dcf), closes #​24142

v13.5.0

v13.4.5

v13.4.4

  • [bitnami/postgres-ha]: strict decoding error: unknown field "spec.template.spec.initContainers[0].se (ecd39e6), closes #​23371

v13.4.3

v13.4.2

v13.4.1

v13.3.1

v13.3.0

v13.2.4

v13.2.3

v13.2.2

v13.2.1

v13.2.0

  • [bitnami/postgresql-ha] Allow the security context of the volume permissions init container to be di (d1efbad), closes #​22797

v13.1.1

v13.1.0

v13.0.1

v13.0.0

v12.8.2

v12.8.1

  • [bitnami/postgresql-ha] fix: 🐛 Set seLinuxOptions to null for Openshift compatibility (#​22647) (908db5a), closes #​22647

v12.8.0

v12.7.0

  • [bitnami/postgresql-ha] fix: 🔒 Move service-account token auto-mount to pod declaration (#​22451 (d7c4565), closes #​22451

v12.6.1

v12.6.0

  • [bitnami/postgresql-ha] fix: 🔒 Improve podSecurityContext and containerSecurityContext with ess (9ab0750), closes #​22178

v12.5.1

v12.5.0

v12.4.2

v12.4.1

v12.4.0

v12.3.7

v12.3.6

v12.3.5

  • [bitnami/postgresql-ha] Release 12.3.5 upd

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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
@github-actions github-actions bot added the helm label Nov 25, 2024
Copy link

dryrunsecurity bot commented Nov 25, 2024

DryRun Security Summary

The pull request updates the postgresql-ha dependency version in the DefectDojo Helm chart from ~9.4.0 to ~15.1.0, which appears to be a routine dependency update with no immediate security concerns.

Expand for full summary

Summary:

The code changes in this pull request primarily focus on updating the dependencies used in the Helm chart for the DefectDojo application. Specifically, the postgresql-ha dependency version has been updated from ~9.4.0 to ~15.1.0 in the Chart.yaml file, and the corresponding lock file (Chart.lock) has been updated to reflect the new dependency version of 15.1.6.

From an application security perspective, these changes do not raise any immediate concerns. Updating dependencies to newer versions is generally a good practice, as it can provide security fixes and improvements. However, it's important to review the release notes and change logs of the new versions to ensure that there are no known security vulnerabilities or breaking changes that could impact the application. Additionally, thorough testing of the application after the dependency update is recommended to verify that everything is still functioning as expected and that no new security issues have been introduced.

Files Changed:

  1. helm/defectdojo/Chart.yaml: The postgresql-ha dependency version has been updated from ~9.4.0 to ~15.1.0.
  2. helm/defectdojo/Chart.lock: The postgresql-ha dependency version has been updated from 9.4.11 to 15.1.6, and the digest and generated timestamp values have been updated accordingly.

Overall, these changes appear to be routine updates to the Helm chart dependencies, and there are no obvious security-related concerns based on the information provided. However, it's always important to thoroughly review any changes to the application's dependencies and infrastructure as part of the security review process.

Code Analysis

We ran 9 analyzers against 2 files and 0 analyzers had findings. 9 analyzers had no findings.

View PR in the DryRun Dashboard.

@renovate renovate bot changed the title Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Nov 25, 2024
Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO Remove HA from helm then close this PR

@renovate renovate bot changed the title chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) Nov 26, 2024
@renovate renovate bot changed the title Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Nov 27, 2024
@renovate renovate bot changed the title chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) Nov 27, 2024
@renovate renovate bot changed the title Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Nov 27, 2024
@renovate renovate bot changed the title chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) Nov 27, 2024
@renovate renovate bot changed the title Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Nov 29, 2024
@renovate renovate bot changed the title chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) Dec 4, 2024
@renovate renovate bot changed the title Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Dec 4, 2024
@renovate renovate bot force-pushed the renovate/postgresql-ha-15.x branch 2 times, most recently from 3f2721a to 7e66731 Compare December 15, 2024 03:19
@renovate renovate bot changed the title chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) Dec 30, 2024
@renovate renovate bot changed the title Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) - autoclosed Jan 14, 2025
@renovate renovate bot closed this Jan 14, 2025
@renovate renovate bot deleted the renovate/postgresql-ha-15.x branch January 14, 2025 09:35
@renovate renovate bot changed the title Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) - autoclosed Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) Jan 14, 2025
@renovate renovate bot reopened this Jan 14, 2025
@renovate renovate bot force-pushed the renovate/postgresql-ha-15.x branch from 71b218f to 7e66731 Compare January 14, 2025 12:26
@renovate renovate bot changed the title Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Jan 21, 2025
@renovate renovate bot force-pushed the renovate/postgresql-ha-15.x branch from 7e66731 to a6e1244 Compare January 21, 2025 22:26
@renovate renovate bot changed the title chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) Jan 28, 2025
@renovate renovate bot changed the title Update Helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/Chart.yaml) chore(deps): update helm release postgresql-ha from 9.4.11 to v15 (helm/defectdojo/chart.yaml) Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file helm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant