Skip to content

Commit 7344292

Browse files
v1.27.198
1 parent 7fb79e0 commit 7344292

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: "patch: Filter out non-core hosts from checks"
3+
hash: a2871f3a6d95361a978ad74ae5cf12017024d556
4+
body: |-
5+
Unltil all balenaCloud components bump to the new base image, this filter is required to pass tests (mDNS bob.local matrix job)
6+
7+
https://balena.fibery.io/Work/Project/Migrate-our-development-environment-to-closer-match-our-production-environment-(k8s)-848
8+
footer: {}
9+
author: Anton Belodedenko
10+
nested: []
11+
version: 1.27.198
12+
title: ""
13+
date: 2025-07-30T01:01:16.286Z
114
- commits:
215
- subject: Update balena/open-balena-base Docker tag to v18.0.39
316
hash: 488300f3fe596e35333d27eed64c44e023860b58

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v1.27.198
8+
## (2025-07-30)
9+
10+
* patch: Filter out non-core hosts from checks [Anton Belodedenko]
11+
712
# v1.27.197
813
## (2025-07-29)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.197
1+
1.27.198

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-mdns-publisher",
3-
"version": "1.27.197",
3+
"version": "1.27.198",
44
"scripts": {
55
"build": "tsc",
66
"prettify": "balena-lint --fix src/ typings/",
@@ -56,6 +56,6 @@
5656
]
5757
},
5858
"versionist": {
59-
"publishedAt": "2025-07-29T14:41:26.438Z"
59+
"publishedAt": "2025-07-30T01:01:16.549Z"
6060
}
6161
}

0 commit comments

Comments
 (0)