Skip to content

Commit

Permalink
v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 22, 2025
1 parent 038b4d6 commit 3bce830
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -84,6 +84,6 @@
"tar-fs": "^2.1.1"
},
"versionist": {
"publishedAt": "2024-11-07T16:54:56.108Z"
"publishedAt": "2025-01-22T22:03:34.734Z"
}
}

0 comments on commit 3bce830

Please sign in to comment.