From 056d28e2457e3822201a73a35962aae50ec396b1 Mon Sep 17 00:00:00 2001 From: Jacob Woliver Date: Mon, 18 Dec 2023 14:22:55 -0500 Subject: [PATCH] bump package manager version to 2023.12.0 --- charts/rstudio-pm/Chart.yaml | 6 +++--- charts/rstudio-pm/NEWS.md | 4 ++++ charts/rstudio-pm/README.md | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/charts/rstudio-pm/Chart.yaml b/charts/rstudio-pm/Chart.yaml index 4514bbb7..f8e3ac36 100644 --- a/charts/rstudio-pm/Chart.yaml +++ b/charts/rstudio-pm/Chart.yaml @@ -1,8 +1,8 @@ name: rstudio-pm description: Official Helm chart for RStudio Package Manager -version: 0.5.17 +version: 0.5.18 apiVersion: v2 -appVersion: 2023.08.4 +appVersion: 2023.12.0 icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png home: https://www.rstudio.com sources: @@ -19,7 +19,7 @@ dependencies: annotations: artifacthub.io/images: | - name: rstudio-package-manager - image: rstudio/rstudio-package-manager:ubuntu2204-2023.08.4 + image: rstudio/rstudio-package-manager:ubuntu2204-2023.12.0 artifacthub.io/license: MIT artifacthub.io/links: | - name: RStudio Community diff --git a/charts/rstudio-pm/NEWS.md b/charts/rstudio-pm/NEWS.md index 47dd61a7..636682b2 100644 --- a/charts/rstudio-pm/NEWS.md +++ b/charts/rstudio-pm/NEWS.md @@ -1,3 +1,7 @@ +# 0.5.18 + +- Update default Posit Package Manager version to 2023.12.0-13 + # 0.5.17 - Add licensing section to the README to provide guidance on using a license file, license key or license server. diff --git a/charts/rstudio-pm/README.md b/charts/rstudio-pm/README.md index 8ae10348..df016423 100644 --- a/charts/rstudio-pm/README.md +++ b/charts/rstudio-pm/README.md @@ -1,6 +1,6 @@ # RStudio Package Manager -![Version: 0.5.17](https://img.shields.io/badge/Version-0.5.17-informational?style=flat-square) ![AppVersion: 2023.08.4](https://img.shields.io/badge/AppVersion-2023.08.4-informational?style=flat-square) +![Version: 0.5.18](https://img.shields.io/badge/Version-0.5.18-informational?style=flat-square) ![AppVersion: 2023.12.0](https://img.shields.io/badge/AppVersion-2023.12.0-informational?style=flat-square) #### _Official Helm chart for RStudio Package Manager_ @@ -21,11 +21,11 @@ To ensure a stable production deployment, please: ## Installing the Chart -To install the chart with the release name `my-release` at version 0.5.17: +To install the chart with the release name `my-release` at version 0.5.18: ```bash helm repo add rstudio https://helm.rstudio.com -helm upgrade --install my-release rstudio/rstudio-pm --version=0.5.17 +helm upgrade --install my-release rstudio/rstudio-pm --version=0.5.18 ``` To explore other chart versions, take a look at: