Skip to content

Commit

Permalink
v15.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 29, 2024
1 parent 296e1be commit 48cc8a1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: "Tests: Remove restart=always policy for sidecar containers"
hash: 70d46bc6ccf970a2750a5a92cb2331f168790507
body: |
These will automatically be started by subsequent test commands as
necessary and this will avoid them being unnecessarily started even
after a reboot or similar when they are not necessary
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 15.6.3
title: ""
date: 2024-02-29T16:09:51.394Z
- commits:
- subject: Fix linting with proper import type
hash: 15e2a3fe62dba797c62e38d135695be17e083360
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

# v15.6.3
## (2024-02-29)

* Tests: Remove restart=always policy for sidecar containers [Pagan Gazzard]

# v15.6.2
## (2024-02-09)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.6.2
15.6.3
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "15.6.2",
"version": "15.6.3",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -144,6 +144,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-02-09T12:35:39.774Z"
"publishedAt": "2024-02-29T16:09:52.165Z"
}
}

0 comments on commit 48cc8a1

Please sign in to comment.