Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed quickstart script and merged upstream #1

Closed
wants to merge 37 commits into from

Conversation

ortix
Copy link

@ortix ortix commented Mar 30, 2021

There were a couple of small issues in the quickstart script.

First, the quickstart script was referring to the cert-issuer.yml file, which had been moved to a helm template. I have commented the line.

Finally, the helm incubator url has been deprecated. I have updated that url

Matthew McGinn and others added 30 commits October 8, 2020 17:11
Connects-to: balena-io#62
Change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
Connects-to: balena-io#85
Change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
docs: note that balenaCLI is incompatible >12.2.2
docs: add table comparing features of openBalena and balenaCloud
Change-type: major
Update versions of services
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
Update the API fixing an issue with migrations
Change-type: minor
Signed-off-by: Stevche Radevski <stevche@balena.io>
…fix-images

Change S3 OS images folder from resinos to images
Fixes a bug with a migration that would keep obsolete DB columns around and prevent creation of applications and devices.

See balena-io/open-balena-api#507

Fixes balena-io#94 balena-io#95

Change-type: patch
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>
Change-type: patch
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 balena-io#101). balena-cli versions before v12.38.5 are now incompatible and using the tunnel command will throw an error.

Refs: balena-io#101
Change-type: patch
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
dfunckt and others added 6 commits January 29, 2021 15:54
Removed line where a missing file was used for env subs. This file has been moved into the helm template
Updated the helm incubator url
@bartversluijs
Copy link
Owner

Ah nice catch! Thanks!
Didn't notice it and didn't try the quickstart after that change.
And thanks for updating the Helm incubator url.

Haven't tested it with openBalena version v3.2.1 yet, because I know that from openBalena v3.2.0, it uses a new endpoint (tunnel.<domain>).

I'm leaving this open until anyone can confirm that it works or not. If not, this will have to be added to the ingress probably.

@ortix
Copy link
Author

ortix commented Mar 31, 2021

I am still in the process of getting the whole stack up and running with my devices so I will probably hit this issue soon enough.

I assume the tunnel.<domain> is used for tunneling ssh connections to the IoT devices?

@bartversluijs
Copy link
Owner

This is the PR regarding the change, so it seems like it has to do with the balena tunnel command indeed! (I see now that I've already commented in that PR for more information...)

You've to update Balena CLI to v12.38.5 when testing it, so it'll use the tunnel.<domain> endpoint.

@bartversluijs
Copy link
Owner

I'll close this PR because this will be fixed by the new Helm chart release. Was too late for merging it, because of new commits on your branch, but thanks for the change!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants