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/aspnet-core] Release 6.2.11 #28867

Merged
merged 2 commits into from
Aug 13, 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/aspnet-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 6.2.10 (2024-07-25)
## 6.2.11 (2024-08-13)

* [bitnami/aspnet-core] Release 6.2.10 ([#28403](https://github.com/bitnami/charts/pull/28403))
* [bitnami/aspnet-core] Release 6.2.11 ([#28867](https://github.com/bitnami/charts/pull/28867))

## <small>6.2.10 (2024-07-25)</small>

* [bitnami/aspnet-core] Release 6.2.10 (#28403) ([b0ecc1f](https://github.com/bitnami/charts/commit/b0ecc1f8a544ed8b7dff4a20ae80d50db16d62c4)), closes [#28403](https://github.com/bitnami/charts/issues/28403)

## <small>6.2.9 (2024-07-24)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/aspnet-core/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.20.5
digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445
generated: "2024-07-16T12:03:23.466074+02:00"
version: 2.22.0
digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74
generated: "2024-08-13T20:25:18.408942097Z"
10 changes: 5 additions & 5 deletions bitnami/aspnet-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: aspnet-core
image: docker.io/bitnami/aspnet-core:8.0.7-debian-12-r4
image: docker.io/bitnami/aspnet-core:8.0.8-debian-12-r0
- name: dotnet-sdk
image: docker.io/bitnami/dotnet-sdk:8.0.303-debian-12-r3
image: docker.io/bitnami/dotnet-sdk:8.0.400-debian-12-r0
- name: git
image: docker.io/bitnami/git:2.45.2-debian-12-r7
image: docker.io/bitnami/git:2.46.0-debian-12-r0
apiVersion: v2
appVersion: 8.0.7
appVersion: 8.0.8
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -31,4 +31,4 @@ maintainers:
name: aspnet-core
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/aspnet-core
version: 6.2.10
version: 6.2.11
6 changes: 3 additions & 3 deletions bitnami/aspnet-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/aspnet-core
tag: 8.0.7-debian-12-r4
tag: 8.0.8-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -410,7 +410,7 @@ appFromExternalRepo:
image:
registry: docker.io
repository: bitnami/git
tag: 2.45.2-debian-12-r7
tag: 2.46.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -455,7 +455,7 @@ appFromExternalRepo:
image:
registry: docker.io
repository: bitnami/dotnet-sdk
tag: 8.0.303-debian-12-r3
tag: 8.0.400-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading