diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9adccd2..fda46ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/.github/workflows/1_5_1_scheduled_runs.yaml b/.github/workflows/1_5_1_scheduled_runs.yaml new file mode 100644 index 0000000..d4c7c40 --- /dev/null +++ b/.github/workflows/1_5_1_scheduled_runs.yaml @@ -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/build-rock.yaml@v2.3.0 + with: + branch-name: "v1.5.1" + + scan-rock: + needs: build-rock + uses: canonical/sdcore-github-workflows/.github/workflows/scan-rock.yaml@v2.3.0 + with: + branch-name: "v1.5.1" diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3cfa02f..a64fa97 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -5,8 +5,6 @@ on: branches: - main push: - branches: - - main schedule: - cron: '0 0 * * 0' diff --git a/README.md b/README.md index b3747a1..f7be254 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/rockcraft.yaml b/rockcraft.yaml index 3db7234..bb4d05b 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -1,7 +1,7 @@ name: sdcore-ausf base: bare build-base: ubuntu@24.04 -version: '1.5.1' +version: '1.6.0' summary: SD-Core AUSF description: SD-Core AUSF license: Apache-2.0