Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bumps project version to 2.0.0 after branching #35

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.2
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
groups:
github_actions:
patterns:
- "*"
labels:
- v1.6.2
18 changes: 18 additions & 0 deletions .github/workflows/1_6_2_scheduled_runs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release v1.6.2 scheduled CI

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

jobs:

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

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

```console
docker pull ghcr.io/canonical/sdcore-smf:1.5.2
docker run -it ghcr.io/canonical/sdcore-smf:1.5.2
docker pull ghcr.io/canonical/sdcore-smf:2.0.0
docker run -it ghcr.io/canonical/sdcore-smf:2.0.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-smf
base: bare
build-base: [email protected]
version: '1.6.2'
version: '2.0.0'
summary: SD-Core SMF
description: SD-Core SMF
license: Apache-2.0
Expand Down
Loading