Skip to content

Commit

Permalink
Bumps project version to 1.6.0 after branching
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Dec 6, 2024
1 parent ab476ae commit 805fef3
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,17 @@ updates:
interval: "daily"
commit-message:
prefix: "chore: "

- package-ecosystem: "github-actions"
target-branch: v1.5.2
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
groups:
github_actions:
patterns:
- "*"
labels:
- v1.5.2
18 changes: 18 additions & 0 deletions .github/workflows/1_5_2_scheduled_runs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release v1.5.2 scheduled CI

on:
schedule:
- cron: '0 0 * * 0'

jobs:

build-rock:
uses: canonical/sdcore-github-workflows/.github/workflows/build-rock.yaml@v2.3.0
with:
branch-name: "v1.5.2"

scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/scan-rock.yaml@v2.3.0
with:
branch-name: "v1.5.2"
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 0 * * 0'

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Container image for SD-Core NRF.
## Usage

```console
docker pull ghcr.io/canonical/sdcore-nrf:1.4.0
docker run -it ghcr.io/canonical/sdcore-nrf:1.4.0
docker pull ghcr.io/canonical/sdcore-nrf:1.6.0
docker run -it ghcr.io/canonical/sdcore-nrf:1.6.0
```
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sdcore-nrf
base: bare
build-base: ubuntu@24.04
version: '1.5.2'
version: '1.6.0'
summary: SD-Core NRF
description: SD-Core NRF
license: Apache-2.0
Expand Down

0 comments on commit 805fef3

Please sign in to comment.