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

Update snapshot version to keep main branch latest #247

Merged
merged 1 commit into from
Jan 17, 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
4 changes: 2 additions & 2 deletions charts/scalar-admin-for-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: scalar-admin-for-kubernetes
description: Scalar Admin for Kubernetes
type: application
version: 1.0.0-SNAPSHOT
appVersion: 1.2.0
version: 2.0.0-SNAPSHOT
appVersion: 2.0.0-SNAPSHOT
Comment on lines +5 to +6
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scalar Admin for Kubernetes has the SNAPSHOT version. So, I use the SNAPSHOT version for appVersion in the main branch.
https://github.com/scalar-labs/scalar-admin-for-kubernetes/pkgs/container/scalar-admin-for-kubernetes/166941489?tag=2.0.0-SNAPSHOT

deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/scalar-admin-for-kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scalar-admin-for-kubernetes

Scalar Admin for Kubernetes
Current chart version is `1.0.0-SNAPSHOT`.
Current chart version is `2.0.0-SNAPSHOT`.

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/scalardb-analytics-postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: scalardb-analytics-postgresql
description: ScalarDB Analytics with PostgreSQL
type: application
version: 1.0.0-SNAPSHOT
version: 2.0.0-SNAPSHOT
appVersion: 3.10.3
Comment on lines +5 to 6
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ScalarDB Analytics with PostgreSQL does not have the SNAPSHOT version at this time.
https://github.com/orgs/scalar-labs/packages/container/scalardb-analytics-postgresql/versions?filters%5Bversion_type%5D=tagged

Before, we discussed it and we will provide the SNAPSHOT version in the future.
However, for now, I use the latest stable version for appVersion in the chart of ScalarDB Analytics with PostgreSQL.

deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/scalardb-analytics-postgresql/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scalardb-analytics-postgresql

ScalarDB Analytics with PostgreSQL
Current chart version is `1.0.0-SNAPSHOT`
Current chart version is `2.0.0-SNAPSHOT`

## Values

Expand Down