Skip to content
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

[bitnami/memcached] Release 7.5.1 #29974

Merged
merged 2 commits into from
Oct 17, 2024
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/memcached/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

## <small>7.4.16 (2024-09-11)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/memcached/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 4 additions & 4 deletions bitnami/memcached/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion bitnami/memcached/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions bitnami/memcached/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
Loading