mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 19:47:22 +08:00
[bitnami/aspnet-core] Release 6.2.8 (#28257)
* [bitnami/aspnet-core] Release 6.2.8 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 6.2.7 (2024-07-16)
|
||||
## 6.2.8 (2024-07-24)
|
||||
|
||||
* [bitnami/aspnet-core] Global StorageClass as default value ([#28001](https://github.com/bitnami/charts/pull/28001))
|
||||
* [bitnami/aspnet-core] Release 6.2.8 ([#28257](https://github.com/bitnami/charts/pull/28257))
|
||||
|
||||
## <small>6.2.7 (2024-07-18)</small>
|
||||
|
||||
* [bitnami/aspnet-core] Global StorageClass as default value (#28001) ([47f17a5](https://github.com/bitnami/charts/commit/47f17a5e6da81dfc4694b544ab3ef3d030b6977e)), closes [#28001](https://github.com/bitnami/charts/issues/28001)
|
||||
|
||||
## <small>6.2.6 (2024-07-09)</small>
|
||||
|
||||
|
||||
@@ -6,29 +6,29 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: aspnet-core
|
||||
image: docker.io/bitnami/aspnet-core:8.0.7-debian-12-r0
|
||||
image: docker.io/bitnami/aspnet-core:8.0.7-debian-12-r2
|
||||
- name: dotnet-sdk
|
||||
image: docker.io/bitnami/dotnet-sdk:8.0.303-debian-12-r0
|
||||
image: docker.io/bitnami/dotnet-sdk:8.0.303-debian-12-r2
|
||||
- name: git
|
||||
image: docker.io/bitnami/git:2.45.2-debian-12-r5
|
||||
image: docker.io/bitnami/git:2.45.2-debian-12-r6
|
||||
apiVersion: v2
|
||||
appVersion: 8.0.7
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: ASP.NET Core is an open-source framework for web application development created by Microsoft. It runs on both the full .NET Framework, on Windows, and the cross-platform .NET Core.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/aspnet-core/img/aspnet-core-stack-220x234.png
|
||||
keywords:
|
||||
- asp.net
|
||||
- dotnet
|
||||
- asp.net
|
||||
- dotnet
|
||||
maintainers:
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: aspnet-core
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/aspnet-core
|
||||
version: 6.2.7
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/aspnet-core
|
||||
version: 6.2.8
|
||||
|
||||
@@ -73,7 +73,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/aspnet-core
|
||||
tag: 8.0.7-debian-12-r0
|
||||
tag: 8.0.7-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -410,7 +410,7 @@ appFromExternalRepo:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/git
|
||||
tag: 2.45.2-debian-12-r5
|
||||
tag: 2.45.2-debian-12-r6
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -455,7 +455,7 @@ appFromExternalRepo:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/dotnet-sdk
|
||||
tag: 8.0.303-debian-12-r0
|
||||
tag: 8.0.303-debian-12-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user