Skip to content

Commit

Permalink
Update chronicle version to 2024.09.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-urbina committed Sep 12, 2024
1 parent df13444 commit 94156e0
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 26 deletions.
4 changes: 2 additions & 2 deletions charts/posit-chronicle/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: posit-chronicle
description: Official Helm chart for Posit Chronicle Server
version: 0.3.1
appVersion: 2024.03.0
version: 0.3.2
appVersion: 2024.09.0
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
home: https://www.posit.co
sources:
Expand Down
4 changes: 4 additions & 0 deletions charts/posit-chronicle/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.2

- Bump Chronicle to version 2024.09.0

## 0.3.1

- Documentation site updates
Expand Down
12 changes: 6 additions & 6 deletions charts/posit-chronicle/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Posit Chronicle

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![AppVersion: 2024.03.0](https://img.shields.io/badge/AppVersion-2024.03.0-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![AppVersion: 2024.09.0](https://img.shields.io/badge/AppVersion-2024.09.0-informational?style=flat-square)

#### _Official Helm chart for Posit Chronicle Server_

Expand All @@ -25,11 +25,11 @@ To ensure a stable production deployment:

## Installing the chart

To install the chart with the release name `my-release` at version 0.3.1:
To install the chart with the release name `my-release` at version 0.3.2:

```{.bash}
helm repo add rstudio https://helm.rstudio.com
helm upgrade --install my-release rstudio/posit-chronicle --version=0.3.1
helm upgrade --install my-release rstudio/posit-chronicle --version=0.3.2
```

To explore other chart versions, look at:
Expand Down Expand Up @@ -60,7 +60,7 @@ pod:
mountPath: "/var/lib/rstudio-server/audit"
sidecar:
- name: chronicle-agent
image: ghcr.io/rstudio/chronicle-agent:2024.03.0
image: ghcr.io/rstudio/chronicle-agent:2024.09.0
volumeMounts:
- name: logs
mountPath: "/var/lib/rstudio-server/audit"
Expand All @@ -76,7 +76,7 @@ API key from a Kubernetes Secret is used to unlock more detailed metrics:
pod:
sidecar:
- name: chronicle-agent
image: ghcr.io/rstudio/chronicle-agent:2024.03.0
image: ghcr.io/rstudio/chronicle-agent:2024.09.0
env:
- name: CHRONICLE_SERVER_ADDRESS
value: "http://chronicle-server.default"
Expand Down Expand Up @@ -179,7 +179,7 @@ The credentials Chronicle uses for S3 storage must have the following permission
| config.S3Storage.Region | string | `"us-east-2"` | |
| image.imagePullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/rstudio/chronicle"` | |
| image.tag | string | `"2024.03.0"` | |
| image.tag | string | `"2024.09.0"` | |
| nodeSelector | object | `{}` | A map used verbatim as the pod's "nodeSelector" definition |
| pod.affinity | object | `{}` | A map used verbatim as the pod's "affinity" definition |
| pod.annotations | object | `{}` | Additional annotations to add to the chronicle-server pods |
Expand Down
4 changes: 2 additions & 2 deletions charts/posit-chronicle/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pod:
mountPath: "/var/lib/rstudio-server/audit"
sidecar:
- name: chronicle-agent
image: ghcr.io/rstudio/chronicle-agent:2024.03.0
image: ghcr.io/rstudio/chronicle-agent:2024.09.0
volumeMounts:
- name: logs
mountPath: "/var/lib/rstudio-server/audit"
Expand All @@ -46,7 +46,7 @@ API key from a Kubernetes Secret is used to unlock more detailed metrics:
pod:
sidecar:
- name: chronicle-agent
image: ghcr.io/rstudio/chronicle-agent:2024.03.0
image: ghcr.io/rstudio/chronicle-agent:2024.09.0
env:
- name: CHRONICLE_SERVER_ADDRESS
value: "http://chronicle-server.default"
Expand Down
2 changes: 1 addition & 1 deletion charts/posit-chronicle/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: "ghcr.io/rstudio/chronicle"
tag: "2024.03.0"
tag: "2024.09.0"
imagePullPolicy: "IfNotPresent"

serviceaccount:
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-connect/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rstudio-connect
description: Official Helm chart for Posit Connect
version: 0.7.7
version: 0.7.8
apiVersion: v2
appVersion: 2024.08.0
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
Expand Down
4 changes: 4 additions & 0 deletions charts/rstudio-connect/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.8

- Bump Chronicle Agent to version 2024.09.0

## 0.7.7

- Add helm values for `pod.hostAliases` and `launcher.templateValues.pod.hostAliases`
Expand Down
6 changes: 3 additions & 3 deletions charts/rstudio-connect/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Posit Connect

![Version: 0.7.7](https://img.shields.io/badge/Version-0.7.7-informational?style=flat-square) ![AppVersion: 2024.08.0](https://img.shields.io/badge/AppVersion-2024.08.0-informational?style=flat-square)
![Version: 0.7.8](https://img.shields.io/badge/Version-0.7.8-informational?style=flat-square) ![AppVersion: 2024.08.0](https://img.shields.io/badge/AppVersion-2024.08.0-informational?style=flat-square)

#### _Official Helm chart for Posit Connect_

Expand Down Expand Up @@ -30,11 +30,11 @@ To ensure reproducibility in your environment and insulate yourself from future

## Installing the chart

To install the chart with the release name `my-release` at version 0.7.7:
To install the chart with the release name `my-release` at version 0.7.8:

```{.bash}
helm repo add rstudio https://helm.rstudio.com
helm upgrade --install my-release rstudio/rstudio-connect --version=0.7.7
helm upgrade --install my-release rstudio/rstudio-connect --version=0.7.8
```

To explore other chart versions, look at:
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-connect/ci/complex-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pod:
imagePullPolicy: "IfNotPresent"
# This will spin up the chronicle-agent sidecar container
- name: chronicle-agent
image: ghcr.io/rstudio/chronicle-agent:2024.03.0
image: ghcr.io/rstudio/chronicle-agent:2024.09.0
env:
- name: CHRONICLE_SERVER_ADDRESS
value: "http://chronicle-server.default"
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-pm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rstudio-pm
description: Official Helm chart for Posit Package Manager
version: 0.5.30
version: 0.5.31
apiVersion: v2
appVersion: 2024.08.0
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
Expand Down
4 changes: 4 additions & 0 deletions charts/rstudio-pm/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.31

- Bump Chronicle Agent to version 2024.09.0

## 0.5.30

- Update default Posit Package Manager version to 2024.08.0-6
Expand Down
6 changes: 3 additions & 3 deletions charts/rstudio-pm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Posit Package Manager

![Version: 0.5.30](https://img.shields.io/badge/Version-0.5.30-informational?style=flat-square) ![AppVersion: 2024.08.0](https://img.shields.io/badge/AppVersion-2024.08.0-informational?style=flat-square)
![Version: 0.5.31](https://img.shields.io/badge/Version-0.5.31-informational?style=flat-square) ![AppVersion: 2024.08.0](https://img.shields.io/badge/AppVersion-2024.08.0-informational?style=flat-square)

#### _Official Helm chart for Posit Package Manager_

Expand All @@ -24,11 +24,11 @@ To ensure a stable production deployment:

## Installing the chart

To install the chart with the release name `my-release` at version 0.5.30:
To install the chart with the release name `my-release` at version 0.5.31:

```{.bash}
helm repo add rstudio https://helm.rstudio.com
helm upgrade --install my-release rstudio/rstudio-pm --version=0.5.30
helm upgrade --install my-release rstudio/rstudio-pm --version=0.5.31
```

To explore other chart versions, look at:
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-pm/ci/all-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ priorityClassName: someval
# Testing with the chronicle-agent sidecar container
extraContainers:
- name: chronicle-agent
image: ghcr.io/rstudio/chronicle-agent:2024.03.0
image: ghcr.io/rstudio/chronicle-agent:2024.09.0
imagePullPolicy: Always
env:
- name: CHRONICLE_SERVER_ADDRESS
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-workbench/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rstudio-workbench
description: Official Helm chart for Posit Workbench
version: 0.8.0
version: 0.8.1
apiVersion: v2
appVersion: 2024.04.2
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
Expand Down
4 changes: 4 additions & 0 deletions charts/rstudio-workbench/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.8.1

- Bump Chronicle Agent to version 2024.09.0

## 0.8.0

- BREAKING: the prometheus endpoint has changed from port `9108` to `8989` by default
Expand Down
6 changes: 3 additions & 3 deletions charts/rstudio-workbench/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Posit Workbench

![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![AppVersion: 2024.04.2](https://img.shields.io/badge/AppVersion-2024.04.2-informational?style=flat-square)
![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![AppVersion: 2024.04.2](https://img.shields.io/badge/AppVersion-2024.04.2-informational?style=flat-square)

#### _Official Helm chart for Posit Workbench_

Expand All @@ -24,11 +24,11 @@ To ensure a stable production deployment:

## Installing the chart

To install the chart with the release name `my-release` at version 0.8.0:
To install the chart with the release name `my-release` at version 0.8.1:

```{.bash}
helm repo add rstudio https://helm.rstudio.com
helm upgrade --install my-release rstudio/rstudio-workbench --version=0.8.0
helm upgrade --install my-release rstudio/rstudio-workbench --version=0.8.1
```

To explore other chart versions, look at:
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-workbench/ci/complex-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pod:
# This will spin up the chronicle-agent sidecar container
sidecar:
- name: chronicle-agent
image: ghcr.io/rstudio/chronicle-agent:2024.03.0
image: ghcr.io/rstudio/chronicle-agent:2024.09.0
volumeMounts:
- name: logs
mountPath: "/var/lib/rstudio-server/audit"
Expand Down

0 comments on commit 94156e0

Please sign in to comment.