Juan José Mata
d96e551c01
Move versioning from Rails initializer to .sure-version file ( #1587 )
...
* Extract version to .sure-version file and add Sentry release tracking
Move the hardcoded version string to a `.sure-version` file at the repo
root so it can be read by both the Rails version initializer and other
tooling. Configure `config.release` in the Sentry initializer to tag
errors with the app version.
https://claude.ai/code/session_01KfUgF42B3exoU2vpErqJyW
* Use .sure-version as single source of truth in Helm CI workflows
Update chart-ci, chart-release, and publish workflows to read the app
version from .sure-version instead of regex-parsing version.rb. The
pre-release bump job now writes directly to .sure-version and stages it
for commit.
https://claude.ai/code/session_01KfUgF42B3exoU2vpErqJyW
* Guard empty .sure-version fallback
* fix: sync Helm chart version with .sure-version
* Moving on to `v0.7.1-alpha.*` with this
* Defensive rescue
* Getting fancy with versions now
---------
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: SureBot <sure-bot@we-promise.com >
Co-authored-by: sure-admin <sure-admin@splashblot.com >
2026-04-29 11:36:04 +02:00
github-actions[bot]
3960582fd2
Bump version to next iteration after v0.7.0-alpha.7 release
2026-04-27 19:31:48 +00:00
github-actions[bot]
0d5dcfaa1b
Bump version to next iteration after v0.7.0-alpha.7 release
2026-04-27 18:21:29 +00:00
github-actions[bot]
f46554e4b1
Bump version to next iteration after v0.7.0-alpha.5 release
2026-04-17 11:57:39 +00:00
github-actions[bot]
52c16cc174
Bump version to next iteration after v0.7.0-alpha.4 release
2026-04-12 19:00:55 +00:00
github-actions[bot]
814f2df570
Bump version to next iteration after v0.7.0-alpha.3 release
2026-04-09 21:49:17 +00:00
github-actions[bot]
762bbaec6b
Bump version to next iteration after v0.7.0-alpha.2 release
2026-04-07 11:35:41 +00:00
Juan José Mata
38d2ac21d0
Fix version number of v0.7.0-alpha-* builds
2026-04-06 00:34:42 +02:00
github-actions[bot]
185d624889
Bump version to next iteration after v0.7.0-alpha.1 release
2026-04-03 00:32:39 +00:00
github-actions[bot]
a3203989b1
Bump version to next iteration after v0.6.9-alpha.9 release
2026-03-24 16:35:05 +00:00
github-actions[bot]
20f279875e
Bump version to next iteration after v0.6.9-alpha.8 release
2026-03-23 14:40:55 +00:00
github-actions[bot]
d6a0a3c588
Bump version to next iteration after v0.6.9-alpha.7 release
2026-03-22 15:25:23 +00:00
github-actions[bot]
b68c767b34
Bump version to next iteration after v0.6.9-alpha.5 release
2026-03-17 18:51:56 +00:00
github-actions[bot]
f0902aa8e4
Bump version to next iteration after v0.6.9-alpha.4 release
2026-03-14 10:45:08 +00:00
github-actions[bot]
5230b50c8e
Bump version to next iteration after v0.6.9-alpha.3 release
2026-03-07 00:45:56 +00:00
github-actions[bot]
dde74fe867
Bump version to next iteration after v0.6.9-alpha.2 release
2026-03-04 17:53:50 +00:00
github-actions[bot]
69bb4f6944
Bump version to next iteration after v0.6.9-alpha.1 release
2026-03-03 15:43:44 +00:00
Juan José Mata
bf27809024
Bump version numbers
2026-03-01 13:07:45 -05:00
github-actions[bot]
4dd5ed4379
Bump version to next iteration after v0.6.8-alpha.13 release
2026-02-23 14:39:33 +00:00
github-actions[bot]
87acbb64ef
Bump version to next iteration after v0.6.8-alpha.12 release
2026-02-19 21:26:44 +00:00
github-actions[bot]
9a6728edb9
Bump version to next iteration after v0.6.8-alpha.11 release
2026-02-18 15:10:29 +00:00
github-actions[bot]
16aca7812a
Bump version to next iteration after v0.6.8-alpha.10 release
2026-02-16 19:27:21 +00:00
github-actions[bot]
9ce7669e1c
Bump version to next iteration after v0.6.8-alpha.9 release
2026-02-14 00:19:56 +00:00
github-actions[bot]
25b02976f9
Bump version to next iteration after v0.6.8-alpha.8 release
2026-02-11 20:01:54 +00:00
github-actions[bot]
6bef5be089
Bump version to next iteration after v0.6.8-alpha.7 release
2026-02-10 23:12:22 +00:00
github-actions[bot]
ea06058854
Bump version to next iteration after v0.6.8-alpha.6 release
2026-02-09 15:43:29 +00:00
github-actions[bot]
b40dd30261
Bump version to next iteration after v0.6.8-alpha.5 release
2026-02-09 15:05:48 +00:00
github-actions[bot]
c6d3d85922
Bump version to next iteration after v0.6.8-alpha.4 release
2026-02-06 20:36:10 +00:00
github-actions[bot]
3195e24650
Bump version to next iteration after v0.6.8-alpha.3 release
2026-02-05 23:55:35 +00:00
github-actions[bot]
34dcf5110a
Bump version to next iteration after v0.6.8-alpha.2 release
2026-02-03 14:22:05 +00:00
Juan José Mata
146d6203fd
Still alpha.2 out there
2026-02-02 16:15:14 +01:00
github-actions[bot]
a0c26990e5
Bump version to next iteration after v0.6.7-rc.2 release
2026-01-31 15:19:24 +00:00
Dream
04931e27eb
Fix Errno::ENOENT when git is not installed ( #838 )
...
Rescue Errno::ENOENT in commit_sha so environments without git
(e.g. Docker containers) don't crash on boot.
2026-01-30 12:22:51 +01:00
github-actions[bot]
4adc4199ee
Bump version to next iteration after v0.6.8-alpha.1 release
2026-01-28 18:19:20 +00:00
Juan José Mata
9119a635d1
The main branch is now for v0.6.8-alpha.*
...
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2026-01-25 21:52:58 +01:00
github-actions[bot]
812dc9d954
Bump version to next iteration after v0.6.7-rc.1 release
2026-01-25 19:44:11 +00:00
Juan José Mata
4c69ba9420
Update version from alpha to rc
...
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2026-01-25 20:34:43 +01:00
github-actions[bot]
1dc96ff2ef
Bump version to next alpha after v0.6.7-alpha.16 release
2026-01-24 11:58:14 +00:00
github-actions[bot]
8b3ebd7988
Bump version to next alpha after v0.6.7-alpha.15 release
2026-01-23 12:23:18 +00:00
github-actions[bot]
6c2120e4ce
Bump version to next alpha after v0.6.7-alpha.14 release
2026-01-21 22:53:06 +00:00
github-actions[bot]
650f02ee2d
Bump version to next alpha after v0.6.7-alpha.13 release
2026-01-19 23:21:58 +00:00
github-actions[bot]
90bb0ac1cb
Bump version to next alpha after v0.6.7-alpha.12 release
2026-01-18 17:04:46 +00:00
github-actions[bot]
17046c70f6
Bump version to next alpha after v0.6.7-alpha.11 release
2026-01-16 23:05:49 +00:00
github-actions[bot]
f94a04d2e1
Bump version to next alpha after v0.6.7-alpha.10 release
2026-01-15 12:23:56 +00:00
github-actions[bot]
a5ec5d3a62
Bump version to next alpha after v0.6.7-alpha.9 release
2026-01-15 12:05:43 +00:00
github-actions[bot]
425570cd1f
Bump version to next alpha after v0.6.7-alpha.8 release
2026-01-13 09:26:03 +00:00
Juan José Mata
2846436960
Update version to 0.6.7-alpha.8
...
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2026-01-11 18:34:31 +01:00
Juan José Mata
b5ccea4961
Update version to 0.6.7-alpha.7
...
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2026-01-10 23:00:33 +01:00
Juan José Mata
b957aea497
Update version to 0.6.7-alpha.6
...
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2026-01-10 16:40:57 +01:00
Juan José Mata
a1f5da870d
Update version to 0.6.7-alpha.5
...
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com >
2026-01-09 23:17:57 +01:00