Self-hosted Renovate Bot
da4647515e
Update dependency balena-io/balena-cli to v18.2.6
...
Update balena-io/balena-cli from 18.2.5 to 18.2.6
Change-type: patch
2024-06-21 15:53:50 +00:00
Self-hosted Renovate Bot
6c8786f4f9
Update dependency balena-io/balena-cli to v18.2.5
...
Update balena-io/balena-cli from 18.2.2 to 18.2.5
Change-type: patch
2024-06-21 12:59:07 +00:00
Self-hosted Renovate Bot
217473e54a
Update qemux/qemu-docker Docker tag to v5.16
...
Update qemux/qemu-docker from 5.15 to 5.16
Change-type: patch
2024-06-13 22:52:54 +00:00
Self-hosted Renovate Bot
ca910f88d1
Update qemux/qemu-docker Docker tag to v5.15
...
Update qemux/qemu-docker from 5.14 to 5.15
Change-type: patch
2024-06-12 20:53:07 +00:00
Self-hosted Renovate Bot
9345f75b3b
Update qemux/qemu-docker Docker tag to v5.14
...
Update qemux/qemu-docker from 5.13 to 5.14
Change-type: patch
2024-06-12 02:55:47 +00:00
Self-hosted Renovate Bot
c7b07b9f02
Update qemux/qemu-docker Docker tag to v5.13
...
Update qemux/qemu-docker from 5.12 to 5.13
Change-type: patch
2024-06-10 23:52:14 +00:00
Self-hosted Renovate Bot
7625d40d80
Update qemux/qemu-docker Docker tag to v5.12
...
Update qemux/qemu-docker from 5.11 to 5.12
Change-type: patch
2024-06-09 15:52:13 +00:00
Self-hosted Renovate Bot
4f8413e564
Update qemux/qemu-docker Docker tag to v5.11
...
Update qemux/qemu-docker from 5.10 to 5.11
Change-type: patch
2024-06-05 10:51:53 +00:00
Self-hosted Renovate Bot
af2ce80fd9
Update qemux/qemu-docker Docker tag to v5.10
...
Update qemux/qemu-docker from 5.09 to 5.10
Change-type: patch
2024-06-02 19:52:46 +00:00
Self-hosted Renovate Bot
496a1d75ec
Update ubuntu Docker tag to v24
...
Update ubuntu from 22.04 to noble
Change-type: patch
2024-05-30 22:51:57 +00:00
Self-hosted Renovate Bot
5b835f3a8e
Update qemux/qemu-docker Docker tag to v5
...
Update qemux/qemu-docker from 4.28 to 5.09
Change-type: patch
2024-05-30 20:52:17 +00:00
Self-hosted Renovate Bot
1c3b8dd38f
Update qemux/qemu-docker Docker tag to v4.28
...
Update qemux/qemu-docker from 4.24 to 4.28
Change-type: patch
2024-05-29 04:52:57 +00:00
Self-hosted Renovate Bot
fbd49bb409
Update balena/open-balena-haproxy Docker tag to v4.3.2
...
Update balena/open-balena-haproxy from 4.3.1 to 4.3.2
Change-type: patch
2024-05-29 02:55:37 +00:00
ab77
3553999912
openBalena 2024
...
* integration/e2e tests
* automatic SSL/TLS PKI (wildcard cert.) generation via DNS-01 challenge
* update getting started guide
* remove unnecessary privileges (Redis)
* pin Redis to v7.2 (BSD license)
* enable trust proxy
Co-authored-by: Kyle Harding <kyle@balena.io>
change-type: major
2024-05-28 14:47:11 -07:00
Self-hosted Renovate Bot
754f26077e
Update haproxy Docker tag to v2
...
Update haproxy from 1.9 to 2.9
Change-type: patch
2024-04-23 16:54:28 +00:00
dave
7c4e9fdc09
Get cert-provider working again
...
Need new version to use ACME v2 correctly.
Force using letsencrypt (didn't work otherwise, not totally sure why not)
Update bundled staging certs, contents are from:
https://github.com/letsencrypt/website/blob/master/static/certs/staging/letsencrypt-stg-root-dst.pem
https://github.com/letsencrypt/website/blob/master/static/certs/staging/letsencrypt-stg-root-x1.pem
https://github.com/letsencrypt/website/blob/master/static/certs/staging/letsencrypt-stg-root-x2.pem
https://github.com/letsencrypt/website/blob/master/static/certs/staging/letsencrypt-stg-int-e1.pem
https://github.com/letsencrypt/website/blob/master/static/certs/staging/letsencrypt-stg-int-r3.pem
ref https://letsencrypt.org/docs/staging-environment/
Change-type: patch
2021-10-06 09:46:51 +13:00
Rich Bayliss
b3d184c13c
tunnel: Expose tunnel service via TLS
...
In order to support the new CLI and balenaCloud deployment
schemes for the tunnel service, the service is now exposed via
the TLS port 443 on the `tunnel.{domain}` server name.
Change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
2021-01-22 11:55:33 +00:00
Frederic Tausch
de0293563f
Added units to haproxy.cfg default timeouts
...
I added unit 's' (second) to the default timeouts in order to make them more readable.
Change-type: patch
2020-03-27 15:43:11 +01:00
Rich Bayliss
d67e29223f
cert-provider: Update to support ACMEv2 on staging provider
...
Acquiring a staging certificiate from LetsEncrypt was failing, so acme.sh was
updated to version 2.8.5, which includes support for using ACMEv2 on the
LetsEncrypt servers.
Changes to the state flow to make access retries infinite as it became apparent
that in some scenarios the certificate acquisition could fail to occur due to
containers taking longer to become accessible.
Change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
2020-01-17 10:24:43 +00:00
Rich Bayliss
a029160caf
feature: Support deployment via balena push to local-mode balenaOS devices
...
- remove some `.gitignore` entries as this is also honoured by `balena push`
- added a step to `scripts/quickstart` to produce a single, flat `docker-compose.yml` after running
- set the compose file versions to `2.0` to ensure only supported terms are used in the `docker-compose.yml` file output
- quoted empty env values as these need to be passed in as blank, and not ommitted
- include the MDNS publisher service IF the domain being used is a .local one
- corrected spelling of macOS in script messages
- move sidecar container source into ./src as per convention
Change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
2019-07-30 12:10:01 +01:00
Akis Kesoglou
b70ca7fb9e
Initial commit
2018-10-27 22:34:05 +03:00