Skip to content

Commit

Permalink
Merge Helm Chart release/v2.0.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
agolybev committed Oct 28, 2024
2 parents fe4a0a1 + e243de8 commit 1051e33
Show file tree
Hide file tree
Showing 26 changed files with 1,217 additions and 1,056 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/4testing_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set chart version
run: |
wget https://download.onlyoffice.com/charts/4testing/index.yaml -P /tmp
LATEST_VERSION=$(awk '/docs-shards:/{f=1};f{print}' /tmp/index.yaml | awk '/version:/ {print $2;}' | head -1)
LATEST_VERSION=$(awk '/docs-shards:/{f=1};f{print}' /tmp/index.yaml | awk '/^ version:/ {print $2;}' | head -1)
NEW_VERSION=$(awk '/version:/ {print $2;}' Chart.yaml | head -1)
if [[ "$LATEST_VERSION" == *"$NEW_VERSION"* ]]; then
RC=${LATEST_VERSION: -1}
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 2.0.0

### New Features

* Added request routing based on Docs version during updates
* Added a signal control processing handler as the first process in Docs containers

### Changes

* Requests load balancing mechanism has been redesigned
* Pod remains in `Terminating` status while documents are being edited on it until `terminationGracePeriodSeconds` expires
* Released ONLYOFFICE Docs [v8.2.0](https://github.com/ONLYOFFICE/DocumentServer/blob/master/CHANGELOG.md#820)

## 1.0.1

### Changes
Expand Down
10 changes: 2 additions & 8 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ description: Helm chart for installing ONLYOFFICE Docs Shards in Kubernetes

type: application

version: 1.0.1
version: 2.0.0

appVersion: 8.1.3

dependencies:
- name: ingress-nginx
version: 4.11.1
repository: https://kubernetes.github.io/ingress-nginx
condition: ingress-nginx.enabled
appVersion: 8.2.0
193 changes: 0 additions & 193 deletions LICENSES/LICENSE-APACHE2.0

This file was deleted.

Loading

0 comments on commit 1051e33

Please sign in to comment.