diff --git a/bitnami/memcached/CHANGELOG.md b/bitnami/memcached/CHANGELOG.md index 78dc78059abb3d..01dcec0a24bd89 100644 --- a/bitnami/memcached/CHANGELOG.md +++ b/bitnami/memcached/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 7.5.0 (2024-09-24) +## 7.5.1 (2024-10-17) -* [bitnami/memcached] Add optional emptyDir medium configuration ([#29570](https://github.com/bitnami/charts/pull/29570)) +* [bitnami/memcached] Release 7.5.1 ([#29974](https://github.com/bitnami/charts/pull/29974)) + +## 7.5.0 (2024-09-30) + +* [bitnami/memcached] Add optional emptyDir medium configuration (#29570) ([86d010b](https://github.com/bitnami/charts/commit/86d010b1e9ad189e2b30bb14fd4fce0fc457d082)), closes [#29570](https://github.com/bitnami/charts/issues/29570) ## 7.4.16 (2024-09-11) diff --git a/bitnami/memcached/Chart.lock b/bitnami/memcached/Chart.lock index fb0286ea2a99ec..518b7c767ee22a 100644 --- a/bitnami/memcached/Chart.lock +++ b/bitnami/memcached/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.22.0 -digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74 -generated: "2024-09-03T06:16:51.534800045Z" + version: 2.26.0 +digest: sha256:5ff7837915aef0067bd32271ee2b10c990774c16c4b6fe0a7c5eb6e53530ce08 +generated: "2024-10-17T18:50:06.619768939Z" diff --git a/bitnami/memcached/Chart.yaml b/bitnami/memcached/Chart.yaml index 96733983610a18..fcc24b0dcdd0d9 100644 --- a/bitnami/memcached/Chart.yaml +++ b/bitnami/memcached/Chart.yaml @@ -6,11 +6,11 @@ annotations: licenses: Apache-2.0 images: | - name: memcached - image: docker.io/bitnami/memcached:1.6.31-debian-12-r0 + image: docker.io/bitnami/memcached:1.6.31-debian-12-r1 - name: memcached-exporter - image: docker.io/bitnami/memcached-exporter:0.14.4-debian-12-r8 + image: docker.io/bitnami/memcached-exporter:0.14.4-debian-12-r9 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r30 + image: docker.io/bitnami/os-shell:12-debian-12-r31 apiVersion: v2 appVersion: 1.6.31 dependencies: @@ -31,4 +31,4 @@ maintainers: name: memcached sources: - https://github.com/bitnami/charts/tree/main/bitnami/memcached -version: 7.5.0 +version: 7.5.1 diff --git a/bitnami/memcached/README.md b/bitnami/memcached/README.md index 0e75e85f561cca..3a040616e0137c 100644 --- a/bitnami/memcached/README.md +++ b/bitnami/memcached/README.md @@ -455,4 +455,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/memcached/values.yaml b/bitnami/memcached/values.yaml index 83f9715e554567..dcb3316f454cd0 100644 --- a/bitnami/memcached/values.yaml +++ b/bitnami/memcached/values.yaml @@ -81,7 +81,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/memcached - tag: 1.6.31-debian-12-r0 + tag: 1.6.31-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -620,7 +620,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r30 + tag: 12-debian-12-r31 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -675,7 +675,7 @@ metrics: image: registry: docker.io repository: bitnami/memcached-exporter - tag: 0.14.4-debian-12-r8 + tag: 0.14.4-debian-12-r9 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.