mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
aad05c96de | |||
2510c1644f | |||
6dd753b744 | |||
bd504f6019 | |||
9955e7e4fc | |||
b87f2662f9 |
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
# FIXME: remove once balenaBlocks/balenaVirt is a thing
|
||||
submodules: true
|
||||
|
||||
- uses: aws-actions/configure-aws-credentials@c7680c32522b91cf6f7481e49535e154b93bed6d
|
||||
- uses: aws-actions/configure-aws-credentials@61a110527dcc9ccef6c109117050c80a00bec898
|
||||
with:
|
||||
aws-region: ${{ vars.AWS_REGION || 'us-east-1' }}
|
||||
role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
|
||||
|
@ -1,3 +1,29 @@
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to 61a1105
|
||||
hash: 6dd753b744b8e4e73ce7a9bfe964aa1b017f4805
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.45
|
||||
title: ""
|
||||
date: 2024-06-18T03:56:36.468Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v25.1.0
|
||||
hash: b87f2662f9339f60ef44efd1850e514cb4168e14
|
||||
body: |
|
||||
Update balena/open-balena-api from 25.0.2 to 25.1.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 4.0.44
|
||||
title: ""
|
||||
date: 2024-06-17T17:01:17.472Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v25
|
||||
hash: 15e93fecc72c13d7749e862b3137890b0443bb52
|
||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,6 +4,16 @@ 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/).
|
||||
|
||||
# v4.0.45
|
||||
## (2024-06-18)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to 61a1105 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.44
|
||||
## (2024-06-17)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v25.1.0 [Self-hosted Renovate Bot]
|
||||
|
||||
# v4.0.43
|
||||
## (2024-06-17)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.0.43
|
||||
version: 4.0.45
|
||||
|
@ -79,7 +79,7 @@ services:
|
||||
*with-default-privileges,
|
||||
*with-default-volumes,
|
||||
]
|
||||
image: balena/open-balena-api:v25.0.2
|
||||
image: balena/open-balena-api:v25.1.0
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
Reference in New Issue
Block a user