Commit Graph

114 Commits

Author SHA1 Message Date
dfunckt
746be65846 Add Matt and Paulo to CODEOWNERS
Change-type: patch
2021-01-29 15:54:49 +00:00
Balena CI
b92a3c8092 v3.2.0 2021-01-29 17:55:27 +02:00
bulldozer-balena[bot]
6250c85551
Merge pull request #105 from balena-io/update-services
Update services
2021-01-29 15:53:14 +00:00
Akis Kesoglou
3898342a5b Update services
Update open-balena-api from 0.109.2 to 0.119.5
Update balena-mdns-publisher from 1.7.9 to 1.9.2
Update open-balena-registry from 2.13.11 to 2.14.4
Update open-balena-vpn from 9.16.1 to 9.17.4

Change-type: minor
2021-01-29 17:34:31 +02:00
Balena CI
ab0b7467fd v3.1.4 2021-01-29 17:18:53 +02:00
bulldozer-balena[bot]
7cdce1a1c7
Merge pull request #104 from balena-io/close-port-3128
SECURITY: Close port 3128
2021-01-29 15:16:55 +00:00
Akis Kesoglou
da4c1678ec SECURITY: Close tunneling port (3128)
Port 3128, which was used for tunneling into devices, was plain TCP and has now been closed. Tunnelling is now via `tunnel.mydomain.com:443` (see #101). balena-cli versions before v12.38.5 are now incompatible and using the tunnel command will throw an error.

Refs: #101
Change-type: patch
2021-01-29 17:13:19 +02:00
Balena CI
6fdc700806 v3.1.3 2021-01-26 14:14:42 +02:00
bulldozer-balena[bot]
e6d0be1c74
Merge pull request #103 from balena-io/edit-codeowners
Remove Rich from CODEOWNERS
2021-01-26 12:12:15 +00:00
Akis Kesoglou
a0ef371621 Remove Rich from CODEOWNERS
Change-type: patch
2021-01-26 13:30:04 +02:00
Balena CI
cd98a0df3f v3.1.2 2021-01-22 16:10:08 +02:00
bulldozer-balena[bot]
296a746e96
Merge pull request #101 from balena-io/switch-tunnel-to-tls
tunnel: Expose tunnel service via TLS
2021-01-22 14:08:00 +00: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
Balena CI
3b9433e9cc v3.1.1 2020-11-10 17:59:55 +02:00
bulldozer-balena[bot]
763da0eb45
Merge pull request #97 from balena-io/update-versions
Update open-balena-api
2020-11-10 15:57:48 +00:00
Akis Kesoglou
bfce474ff0 Update open-balena-api
Fixes a bug with a migration that would keep obsolete DB columns around and prevent creation of applications and devices.

See https://github.com/balena-io/open-balena-api/pull/507

Fixes #94 #95

Change-type: patch
2020-11-10 17:54:33 +02:00
Balena CI
308322f774 v3.1.0 2020-11-03 18:22:26 +02:00
bulldozer-balena[bot]
c2077e5037
Merge pull request #96 from balena-io/set-default-bucket-prefix-images
Change S3 OS images folder from resinos to images
2020-11-03 16:20:37 +00:00
Stevche Radevski
7790290d0e Change S3 OS images folder from resinos to images
Change-type: minor
Signed-off-by: Stevche Radevski <stevche@balena.io>
2020-11-03 17:15:14 +01:00
Balena CI
857e6b3bd7 v3.0.1 2020-10-29 13:43:03 +02:00
bulldozer-balena[bot]
cbee20731b
Merge pull request #93 from balena-io/update-api
Update the API fixing an issue with migrations
2020-10-29 11:41:04 +00:00
Akis Kesoglou
eec16b843d Update the API fixing an issue with migrations
When updating from previous versions, the API will fail to execute the database migrations. This updates the API version to include a fix for this.

Change-type: patch
2020-10-29 13:35:30 +02:00
Balena CI
a3126359e0 v3.0.0 2020-10-28 14:17:36 +02:00
bulldozer-balena[bot]
6438da8498
Merge pull request #88 from balena-io/v3
Update versions of services
2020-10-28 12:16:01 +00:00
Akis Kesoglou
1f7ed769c0 Update versions of services
Change-type: major
2020-10-28 14:06:47 +02:00
Akis Kesoglou
41b1800166 Reorder README sections to bring “Getting Started” further up 2020-10-28 13:10:18 +02:00
Balena CI
77e3cfcdb6 v2.0.5 2020-10-12 14:42:08 +03:00
bulldozer-balena[bot]
d3f11819ce
Merge pull request #89 from balena-io/comparison-table
docs: add table comparing features of openBalena and balenaCloud
2020-10-12 11:40:27 +00:00
Balena CI
3816f09bc4 v2.0.4 2020-10-08 23:23:24 +03:00
bulldozer-balena[bot]
7154c5903f
Merge pull request #90 from balena-io/cli-incompatibility
docs: note that balenaCLI is incompatible >12.2.2
2020-10-08 20:21:43 +00:00
Matthew McGinn
71a692b28b docs: note that balenaCLI is incompatible >12.2.2
Connects-to: #85
Change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
2020-10-08 15:35:02 -04:00
Matthew McGinn
feeb830405 docs: add table comparing features of openBalena and balenaCloud
Connects-to: #62
Change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
2020-10-08 17:11:56 +00:00
Balena CI
eb262fe9a2 v2.0.3 2020-06-01 12:41:28 +03:00
bulldozer-balena[bot]
6db5e59958
Merge pull request #79 from balena-io/add-balenaos-version
docs: Add PSA about balenaOS version breakage
2020-06-01 09:39:28 +00:00
Rich Bayliss
d33560755f
docs: Add PSA about balenaOS version breakage
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.

Change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
2020-06-01 10:35:00 +01:00
Balena CI
f427982714 v2.0.2 2020-04-03 16:56:38 +03:00
dfunckt
b99e497ac9
Merge pull request #75 from Langhalsdino/patch-1
Add units to the default timeouts in haproxy.cfg
2020-04-03 16:54:57 +03: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
Balena CI
17419557a5 v2.0.1 2020-01-17 12:30:31 +02:00
Rich Bayliss
c58ee37f17
Merge pull request #65 from balena-io/cert-provider-update
cert-provider: Update to support ACMEv2 on staging provider
2020-01-17 10:28:43 +00: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
Balena CI
08a990d32d v2.0.0 2019-09-02 13:39:55 +03:00
Rich Bayliss
d70c2177ff
Merge pull request #60 from balena-io/use-s3
feature: Use S3 bucket for Registry service backend
2019-09-02 11:38:03 +01:00
Rich Bayliss
2a7d0687a2
feature: Use S3 bucket for Registry service backend
Update open-balena-s3 to 2.8.3

This makes new installations of openBalena use the S3 container as a
storage backend for the Registry service by default. Existing installs
should not be affected.

Change-type: major
Signed-off-by: Rich Bayliss <rich@balena.io>
2019-09-02 10:30:15 +01:00
Resin CI
e6c865e383 v1.3.0 2019-07-30 14:21:49 +03:00
Rich Bayliss
617209dc9e
Merge pull request #59 from balena-io/use-bob
feature: Support deployment via balena push to local-mode balenaOS devices
2019-07-30 12:20:02 +01:00
Rich Bayliss
853ffb33e8
services: Update Registry service version
Update open-balena-registry to 2.11.1

This allows the registry to use an S3 bucket for storing images.

Change-type: minor
Signed-off-by: Rich Bayliss <rich@balena.io>
2019-07-30 12:10:06 +01: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
Resin CI
bb1328e27e v1.2.0 2019-05-21 18:00:07 +03:00
Rich Bayliss
395613af57
Merge pull request #53 from balena-io/service-updates
Update service versions
2019-05-21 15:58:07 +01:00