Skip to content

Commit

Permalink
chore: Bumps project version to 1.6.0 after branching (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Dec 6, 2024
1 parent 8f645e2 commit ced61cf
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.1
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
groups:
github_actions:
patterns:
- "*"
labels:
- v1.5.1
18 changes: 18 additions & 0 deletions .github/workflows/1_5_1_scheduled_runs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release v1.5.1 scheduled CI

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

jobs:

build-rock:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.5.1"

scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
branch-name: "v1.5.1"
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 AUSF.
## Usage

```console
docker pull ghcr.io/canonical/sdcore-ausf:1.4.0
docker run -it ghcr.io/canonical/sdcore-ausf:1.4.0
docker pull ghcr.io/canonical/sdcore-ausf:1.6.0
docker run -it ghcr.io/canonical/sdcore-ausf: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-ausf
base: bare
build-base: [email protected]
version: '1.5.1'
version: '1.6.0'
summary: SD-Core AUSF
description: SD-Core AUSF
license: Apache-2.0
Expand Down

0 comments on commit ced61cf

Please sign in to comment.