From 06cf939958f79a3e0743c5af2f28e3b159dd780d Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:04:14 +0000 Subject: [PATCH] v15.0.1 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 04853059..2366e29e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Expose ports from port mappings on services + hash: 9bd216327fda4526cd60ccf98178960242383769 + body: | + PR #2217 removed the expose configuration but also caused a regresion + where ports set via the `ports` configuration would no longer get + exposed to the host, despite portmappings being set. This fixes that + issue by exposing only those ports comming from port mappings. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 15.0.1 + title: "" + date: 2023-10-25T13:04:05.171Z - commits: - subject: Ignore `expose` service compose configuration hash: 416170bc05a9a725f5a7f8ecbab4f8b1c8da5ddf diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f35d78..a440db7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +# v15.0.1 +## (2023-10-25) + +* Expose ports from port mappings on services [Felipe Lalanne] + # v15.0.0 ## (2023-10-23) diff --git a/VERSION b/VERSION index 791fc94d..9dc738e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.0 \ No newline at end of file +15.0.1 \ No newline at end of file diff --git a/balena.yml b/balena.yml index c9a6dd2c..6bdb3d16 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 15.0.0 +version: 15.0.1 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 395a842c..c9f9f139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "15.0.0", + "version": "15.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "15.0.0", + "version": "15.0.1", "license": "Apache-2.0", "dependencies": { "@balena/systemd": "^0.4.1", diff --git a/package.json b/package.json index 937e3cb6..ad7781ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "15.0.0", + "version": "15.0.1", "license": "Apache-2.0", "repository": { "type": "git", @@ -140,6 +140,6 @@ "yargs": "^15.4.1" }, "versionist": { - "publishedAt": "2023-10-23T17:31:09.234Z" + "publishedAt": "2023-10-25T13:04:05.829Z" } }