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

Add configuration file for bumpversion and update Chart.lock #289

Merged
merged 2 commits into from
Oct 30, 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
9 changes: 9 additions & 0 deletions swan-cern-system/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[bumpversion]
current_version = 0.0.1
commit = True
tag = True
tag_name = swan-cern-system@{new_version}

[bumpversion:file:Chart.yaml]
search = {current_version} # __swan-cern-system_version__
replace = {new_version} # __swan-cern-system_version__
6 changes: 3 additions & 3 deletions swan-cern/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: swan
repository: oci://registry.cern.ch/swan/charts
version: 2.3.1
digest: sha256:29975b17c609f14239268ceb400c12d076fa4700acff018a8f56abc0b4314da7
generated: "2024-09-16T14:32:44.292303568+02:00"
version: 2.3.8
digest: sha256:cdfe34a7edbf609a9ea51afcd7e7c451de4efc1b59cf472956cdac6943abcec7
generated: "2024-10-29T17:25:44.14444889+01:00"
Loading