Skip to content

Commit

Permalink
chore: bump to v1.4.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Apr 5, 2024
1 parent f077ddb commit c627410
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: choice
description: Name of the charmhub track to publish
options:
- 1.3
- 1.4
- latest


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit c627410

Please sign in to comment.