Skip to content

[bitnami/parse] ⚡ ⬆️ Update dependency references #33568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 25.1.4 (2025-05-06)
## 25.1.5 (2025-05-13)

* [bitnami/parse] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33419](https://github.com/bitnami/charts/pull/33419))
* [bitnami/parse] :zap: :arrow_up: Update dependency references ([#33568](https://github.com/bitnami/charts/pull/33568))

## <small>25.1.4 (2025-05-06)</small>

* [bitnami/parse] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#33419) ([188a39d](https://github.com/bitnami/charts/commit/188a39d8630bf05e17d4d7ad24aa347680090f4b)), closes [#33419](https://github.com/bitnami/charts/issues/33419)

## <small>25.1.3 (2025-05-01)</small>

Expand Down
14 changes: 8 additions & 6 deletions bitnami/parse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# SPDX-License-Identifier: APACHE-2.0

annotations:
tanzuCategory: application
category: DeveloperTools
licenses: Apache-2.0
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r43
- name: parse
image: docker.io/bitnami/parse:8.2.0-debian-12-r0
image: docker.io/bitnami/parse:8.2.0-debian-12-r2
- name: parse-dashboard
image: docker.io/bitnami/parse-dashboard:7.1.0-debian-12-r0
image: docker.io/bitnami/parse-dashboard:7.1.0-debian-12-r2
licenses: Apache-2.0
tanzuCategory: application
apiVersion: v2
appVersion: 8.2.0
dependencies:
Expand All @@ -23,7 +23,9 @@ dependencies:
tags:
- bitnami-common
version: 2.x.x
description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more.
description: Parse is a platform that enables users to add a scalable and powerful
backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity,
and more.
home: https://bitnami.com
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/parse/img/parse-stack-220x234.png
keywords:
Expand All @@ -39,4 +41,4 @@ maintainers:
name: parse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/parse
version: 25.1.4
version: 25.1.5
2 changes: 0 additions & 2 deletions bitnami/parse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Looking to use Parse Server in production? Try [VMware Tanzu Application Catalog

This chart bootstraps a [Parse](https://github.com/bitnami/containers/tree/main/bitnami/parse) deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.

Bitnami charts can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters.

## Prerequisites

- Kubernetes 1.23+
Expand Down
4 changes: 2 additions & 2 deletions bitnami/parse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ server:
image:
registry: docker.io
repository: bitnami/parse
tag: 8.2.0-debian-12-r0
tag: 8.2.0-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -530,7 +530,7 @@ dashboard:
image:
registry: docker.io
repository: bitnami/parse-dashboard
tag: 7.1.0-debian-12-r0
tag: 7.1.0-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading