From b790b7d232a4100f7af354042a3ef4226a75333a Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Thu, 11 Apr 2024 21:24:27 +0200 Subject: [PATCH 1/3] Upgrade Kiota to 1.13.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1902309..3c1f01f 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ ifneq ($(filter arm%,$(OS_ARCH)),) endif # env variables -KIOTA_VERSION ?= "v1.12.0" -HORREUM_BRANCH ?= "0.12.x" +KIOTA_VERSION ?= "v1.13.0" +HORREUM_BRANCH ?= "master" HORREUM_OPENAPI_PATH ?= "https://raw.githubusercontent.com/Hyperfoil/Horreum/${HORREUM_BRANCH}/docs/site/content/en/openapi/openapi.yaml" GENERATED_CLIENT_PATH = "${PROJECT_PATH}/src/horreum/raw_client" OPENAPI_PATH = "${PROJECT_PATH}/openapi" From 7bf269731949838391f2f74aee02ff9b33d11fce Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Thu, 11 Apr 2024 21:24:02 +0200 Subject: [PATCH 2/3] Upgrade backport to v4 --- .github/workflows/backport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 5992ce6..20838c7 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -39,7 +39,7 @@ jobs: run: | echo "NO_SQUASH_OPTION=false" >> $GITHUB_ENV - name: Backporting - uses: kiegroup/git-backporting@v4.5.3 + uses: kiegroup/git-backporting@v4 with: target-branch: 0.12.x pull-request: ${{ github.event.pull_request.url }} From c15ef52aa1672160852d0bd3c9776135cb8b053a Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Fri, 12 Apr 2024 11:04:40 +0200 Subject: [PATCH 3/3] Change Horreum branch to 0.12.x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c1f01f..0e968ee 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ endif # env variables KIOTA_VERSION ?= "v1.13.0" -HORREUM_BRANCH ?= "master" +HORREUM_BRANCH ?= "0.12.x" HORREUM_OPENAPI_PATH ?= "https://raw.githubusercontent.com/Hyperfoil/Horreum/${HORREUM_BRANCH}/docs/site/content/en/openapi/openapi.yaml" GENERATED_CLIENT_PATH = "${PROJECT_PATH}/src/horreum/raw_client" OPENAPI_PATH = "${PROJECT_PATH}/openapi"