Skip to content

Commit

Permalink
v2.31.78
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 6, 2025
1 parent fd1f90e commit aa91b9c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: "core: ssh tunnels: fix auth errors when worker is in prod mode"
hash: 24c37653a0adba4295200384d3eb3ad35b363ed9
body: >
When the worker is in production mode, ssh auth when creating the
reverse tunnel to tunnel though it to the DUT failed. Using BC username
auth with BC registered keys fixes it
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: rcooke-warwick
nested: []
version: 2.31.78
title: ""
date: 2025-01-06T17:34:37.088Z
- commits:
- subject: Update core/contracts digest to 8bd5651
hash: a336cde18c85bd8c01a8bdebbe8a7f6ef0c311be
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/).

## 2.31.78 - 2025-01-06

* core: ssh tunnels: fix auth errors when worker is in prod mode [rcooke-warwick]

## 2.31.77 - 2024-12-30

* Update core/contracts digest to 8bd5651 [balena-renovate[bot]]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leviathan",
"version": "2.31.77",
"version": "2.31.78",
"scripts": {
"lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done",
"lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done",
Expand All @@ -20,6 +20,6 @@
"homepage": "https://github.com/balena-os/leviathan",
"private": true,
"versionist": {
"publishedAt": "2024-12-30T10:17:33.926Z"
"publishedAt": "2025-01-06T17:34:37.635Z"
}
}

0 comments on commit aa91b9c

Please sign in to comment.