diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 9fa95c19c..78cd333ec 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.28.0 if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically with: scan-type: fs @@ -23,7 +23,7 @@ jobs: severity: 'HIGH,CRITICAL' - name: Run Trivy vulnerability scanner sarif output - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.28.0 if: ${{ github.event.schedule }} # Generate sarif when running periodically with: scan-type: fs diff --git a/charts/nri-bundle/Chart.lock b/charts/nri-bundle/Chart.lock index e8380d4b7..4c5f73599 100644 --- a/charts/nri-bundle/Chart.lock +++ b/charts/nri-bundle/Chart.lock @@ -16,7 +16,7 @@ dependencies: version: 1.11.4 - name: kube-state-metrics repository: https://prometheus-community.github.io/helm-charts - version: 5.12.1 + version: 5.26.0 - name: nri-kube-events repository: https://newrelic.github.io/nri-kube-events version: 3.10.9 @@ -35,5 +35,5 @@ dependencies: - name: newrelic-infra-operator repository: https://newrelic.github.io/newrelic-infra-operator version: 2.11.4 -digest: sha256:c0c4b69f805576a1acda5a0c1f54e38e3ef0644f2b4aa42e71fdf3f2a1306767 -generated: "2024-10-21T12:54:34.612877797Z" +digest: sha256:1c72675f294da2e692af217484ef68681b41e790ba18b93419c914d6f30e1388 +generated: "2024-10-22T14:03:09.864437-07:00" diff --git a/charts/nri-bundle/Chart.yaml b/charts/nri-bundle/Chart.yaml index ae84b3487..9ee91d851 100644 --- a/charts/nri-bundle/Chart.yaml +++ b/charts/nri-bundle/Chart.yaml @@ -17,7 +17,7 @@ sources: - https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator - https://github.com/newrelic/k8s-agents-operator/tree/master/charts/k8s-agents-operator -version: 5.0.96 +version: 5.0.97 dependencies: - name: newrelic-infrastructure @@ -46,7 +46,7 @@ dependencies: version: 1.11.4 - name: kube-state-metrics - version: 5.12.1 + version: 5.26.0 condition: ksm.enabled,kube-state-metrics.enabled repository: https://prometheus-community.github.io/helm-charts diff --git a/charts/synthetics-job-manager/Chart.yaml b/charts/synthetics-job-manager/Chart.yaml index 010c23154..ec8b20eec 100644 --- a/charts/synthetics-job-manager/Chart.yaml +++ b/charts/synthetics-job-manager/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: synthetics-job-manager description: New Relic Synthetics Containerized Job Manager type: application -version: 3.0.1 +version: 3.0.2 appVersion: release-404 home: https://github.com/orgs/newrelic/teams/proactive-monitoring maintainers: @@ -24,7 +24,7 @@ keywords: - newrelic dependencies: - name: ping-runtime - version: 1.0.21 + version: 1.0.22 condition: ping-runtime.enabled - name: node-api-runtime version: 1.0.37 diff --git a/charts/synthetics-job-manager/charts/ping-runtime/Chart.yaml b/charts/synthetics-job-manager/charts/ping-runtime/Chart.yaml index d068f3028..d659885d4 100644 --- a/charts/synthetics-job-manager/charts/ping-runtime/Chart.yaml +++ b/charts/synthetics-job-manager/charts/ping-runtime/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ping-runtime description: New Relic Synthetics Ping Runtime type: application -version: 1.0.21 -appVersion: 1.46.0 +version: 1.0.22 +appVersion: 1.47.0 home: https://github.com/orgs/newrelic/teams/proactive-monitoring maintainers: - name: Philip-R-Beckwith