Skip to content

Commit 19782a7

Browse files
version changes for kevin and runtimes (#2229)
<!-- Thank you for contributing to New Relic's Helm charts. Before you submit this PR we'd like to make sure you are aware of our technical requirements: * https://github.com/newrelic-experimental/helm-charts/blob/master/CONTRIBUTING.md#technical-requirements For a quick overview across what we will look at reviewing your PR, please read our review guidelines: * https://github.com/newrelic-experimental/helm-charts/blob/master/REVIEW_GUIDELINES.md Following our best practices right from the start will accelerate the review process and help get your PR merged quicker. When updates to your PR are requested, please add new commits and do not squash the history. This will make it easier to identify new changes. The PR will be squashed anyways when it is merged. Thanks. For fast feedback, please @-mention maintainers that are listed in the Chart.yaml file. Please make sure you test your changes before you push them. Once pushed, a Github Action will run across your changes and do some initial checks and linting. These checks run very quickly. Please check the results. We would like these checks to pass before we even continue reviewing your changes. --> #### What this PR does / why we need it: #### Which issue this PR fixes *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)* - fixes # #### Special notes for your reviewer: #### Checklist [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] - [ ] Chart Version bumped - [ ] Variables are documented in the README.md - [ ] Title of the PR starts with chart name (e.g. `[mychartname]`) # Release Notes to Publish (nr-k8s-otel-collector) If this PR contains changes in `nr-k8s-otel-collector`, please complete the following section. All other charts should ignore this section. <!--BEGIN-RELEASE-NOTES--> ## 🚀 What's Changed * Tell the world about the latest changes in the chart. <!--END-RELEASE-NOTES-->
1 parent 3137a41 commit 19782a7

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

charts/synthetics-job-manager/Chart.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: synthetics-job-manager
33
description: New Relic Synthetics Containerized Job Manager
44
type: application
5-
version: 3.0.58
6-
appVersion: release-527
5+
version: 3.0.59
6+
appVersion: release-528
77
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
88
maintainers:
99
- name: kaschaefer-nr
@@ -28,11 +28,11 @@ keywords:
2828
- newrelic
2929
dependencies:
3030
- name: ping-runtime
31-
version: 1.0.37
31+
version: 1.0.38
3232
condition: ping-runtime.enabled
3333
- name: node-api-runtime
34-
version: 1.0.47
34+
version: 1.0.48
3535
condition: node-api-runtime.enabled
3636
- name: node-browser-runtime
37-
version: 2.0.13
37+
version: 2.0.14
3838
condition: node-browser-runtime.enabled

charts/synthetics-job-manager/charts/node-api-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: node-api-runtime
33
description: New Relic Synthetics Api Runtime
44
type: application
5-
version: 1.0.47
6-
appVersion: 1.2.134
5+
version: 1.0.48
6+
appVersion: rc1.18
77
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
88
maintainers:
99
- name: Philip-R-Beckwith

charts/synthetics-job-manager/charts/node-browser-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: node-browser-runtime
33
description: New Relic Synthetics Browser Runtime
44
type: application
5-
version: 2.0.13
6-
appVersion: rc1.14
5+
version: 2.0.14
6+
appVersion: rc1.18
77
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
88
maintainers:
99
- name: Philip-R-Beckwith

charts/synthetics-job-manager/charts/ping-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: ping-runtime
33
description: New Relic Synthetics Ping Runtime
44
type: application
5-
version: 1.0.37
6-
appVersion: 1.66.0
5+
version: 1.0.38
6+
appVersion: 1.67.0
77
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
88
maintainers:
99
- name: Philip-R-Beckwith

0 commit comments

Comments
 (0)