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/chainloop] Release 1.0.1 #28940

Merged
merged 2 commits into from
Aug 20, 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
6 changes: 5 additions & 1 deletion bitnami/chainloop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.0.1 (2024-08-20)

* [bitnami/chainloop] Release 1.0.1 ([#28940](https://github.com/bitnami/charts/pull/28940))

## 1.0.0 (2024-08-19)

* [bitnami/chainloop] Major version 1.0.0: Use development mode by default ([#28923](https://github.com/bitnami/charts/pull/28923))
* [bitnami/chainloop] Major version 1.0.0: Use development mode by default (#28923) ([9da9f3b](https://github.com/bitnami/charts/commit/9da9f3b33f7abfb1a04f42de47a9802c27166d18)), closes [#28923](https://github.com/bitnami/charts/issues/28923)

## <small>0.1.6 (2024-08-14)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/chainloop/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 2.22.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.21
version: 15.5.23
- name: vault
repository: oci://registry-1.docker.io/bitnamicharts
version: 1.4.18
digest: sha256:cfbb0a454929ba6fd4d7c0db236deed38dc0ec26914d879e0e6c0021d8b30507
generated: "2024-08-09T13:40:00.164697451Z"
digest: sha256:6f35d67474692e7326c81a785c5db5499722f9cbf4dad5f1b24947128b44cd9e
generated: "2024-08-20T17:06:21.371910557Z"
10 changes: 5 additions & 5 deletions bitnami/chainloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
license: Apache-2.0
images: |
- name: chainloop-artifact-cas
image: docker.io/bitnami/chainloop-artifact-cas:0.95.7-debian-12-r0
image: docker.io/bitnami/chainloop-artifact-cas:0.96.1-debian-12-r0
- name: chainloop-control-plane
image: docker.io/bitnami/chainloop-control-plane:0.95.7-debian-12-r0
image: docker.io/bitnami/chainloop-control-plane:0.96.1-debian-12-r0
- name: chainloop-control-plane-migrations
image: docker.io/bitnami/chainloop-control-plane-migrations:0.95.7-debian-12-r0
image: docker.io/bitnami/chainloop-control-plane-migrations:0.96.1-debian-12-r0
- name: dex
image: docker.io/bitnami/dex:2.41.1-debian-12-r0
apiVersion: v2
appVersion: 0.95.7
appVersion: 0.96.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -63,4 +63,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-control-plane-migrations
- https://github.com/bitnami/containers/tree/main/bitnami/chainloop-artifact-cas
- https://github.com/chainloop-dev/chainloop
version: 1.0.0
version: 1.0.1
2 changes: 1 addition & 1 deletion bitnami/chainloop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1041,4 +1041,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/chainloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ controlplane:
image:
registry: docker.io
repository: bitnami/chainloop-control-plane
tag: 0.95.7-debian-12-r0
tag: 0.96.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -242,7 +242,7 @@ controlplane:
image:
registry: docker.io
repository: bitnami/chainloop-control-plane-migrations
tag: 0.95.7-debian-12-r0
tag: 0.96.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -990,7 +990,7 @@ cas:
image:
registry: docker.io
repository: bitnami/chainloop-artifact-cas
tag: 0.95.7-debian-12-r0
tag: 0.96.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading