Skip to content

Commit

Permalink
Creates v1.5.1 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Dec 6, 2024
1 parent 5ed31e9 commit 8651d2c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 98 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/dependabot_pr.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/issues.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/lint-pr.yaml

This file was deleted.

10 changes: 3 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Main
name: Release v1.5.1 CI

on:
pull_request:
branches:
- main
- v1.5.1
push:
branches:
- main
schedule:
- cron: '0 0 * * 0'

jobs:

Expand All @@ -20,6 +16,6 @@ jobs:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]

publish-rock:
if: github.ref_name == 'main'
if: github.ref_name == 'v1.5.1'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
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 NSSF.
## Usage

```console
docker pull ghcr.io/canonical/sdcore-nssf:1.4.0
docker run -it ghcr.io/canonical/sdcore-nssf:1.4.0
docker pull ghcr.io/canonical/sdcore-nssf:1.5.1
docker run -it ghcr.io/canonical/sdcore-nssf:1.5.1
```

0 comments on commit 8651d2c

Please sign in to comment.