File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
deployments/kubernetes/charts/clowder2 Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2222- Improvements to overall UI and UX. Standardized components and widgets used.
2323- Helm charts for Kubernetes deployment.
2424
25- [ unreleased ] : https://github.com/clowder-framework/clowder2/compare/v2.0.0-alpha.2...HEAD
25+ [ v2.0.0-beta.2 ] : https://github.com/clowder-framework/clowder2/releases/tag/v2.0.0-beta.2
26+
27+ [ v2.0.0-beta.1 ] : https://github.com/clowder-framework/clowder2/releases/tag/v2.0.0-beta.1
2628
2729[ alpha-2 ] : https://github.com/clowder-framework/clowder2/releases/tag/v2.0.0-alpha.2
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ description: >
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : 1.9.0
16+ version : 1.9.1
1717
1818# This is the version number of the application being deployed. This version number should be
1919# incremented each time you make changes to the application. Versions are not expected to
2020# follow Semantic Versioning. They should reflect the version the application is using.
2121# It is recommended to use it with quotes.
22- appVersion : " v2.0.0-beta.1 "
22+ appVersion : " v2.0.0-beta.2 "
2323
2424# List of people that maintain this helm chart.
2525maintainers :
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ export default function PersistentDrawerLeft(props) {
432432 } }
433433 >
434434 < Typography variant = "body2" color = "primary.light" >
435- v2.0.0-beta.1
435+ v2.0.0-beta.2
436436 </ Typography >
437437 </ Box >
438438 </ Main >
You can’t perform that action at this time.
0 commit comments