Skip to content

Commit

Permalink
chore: prepare release, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Oct 21, 2024
1 parent 9ac104f commit ad8044e
Show file tree
Hide file tree
Showing 26 changed files with 60 additions and 60 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: [email protected]
OCIS_DOCKER_TAG: 6.5.0
OCIS_DOCKER_TAG: 6.6.0
OCIS_DOCKER_IMAGE: owncloud/ocis-rolling
OCIS_DOMAIN: ocis.ocis-onlyoffice.rolling.owncloud.works
COMPANION_DOMAIN: companion.ocis-onlyoffice.rolling.owncloud.works
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: [email protected]
OCIS_DOCKER_TAG: 6.5.0
OCIS_DOCKER_TAG: 6.6.0
OCIS_DOCKER_IMAGE: owncloud/ocis-rolling
OCIS_DOMAIN: ocis.ocis.rolling.owncloud.works
COMPANION_DOMAIN: companion.ocis.rolling.owncloud.works
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: [email protected]
OCIS_DOCKER_TAG: 6.5.0
OCIS_DOCKER_TAG: 6.6.0
OCIS_DOCKER_IMAGE: owncloud/ocis-rolling
OCIS_DOMAIN: ocis.ocis-s3.rolling.owncloud.works
COMPANION_DOMAIN: companion.ocis-s3.rolling.owncloud.works
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: [email protected]
OCIS_DOCKER_TAG: 6.5.0
OCIS_DOCKER_TAG: 6.6.0
OCIS_DOCKER_IMAGE: owncloud/ocis-rolling
OCIS_DOMAIN: ocis.ocis-keycloak.rolling.owncloud.works
KEYCLOAK_DOMAIN: keycloak.ocis-keycloak.rolling.owncloud.works
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: [email protected]
OCIS_DOCKER_TAG: 6.5.0
OCIS_DOCKER_TAG: 6.6.0
OCIS_DOCKER_IMAGE: owncloud/ocis-rolling
OCIS_DOMAIN: ocis.ocis-ldap.rolling.owncloud.works
LDAP_MANAGER_DOMAIN: ldap.ocis-ldap.rolling.owncloud.works
Expand Down
106 changes: 53 additions & 53 deletions docs/ocis/release_roadmap.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ocis-pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "6.5.0+dev"
LatestTag = "6.6.0+dev"

// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=owncloud_ocis
sonar.organization=owncloud-1
sonar.projectName=ocis
sonar.projectVersion=6.5.0
sonar.projectVersion=6.6.0
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down

0 comments on commit ad8044e

Please sign in to comment.