From 5ae10db90d93e461e6d54913c204576af1864691 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 21 Dec 2023 17:15:15 +0100 Subject: [PATCH] docs: bump version, prepare changelog --- changelog/{unreleased => 4.0.5_2023-12-21}/add-trach-bin-cli.md | 0 .../fix-auth-allow-empty-cred-chain.md | 0 changelog/{unreleased => 4.0.5_2023-12-21}/fix-traces.md | 0 .../fix-upload-session-purging.md | 0 ocis-pkg/version/version.go | 2 +- sonar-project.properties | 2 +- 6 files changed, 2 insertions(+), 2 deletions(-) rename changelog/{unreleased => 4.0.5_2023-12-21}/add-trach-bin-cli.md (100%) rename changelog/{unreleased => 4.0.5_2023-12-21}/fix-auth-allow-empty-cred-chain.md (100%) rename changelog/{unreleased => 4.0.5_2023-12-21}/fix-traces.md (100%) rename changelog/{unreleased => 4.0.5_2023-12-21}/fix-upload-session-purging.md (100%) diff --git a/changelog/unreleased/add-trach-bin-cli.md b/changelog/4.0.5_2023-12-21/add-trach-bin-cli.md similarity index 100% rename from changelog/unreleased/add-trach-bin-cli.md rename to changelog/4.0.5_2023-12-21/add-trach-bin-cli.md diff --git a/changelog/unreleased/fix-auth-allow-empty-cred-chain.md b/changelog/4.0.5_2023-12-21/fix-auth-allow-empty-cred-chain.md similarity index 100% rename from changelog/unreleased/fix-auth-allow-empty-cred-chain.md rename to changelog/4.0.5_2023-12-21/fix-auth-allow-empty-cred-chain.md diff --git a/changelog/unreleased/fix-traces.md b/changelog/4.0.5_2023-12-21/fix-traces.md similarity index 100% rename from changelog/unreleased/fix-traces.md rename to changelog/4.0.5_2023-12-21/fix-traces.md diff --git a/changelog/unreleased/fix-upload-session-purging.md b/changelog/4.0.5_2023-12-21/fix-upload-session-purging.md similarity index 100% rename from changelog/unreleased/fix-upload-session-purging.md rename to changelog/4.0.5_2023-12-21/fix-upload-session-purging.md diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index 3b7f33940f8..79f06dc6dec 100644 --- a/ocis-pkg/version/version.go +++ b/ocis-pkg/version/version.go @@ -16,7 +16,7 @@ var ( // LatestTag is the latest released version plus the dev meta version. // Will be overwritten by the release pipeline // Needs a manual change for every tagged release - LatestTag = "4.0.4+dev" + LatestTag = "4.0.5+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions diff --git a/sonar-project.properties b/sonar-project.properties index 6ca952d5bf0..1b45ae5f7bb 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_ocis sonar.organization=owncloud-1 sonar.projectName=ocis -sonar.projectVersion=4.0.4 +sonar.projectVersion=4.0.5 sonar.host.url=https://sonarcloud.io # =====================================================