Skip to content

Commit

Permalink
v0.39.9
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Nov 24, 2022
1 parent 3313d37 commit d8367fb
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
16 changes: 16 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- commits:
- subject: Only login to docker registries immediately before pushing
hash: 35e5beb658a7b69c2d8e945f016b96b2b1c52d6f
body: |
This prevents docker credentials from leaking into arbitrary test
code.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 0.39.9
title: ""
date: 2022-11-24T20:20:59.219Z
- commits:
- subject: Remove the global GHCR_TOKEN env var as it contains secrets
hash: 93c0b563bc6601b38108b018f26be55126f522b0
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/).

## 0.39.9 - 2022-11-24

* Only login to docker registries immediately before pushing [Kyle Harding]

## 0.39.8 - 2022-11-24

* Remove the global GHCR_TOKEN env var as it contains secrets [Kyle Harding]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"yaml": "^2.1.3"
},
"version": "0.39.8",
"version": "0.39.9",
"versionist": {
"publishedAt": "2022-11-24T15:36:26.860Z"
"publishedAt": "2022-11-24T20:20:59.649Z"
}
}
2 changes: 1 addition & 1 deletion tests/balena.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Flowzone
type: sw.application
version: 0.39.8
version: 0.39.9

0 comments on commit d8367fb

Please sign in to comment.