Skip to content

Commit

Permalink
Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 27, 2022
1 parent a119bdc commit 0c8c5b3
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 26 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All user visible changes to this project will be documented in this file. This p



## [0.1.0] · 2022-??-??
## [0.1.0] · 2022-07-27
[0.1.0]: /../../tree/v0.1.0

### Added
Expand Down
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baza"
version = "0.1.0-dev"
version = "0.1.0"
edition = "2021"
rust-version = "1.62"
description = "Simply scalable files storage without much fuss."
Expand Down
4 changes: 2 additions & 2 deletions helm/baza/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ All user visible changes to this project will be documented in this file. This p



## [0.0.0-edge] · 2022-??-??
[0.0.0-edge]: https://github.com/instrumentisto/baza/tree/helm%2Fbaza%2F0.0.0-edge/helm/baza
## [0.1.0] · 2022-07-27
[0.1.0]: https://github.com/instrumentisto/baza/tree/helm%2Fbaza%2F0.1.0/helm/baza

### Added

Expand Down
7 changes: 5 additions & 2 deletions helm/baza/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
apiVersion: v2
name: baza
version: 0.0.0-edge
appVersion: 0.1.0-dev
description: Simply scalable files storage without much fuss.
version: 0.1.0
appVersion: "0.1"
type: application
sources:
- https://github.com/instrumetisto/baza
2 changes: 1 addition & 1 deletion helm/baza/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/instrumentisto/baza
tag: latest
tag: 0.1
pullPolicy: IfNotPresent

# Additional labels to apply to all Kubernetes resources created by this chart.
Expand Down

0 comments on commit 0c8c5b3

Please sign in to comment.