Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Mar 6, 2024
1 parent a44311a commit 40fa339
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
29 changes: 24 additions & 5 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: Update @balena/lint to v7
hash: 1e542dd88ec64dcd2639163cbce3fda7eb3102ee
body: |
This also required to bump typescript to 5.3.3 and typedoc to the latest
version. Documentation has been re-generated with this latest version
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 2.0.2
title: ""
date: 2024-03-06T22:09:47.827Z
- commits:
- subject: Update dependency @types/tar-stream to v3
hash: 5e74a7fb2493ff9eada96010a53955f8ecf43750
Expand Down Expand Up @@ -195,15 +209,17 @@
// The file should be available after setup
expect(await fs.readFile('/etc/test.conf', 'utf-8')).to.equal('logging=true');
expect(await fs.readFile('/etc/test.conf',
'utf-8')).to.equal('logging=true');
// RUN YOUR TESTS HERE
// Restore the filesystem
// Since test.conf did not exist before the enable(), this step removes the file
// Since test.conf did not exist before the enable(), this step removes
the file
await tmp.restore();
Expand Down Expand Up @@ -405,9 +421,11 @@
This changes the behavior of the global testfs configuration in
`.mochapodrc.yml`.
The given configuration is now used to set a default instance in the `beforeAll` hook.
The given configuration is now used to set a default instance in the
`beforeAll` hook.
This change is still minor as the outcome of running the tests is still the same.
This change is still minor as the outcome of running the tests is still
the same.
- commits:
- hash: d27fe600bba6814e6d2c1f96a9fd2c4d98b2662e
- commits:
Expand Down Expand Up @@ -546,7 +564,8 @@
- body: >-
This feature was completely broken. The build stages
are now detected successfully and without the need to store the full build
are now detected successfully and without the need to store the full
build
logs in memory.
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.2 - 2024-03-06

* Update @balena/lint to v7 [Felipe Lalanne]

## 2.0.1 - 2024-02-08

* Update dependency @types/tar-stream to v3 [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.1",
"version": "2.0.2",
"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-02-08T17:27:29.938Z"
"publishedAt": "2024-03-06T22:09:47.930Z"
}
}

0 comments on commit 40fa339

Please sign in to comment.