diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 737875f..15b4ef4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,26 @@ +- commits: + - subject: Update detection of containerized environment + hash: 1c32c2b5b27d788aa0f23ebf9fb42067d2395396 + body: | + `/.dockerenv` is no always present during build. Similarly + `/proc/self/cgroup` doesn't seem to include `/docker` in newer versions + of docker. + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + - subject: Update @balena/compose and nanoid + hash: a4c285d54390a4a46b234f2130b804e9abed3343 + body: "" + footer: + Change-type: patch + change-type: patch + author: Felipe Lalanne + nested: [] + version: 2.0.8 + title: "" + date: 2025-01-22T22:03:34.622Z - commits: - subject: Update dependency typedoc to ^0.26.0 hash: 29d90f02c9442f8e7ed194875e1d3ceaddebe3e5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 940829f..603c646 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/). +## 2.0.8 - 2025-01-22 + +* Update detection of containerized environment [Felipe Lalanne] +* Update @balena/compose and nanoid [Felipe Lalanne] + ## 2.0.7 - 2024-11-07 * Update dependency typedoc to ^0.26.0 [Self-hosted Renovate Bot] diff --git a/package.json b/package.json index 99fa507..e8618c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-pod", - "version": "2.0.7", + "version": "2.0.8", "description": "Mocha + Docker. Run integration tests in a docker container", "homepage": "https://github.com/balena-io-modules/mocha-pod#readme", "main": "build/index.js", @@ -84,6 +84,6 @@ "tar-fs": "^2.1.1" }, "versionist": { - "publishedAt": "2024-11-07T16:54:56.108Z" + "publishedAt": "2025-01-22T22:03:34.734Z" } }