mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
3816f09bc4 | |||
7154c5903f | |||
71a692b28b | |||
eb262fe9a2 | |||
6db5e59958 | |||
d33560755f | |||
f427982714 | |||
b99e497ac9 | |||
de0293563f |
@ -1,3 +1,46 @@
|
||||
- commits:
|
||||
- subject: 'docs: note that balenaCLI is incompatible >12.2.2'
|
||||
hash: 71a692b28b9c49e47dd8f490a0900b384b43b677
|
||||
body: ''
|
||||
footer:
|
||||
Connects-to: '#85'
|
||||
connects-to: '#85'
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Matthew McGinn <matthew@balena.io>
|
||||
signed-off-by: Matthew McGinn <matthew@balena.io>
|
||||
author: Matthew McGinn
|
||||
nested: []
|
||||
version: 2.0.4
|
||||
date: 2020-10-08T19:37:59.881Z
|
||||
- commits:
|
||||
- subject: 'docs: Add PSA about balenaOS version breakage'
|
||||
hash: d33560755f5e121b1ee6524615b995d14982d35d
|
||||
body: |
|
||||
Due to a change in the balena-supervisor codebase, only balenaOS
|
||||
versions <= 2.49.0 are working with open-balena.
|
||||
|
||||
This documentation change is a band-aid while we resolve the issue.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Rich Bayliss <rich@balena.io>
|
||||
signed-off-by: Rich Bayliss <rich@balena.io>
|
||||
author: Rich Bayliss
|
||||
version: 2.0.3
|
||||
date: 2020-06-01T09:37:09.224Z
|
||||
- commits:
|
||||
- subject: Added units to haproxy.cfg default timeouts
|
||||
hash: de0293563f32961ff756df63d096af0fb2203d12
|
||||
body: >
|
||||
I added unit 's' (second) to the default timeouts in order to make them
|
||||
more readable.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Frederic Tausch
|
||||
version: 2.0.2
|
||||
date: 2020-04-03T13:47:29.358Z
|
||||
- commits:
|
||||
- subject: 'cert-provider: Update to support ACMEv2 on staging provider'
|
||||
hash: d67e29223ff314b40fd745ce78301e550c2c9148
|
||||
|
15
CHANGELOG.md
15
CHANGELOG.md
@ -4,6 +4,21 @@ 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.0.4
|
||||
## (2020-10-08)
|
||||
|
||||
* docs: note that balenaCLI is incompatible >12.2.2 [Matthew McGinn]
|
||||
|
||||
# v2.0.3
|
||||
## (2020-06-01)
|
||||
|
||||
* docs: Add PSA about balenaOS version breakage [Rich Bayliss]
|
||||
|
||||
# v2.0.2
|
||||
## (2020-04-03)
|
||||
|
||||
* Added units to haproxy.cfg default timeouts [Frederic Tausch]
|
||||
|
||||
# v2.0.1
|
||||
## (2020-01-17)
|
||||
|
||||
|
@ -60,6 +60,8 @@ Our [Getting Started][getting-started] guide is the most direct path to getting
|
||||
an openBalena installation up and running and successfully deploying your
|
||||
application to your device(s).
|
||||
|
||||
> **IMPORTANT:** Due to changes in [balenaOS][balena-os], only versions up to and including `2.49.0` are currently supported. Additionally, only [balenaCLI](balena-cli) versions `<v12.2.2` are fully supported at the moment.
|
||||
|
||||
|
||||
## Documentation
|
||||
|
||||
|
@ -2,9 +2,9 @@ global
|
||||
tune.ssl.default-dh-param 1024
|
||||
|
||||
defaults
|
||||
timeout connect 5000
|
||||
timeout client 50000
|
||||
timeout server 50000
|
||||
timeout connect 5s
|
||||
timeout client 50s
|
||||
timeout server 50s
|
||||
|
||||
frontend http-in
|
||||
mode http
|
||||
|
Reference in New Issue
Block a user