From 303ac588ad61e4a9199b9a7fdfa0c5c36ce50bfc Mon Sep 17 00:00:00 2001 From: Ilya Rubnich Date: Wed, 7 Aug 2024 16:37:24 -0400 Subject: [PATCH] bump PAR to alpha27 (#1482) --- charts/private-action-runner/CHANGELOG.md | 4 ++++ charts/private-action-runner/Chart.yaml | 2 +- charts/private-action-runner/README.md | 6 +++--- charts/private-action-runner/README.md.gotmpl | 4 ++-- charts/private-action-runner/values.yaml | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/charts/private-action-runner/CHANGELOG.md b/charts/private-action-runner/CHANGELOG.md index 0c31dd9ac..6d0885a6d 100644 --- a/charts/private-action-runner/CHANGELOG.md +++ b/charts/private-action-runner/CHANGELOG.md @@ -1,5 +1,9 @@ # Datadog changelog +### 0.6.0 + +* Update private action image version to `v0.0.1-alpha27`. + ### 0.5.0 * Update private action image version to `v0.0.1-alpha26`. diff --git a/charts/private-action-runner/Chart.yaml b/charts/private-action-runner/Chart.yaml index 3a39d1ad5..6698d7a62 100644 --- a/charts/private-action-runner/Chart.yaml +++ b/charts/private-action-runner/Chart.yaml @@ -3,7 +3,7 @@ name: private-action-runner description: A Helm chart to deploy the private action runner type: application -version: 0.5.0 +version: 0.6.0 appVersion: "1.22.0" keywords: - app builder diff --git a/charts/private-action-runner/README.md b/charts/private-action-runner/README.md index cb91f4551..6b42b1ef5 100644 --- a/charts/private-action-runner/README.md +++ b/charts/private-action-runner/README.md @@ -1,6 +1,6 @@ # Datadog Private Action Runner -![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![AppVersion: v0.0.1-alpha26](https://img.shields.io/badge/AppVersion-v0.0.1--alpha26-informational?style=flat-square) +![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![AppVersion: v0.0.1-alpha27](https://img.shields.io/badge/AppVersion-v0.0.1--alpha27-informational?style=flat-square) This Helm Chart deploys the Datadog Private Action runner inside a Kubernetes cluster. It allows you to use private actions from the Datadog Workflow and Datadog App Builder products. When deploying this chart, you can give permissions to the runner in order to be able to run Kubernetes actions. @@ -41,7 +41,7 @@ This Helm Chart deploys the Datadog Private Action runner inside a Kubernetes cl | Key | Type | Default | Description | |-----|------|---------|-------------| -| common.image | string | `"us-east4-docker.pkg.dev/datadog-sandbox/apps-on-prem/onprem-runner:v0.0.1-alpha26"` | Current Datadog Private Action Runner image | +| common.image | string | `"us-east4-docker.pkg.dev/datadog-sandbox/apps-on-prem/onprem-runner:v0.0.1-alpha27"` | Current Datadog Private Action Runner image | | runners[0].config | object | `{"actionsAllowlist":["com.datadoghq.kubernetes.core.listPod"],"appBuilder":{"port":9016},"ddBaseURL":"https://app.datadoghq.com","modes":["workflowAutomation","appBuilder"],"privateKey":"PRIVATE_KEY_FROM_CONFIG","urn":"URN_FROM_CONFIG"}` | Configuration for the Datadog Private Action Runner | | runners[0].config.actionsAllowlist | list | `["com.datadoghq.kubernetes.core.listPod"]` | List of actions that the Datadog Private Action Runner is allowed to execute | | runners[0].config.appBuilder.port | int | `9016` | Required port for App Builder Mode | @@ -51,4 +51,4 @@ This Helm Chart deploys the Datadog Private Action runner inside a Kubernetes cl | runners[0].config.urn | string | `"URN_FROM_CONFIG"` | The runner's URN from the enrollment page | | runners[0].kubernetesPermissions | list | `[{"apiGroups":[""],"resources":["pods"],"verbs":["list","get"]},{"apiGroups":["apps"],"resources":["deployments"],"verbs":["list","get"]}]` | List of Kubernetes permissions that the Datadog Private Action Runner has | | runners[0].name | string | `"default"` | Name of the Datadog Private Action Runner | -| runners[0].replicas | int | `1` | Number of pod instances for the Datadog Private Action Runner | \ No newline at end of file +| runners[0].replicas | int | `1` | Number of pod instances for the Datadog Private Action Runner | diff --git a/charts/private-action-runner/README.md.gotmpl b/charts/private-action-runner/README.md.gotmpl index 2316581ff..94948c775 100644 --- a/charts/private-action-runner/README.md.gotmpl +++ b/charts/private-action-runner/README.md.gotmpl @@ -1,6 +1,6 @@ # Datadog Private Action Runner -![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![AppVersion: v0.0.1-alpha26](https://img.shields.io/badge/AppVersion-v0.0.1--alpha26-informational?style=flat-square) +![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![AppVersion: v0.0.1-alpha27](https://img.shields.io/badge/AppVersion-v0.0.1--alpha27-informational?style=flat-square) This Helm Chart deploys the Datadog Private Action runner inside a Kubernetes cluster. It allows you to use private actions from the Datadog Workflow and Datadog App Builder products. When deploying this chart, you can give permissions to the runner in order to be able to run Kubernetes actions. @@ -37,4 +37,4 @@ This Helm Chart deploys the Datadog Private Action runner inside a Kubernetes cl * Deploy several runners with different permissions or create different connections according to your needs. * Learn more about [Private actions](https://docs.datadoghq.com/service_management/app_builder/private_actions). -{{ template "chart.valuesSection" . }} \ No newline at end of file +{{ template "chart.valuesSection" . }} diff --git a/charts/private-action-runner/values.yaml b/charts/private-action-runner/values.yaml index aa9847a55..c881a0e63 100644 --- a/charts/private-action-runner/values.yaml +++ b/charts/private-action-runner/values.yaml @@ -4,7 +4,7 @@ common: # -- Current Datadog Private Action Runner image - image: us-east4-docker.pkg.dev/datadog-sandbox/apps-on-prem/onprem-runner:v0.0.1-alpha26 + image: us-east4-docker.pkg.dev/datadog-sandbox/apps-on-prem/onprem-runner:v0.0.1-alpha27 runners: # runners[0].name -- Name of the Datadog Private Action Runner