Skip to content

Commit

Permalink
v1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Apr 28, 2023
1 parent ff2a5c5 commit f67a8ea
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- commits:
- subject: Drop dependency of systemd when running tests
hash: 11f6fbe43ca5d62b1824c827691207ffd78b328a
body: |
Functions such as systemd::start_service are now returning immediately
when integration tests are run. This drops the dependency of systemd
when tests are run which complicates the testing setup tremendously.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Zahari Petkov <[email protected]>
signed-off-by: Zahari Petkov <[email protected]>
author: Zahari Petkov
nested: []
version: 1.2.12
title: ""
date: 2023-04-28T08:47:59.800Z
- commits:
- subject: "cargo: update dependencies to v1.62"
hash: 4800a001ec9e9be5d1923d8fdc4ebad81b01dd42
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/).

# v1.2.12
## (2023-04-28)

* Drop dependency of systemd when running tests [Zahari Petkov]

## v1.2.11 - 2022-08-08

* Cargo: update dependencies to v1.62 [Alex Gonzalez]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "os-config"
version = "1.2.11"
version = "1.2.12"
authors = ["Zahari Petkov <[email protected]>", "Andrei Gherzan <[email protected]>"]
description = "balenaOS configuration tool"
repository = "https://github.com/balena-os/os-config"
Expand Down

0 comments on commit f67a8ea

Please sign in to comment.