Skip to content

Commit

Permalink
Merge pull request #86 from suecodelabs/release-0.2.0
Browse files Browse the repository at this point in the history
Create 0.2.0 release
  • Loading branch information
pcktdmp authored Aug 16, 2022
2 parents 762cba7 + 95a0ac3 commit eda9d86
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
4 changes: 2 additions & 2 deletions chart/cnfuzz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.1.2"
appVersion: "v0.2.0"

dependencies:
- name: redis
Expand Down
Binary file added docs/cnfuzz-0.2.0.tgz
Binary file not shown.
29 changes: 24 additions & 5 deletions docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
apiVersion: v1
entries:
cnfuzz:
- apiVersion: v2
appVersion: v0.2.0
created: "2022-08-16T12:05:16.947446+02:00"
dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
version: ^17.0.0
- condition: minio.enabled
name: minio
repository: https://charts.min.io/
version: ^4.0.12
description: A Helm chart for cnfuzz
digest: 9961016b1d6c6a59d83dc52512e0072e04fe332d3ab68bd9f05045c459e87cc2
name: cnfuzz
type: application
urls:
- https://suecodelabs.github.io/cnfuzz/cnfuzz-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
appVersion: v0.1.2
created: "2022-05-16T13:31:21.454952+02:00"
created: "2022-08-16T12:05:16.939924+02:00"
dependencies:
- condition: redis.enabled
name: redis
Expand All @@ -22,7 +41,7 @@ entries:
version: 0.1.2
- apiVersion: v2
appVersion: v0.1.1
created: "2022-05-16T13:31:21.448294+02:00"
created: "2022-08-16T12:05:16.934234+02:00"
dependencies:
- condition: redis.enabled
name: redis
Expand All @@ -41,7 +60,7 @@ entries:
version: 0.1.1
- apiVersion: v2
appVersion: v0.1.0
created: "2022-05-16T13:31:21.439393+02:00"
created: "2022-08-16T12:05:16.925955+02:00"
dependencies:
- condition: redis.enabled
name: redis
Expand All @@ -60,7 +79,7 @@ entries:
version: 0.1.0
- apiVersion: v2
appVersion: v0.0.3-alpha
created: "2022-05-16T13:31:21.431341+02:00"
created: "2022-08-16T12:05:16.916974+02:00"
dependencies:
- condition: redis.enabled
name: redis
Expand All @@ -77,4 +96,4 @@ entries:
urls:
- https://suecodelabs.github.io/cnfuzz/cnfuzz-0.0.3-alpha.tgz
version: 0.0.3-alpha
generated: "2022-05-16T13:31:21.421108+02:00"
generated: "2022-08-16T12:05:16.906852+02:00"

0 comments on commit eda9d86

Please sign in to comment.