From 0e41f35c8f3b3d1f4acf40e6fe46ff13550787d3 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Tue, 17 Oct 2023 15:31:39 +0000 Subject: [PATCH 1/7] Use 5/edge branch specifically for testing --- .github/workflows/integration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index a44e960..e41a776 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -23,6 +23,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + ref: 5/edge - name: Setup operator environment uses: charmed-kubernetes/actions-operator@main with: From 4883e77d369f5c5c1720207d90396023bb1c616a Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy <132273757+dmitry-ratushnyy@users.noreply.github.com> Date: Fri, 10 Nov 2023 13:55:04 +0100 Subject: [PATCH 2/7] Update integration.yaml Update `checkout` workflow version --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index e41a776..b3e0f86 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -22,7 +22,7 @@ jobs: fail-fast: false steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: 5/edge - name: Setup operator environment From 2b075fd6f41a9be8cb443eda669a1fa225a40791 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Fri, 10 Nov 2023 13:59:48 +0100 Subject: [PATCH 3/7] Changed base in rockcraft.yaml --- rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index 6a6bbb6..ff83c3f 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -1,7 +1,7 @@ # Copyright 2023 Canonical Ltd. # See LICENSE file for licensing details. name: charmed-mongodb # the name of your ROCK -base: ubuntu:22.04 # the base environment for this ROCK +base: ubuntu@22.04 # the base environment for this ROCK version: "5.0.14-12" # just for humans. Semantic versioning is recommended summary: MongoDB in a rock. # 79 char long summary description: | From 858663562d94e623b0a991df6a454107a7186136 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Sat, 11 Nov 2023 05:05:56 +0100 Subject: [PATCH 4/7] Changed version in rockcraft.yaml --- rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index ff83c3f..7533926 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -2,7 +2,7 @@ # See LICENSE file for licensing details. name: charmed-mongodb # the name of your ROCK base: ubuntu@22.04 # the base environment for this ROCK -version: "5.0.14-12" # just for humans. Semantic versioning is recommended +version: "5_0_14-12" # just for humans. Semantic versioning is recommended summary: MongoDB in a rock. # 79 char long summary description: | MongoDB is a source-available cross-platform From a3ffff6f28718f5f2ca6067b8ed96fc0b3bc6f83 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Sat, 11 Nov 2023 05:09:52 +0100 Subject: [PATCH 5/7] Changed version in rockcraft.yaml --- rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index 7533926..deecef1 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -2,7 +2,7 @@ # See LICENSE file for licensing details. name: charmed-mongodb # the name of your ROCK base: ubuntu@22.04 # the base environment for this ROCK -version: "5_0_14-12" # just for humans. Semantic versioning is recommended +version: "5-0-14--12" # just for humans. Semantic versioning is recommended summary: MongoDB in a rock. # 79 char long summary description: | MongoDB is a source-available cross-platform From 2902fd27286a2266672bbf7ce79e79992c952c48 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Sat, 11 Nov 2023 05:11:57 +0100 Subject: [PATCH 6/7] Changed version in rockcraft.yaml --- rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index deecef1..8bc0867 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -2,7 +2,7 @@ # See LICENSE file for licensing details. name: charmed-mongodb # the name of your ROCK base: ubuntu@22.04 # the base environment for this ROCK -version: "5-0-14--12" # just for humans. Semantic versioning is recommended +version: "5014-12" # just for humans. Semantic versioning is recommended summary: MongoDB in a rock. # 79 char long summary description: | MongoDB is a source-available cross-platform From c40780c91bbd7bec0bbbe0b6abe289c91a5b2c54 Mon Sep 17 00:00:00 2001 From: Dmitry Ratushnyy Date: Sat, 11 Nov 2023 05:21:30 +0100 Subject: [PATCH 7/7] Changed version in rockcraft.yaml --- rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rockcraft.yaml b/rockcraft.yaml index 8bc0867..94502cf 100644 --- a/rockcraft.yaml +++ b/rockcraft.yaml @@ -2,7 +2,7 @@ # See LICENSE file for licensing details. name: charmed-mongodb # the name of your ROCK base: ubuntu@22.04 # the base environment for this ROCK -version: "5014-12" # just for humans. Semantic versioning is recommended +version: "12" # just for humans. Semantic versioning is recommended summary: MongoDB in a rock. # 79 char long summary description: | MongoDB is a source-available cross-platform