From c62741036c96d7c5d701bb79b213cf297b5f3171 Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Fri, 5 Apr 2024 14:06:19 -0400 Subject: [PATCH] chore: bump to v1.4.0 (#148) --- .github/workflows/main.yaml | 4 ++-- .github/workflows/promote.yaml | 2 +- README.md | 6 +++--- metadata.yaml | 4 ++-- terraform/variables.tf | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cfec9287..95da44d2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -42,7 +42,7 @@ jobs: uses: canonical/sdcore-github-workflows/.github/workflows/publish-charm.yaml@main with: charm-file-name: "sdcore-upf-k8s_ubuntu-22.04-amd64.charm" - track-name: 1.3 + track-name: 1.4 secrets: CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }} @@ -58,7 +58,7 @@ jobs: with: branch-name: ${{ github.ref_name }} charm-file-name: "sdcore-upf-k8s_ubuntu-22.04-amd64.charm" - track-name: 1.3 + track-name: 1.4 secrets: CHARMCRAFT_AUTH: ${{ secrets.CHARMCRAFT_AUTH }} diff --git a/.github/workflows/promote.yaml b/.github/workflows/promote.yaml index 8b8afb24..1ca53917 100644 --- a/.github/workflows/promote.yaml +++ b/.github/workflows/promote.yaml @@ -14,7 +14,7 @@ on: type: choice description: Name of the charmhub track to publish options: - - 1.3 + - 1.4 - latest diff --git a/README.md b/README.md index 7787c162..e22fc0bf 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ For detailed instructions on running UPF in `dpdk` mode please visit ## Image -- **bessd**: ghcr.io/canonical/sdcore-upf-bess:1.3 -- **routectl**: ghcr.io/canonical/sdcore-upf-bess:1.3 -- **pfcp-agent**: ghcr.io/canonical/sdcore-upf-pfcpiface:1.3 +- **bessd**: ghcr.io/canonical/sdcore-upf-bess:1.4.0 +- **routectl**: ghcr.io/canonical/sdcore-upf-bess:1.4.0 +- **pfcp-agent**: ghcr.io/canonical/sdcore-upf-pfcpiface:1.4.0 diff --git a/metadata.yaml b/metadata.yaml index b88bf96b..4489ffbf 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -27,12 +27,12 @@ resources: bessd-image: type: oci-image description: OCI image for 5G upf bessd - upstream-source: ghcr.io/canonical/sdcore-upf-bess:1.3 + upstream-source: ghcr.io/canonical/sdcore-upf-bess:1.4.0 pfcp-agent-image: type: oci-image description: OCI image for 5G upf pfcp-agent - upstream-source: ghcr.io/canonical/sdcore-upf-pfcpiface:1.3 + upstream-source: ghcr.io/canonical/sdcore-upf-pfcpiface:1.4.0 storage: config: diff --git a/terraform/variables.tf b/terraform/variables.tf index 2177a591..b3f5da9e 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -16,7 +16,7 @@ variable "app_name" { variable "channel" { description = "The channel to use when deploying a charm." type = string - default = "1.3/edge" + default = "1.4/edge" } variable "config" {