Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
v24.65.9
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Jan 30, 2020
1 parent c5d6ada commit 644e909
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 2 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: >-
Update open-balena-haproxy used in docker-compose to latest 2.11.3
Previous version relied on a possibly buggy haproxy version which caused
haproxy process to get stuck at 100% CPU Newer version seems unaffected
hash: de7229b979d335a271104ca52529bef52e330726
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Federico Fissore <[email protected]>
signed-off-by: Federico Fissore <[email protected]>
author: Federico Fissore
version: 24.65.9
date: 2020-01-30T13:06:59.580Z
- commits:
- subject: Code refactor under the hood
hash: 67c3e83d8389c6db718adcb2b41701d988ab3f0e
Expand Down
16 changes: 16 additions & 0 deletions .versionbot/contracts/jellyfish-action-server/24.65.9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Jellyfish Action Server
slug: jellyfish-action-server
type: sw.containerized-application
markers: []
tags: []
links: {}
active: true
requires: []
capabilities: []
data:
assets:
image:
url: 'balena/jellyfish-action-server:24.65.9'
repo:
url: 'https://github.com/balena-io/jellyfish.git'
version: 24.65.9
16 changes: 16 additions & 0 deletions .versionbot/contracts/jellyfish-api/24.65.9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Jellyfish API Server
slug: jellyfish-api
type: sw.containerized-application
markers: []
tags: []
links: {}
active: true
requires: []
capabilities: []
data:
assets:
image:
url: 'balena/jellyfish:24.65.9'
repo:
url: 'https://github.com/balena-io/jellyfish.git'
version: 24.65.9
16 changes: 16 additions & 0 deletions .versionbot/contracts/jellyfish-tick-server/24.65.9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Jellyfish Tick Server
slug: jellyfish-tick-server
type: sw.containerized-application
markers: []
tags: []
links: {}
active: true
requires: []
capabilities: []
data:
assets:
image:
url: 'balena/jellyfish-tick-server:24.65.9'
repo:
url: 'https://github.com/balena-io/jellyfish.git'
version: 24.65.9
16 changes: 16 additions & 0 deletions .versionbot/contracts/jellyfish-ui/24.65.9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Jellyfish UI
slug: jellyfish-ui
type: sw.containerized-application
markers: []
tags: []
links: {}
active: true
requires: []
capabilities: []
data:
assets:
image:
url: 'balena/jellyfish-ui:24.65.9'
repo:
url: 'https://github.com/balena-io/jellyfish.git'
version: 24.65.9
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/).

# v24.65.9
## (2020-01-30)

* Update open-balena-haproxy used in docker-compose to latest 2.11.3 Previous version relied on a possibly buggy haproxy version which caused haproxy process to get stuck at 100% CPU Newer version seems unaffected [Federico Fissore]

# v24.65.8
## (2020-01-30)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jellyfish",
"version": "24.65.8",
"version": "24.65.9",
"codename": "cephea",
"private": true,
"description": "The Jellyfish Project",
Expand Down

0 comments on commit 644e909

Please sign in to comment.