Skip to content

Commit

Permalink
v2.15.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 2, 2024
1 parent 2160066 commit bd8adbb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- commits:
- subject: "upgrade-2.x: Block draft version upgrades using the release_tag version"
hash: 8ff13de4f65cae765f1e789c15ccbd66684045db
body: |
After this, HUPing to draft-OS releases will
only work using the raw_version. The
reasoning is to blocks users from accidentally
HUPing to a draft release. This also removes
the ambiguity that we atm have, where for
a draft release 3.2.1-2345, users can perform
the same HUP using either 3.2.1-2345 (found
via the raw_version field) and also
with 3.2.1 (found via the release_tag).
Partially reverts commit ce70f31ba4bda575fef4fecf0e50ac1eb3a1d8cf.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
version: 2.15.12
title: ""
date: 2024-01-02T18:02:00.132Z
- commits:
- subject: "upgrade-2.x: do not fail update if there is a scheduled SV update"
hash: edfc5ce1e3f51940bd341237c5581d8196f414ef
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v2.15.12 - 2024-01-02

- Upgrade-2.x: Block draft version upgrades using the release_tag version [Thodoris Greasidis]

## v2.15.11 - 2023-11-30

- Upgrade-2.x: do not fail update if there is a scheduled SV update [Alex Gonzalez]
Expand Down
2 changes: 1 addition & 1 deletion app/meta/balenahupmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#

title = 'resinhup'
version = '2.15.11'
version = '2.15.12'
description = 'A resin host OS update tool'
author = 'Andrei Gherzan'
author_email = 'andrei@resin.io'
Expand Down

0 comments on commit bd8adbb

Please sign in to comment.