Skip to content

Commit

Permalink
release-1.29.0 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbelyaev-nsk authored Oct 2, 2024
1 parent fa2f9e2 commit b9da836
Show file tree
Hide file tree
Showing 86 changed files with 1,212 additions and 918 deletions.
40 changes: 39 additions & 1 deletion Breaking-Changes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,47 @@
# 2GIS On-Premise Breaking-Changes

## [1.29.0]

### mapgl-js-api
- MAPGL_ICONSPATH renamed to MAPGL_ICONS_URL
- MAPGL_MODELSPATH renamed to MAPGL_MODELS_URL

### pro-api
- appName renamed to api.appName
- image renamed to api.image
- ingress renamed to api.ingress
- pod renamed to api.pod
- vpa renamed to api.vpa
- service renamed to api.service
- licenseKey renamed to api.settings.licenseKey
- api.tempPath renamed to api.settings.tempPath
- api.allowAnyOrigin renamed to api.settings.allowAnyOrigin
- api.logEsQueries renamed to api.settings.logEsQueries
- api.debug renamed to api.settings.debug
- api.env renamed to api.settings.env
- api.filterByZoneCodes renamed to api.settings.filterByZoneCodes
- api.esDataCentersCount renamed to api.settings.esDataCentersCount
- api.rateLimiter renamed to api.settings.rateLimiter
- api.localCache renamed to api.settings.localCache
- api.openApi renamed to api.settings.openApi
- auth renamed to api.settings.auth
- permissionsApiImage renamed to permissions.image
- permissionsApiIngress renamed to permissions.ingress
- permissionsPodSettings renamed to permissions.pod
- permissionApiService renamed to permissions.service
- add permissions.settings block
- add assetImporter.appName
- assetImporter.maxParallelJobs renamed to assetImporter.settings.maxParallelJobs
- assetImporter.files renamed to assetImporter.settings.files
- assetImporter.imageProxyUrl renamed to assetImporter.settings.imageProxyUrl
- assetImporter.externalLinksProxyUrl renamed to assetImporter.settings.externalLinksProxyUrl
- assetImporter.externalLinksAllowedHosts renamed to assetImporter.settings.externalLinksAllowedHosts
- assetImporter.esMetricsEnabled renamed to assetImporter.settings.esMetricsEnabled
- assetPreparer.maxParallelJobs renamed to assetPreparer.settings.maxParallelJobs

## [1.28.0]

### navi-async-matric

- `s3.publicNetloc` now MUST start with `http://` or `https://` scheme

## [1.27.0]
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 2GIS On-Premise Changelog

## [1.29.0] (2024-10-02)
#### [Breaking-Changes](Breaking-Changes.md#1290)
#### Images
```
citylens
- citylens-api:1.12.0
+ citylens-api:1.13.1
- citylens-database:1.12.0
+ citylens-database:1.13.0
- citylens-web:1.12.0
+ citylens-web:1.13.0
- citylens-workers:1.12.0
+ citylens-workers:1.13.0
license
- license:2.2.1
+ license:2.2.3
```

## [1.28.2] (2024-09-18)
#### Images
```
Expand Down
2 changes: 1 addition & 1 deletion charts/catalog-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: catalog-api
type: application
description: A Helm chart for Kubernetes to deploy Catalog APIs

version: 1.28.2
version: 1.29.0
appVersion: 3.625.0

maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/citylens/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: citylens
type: application
description: A Helm chart for Kubernetes to deploy Citylens service

version: 1.28.2
appVersion: 1.12.0
version: 1.29.0
appVersion: 1.13.1

maintainers:
- name: 2gis
Expand Down
8 changes: 4 additions & 4 deletions charts/citylens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ See the [documentation]() to learn about:
| Name | Description | Value |
| ---------------------- | ------------ | ------------------------------ |
| `api.image.repository` | Repository. | `2gis-on-premise/citylens-api` |
| `api.image.tag` | Tag. | `1.12.0` |
| `api.image.tag` | Tag. | `1.13.1` |
| `api.image.pullPolicy` | Pull Policy. | `IfNotPresent` |

### Resources settings
Expand Down Expand Up @@ -133,7 +133,7 @@ See the [documentation]() to learn about:
| Name | Description | Value |
| ---------------------- | ------------ | ------------------------------ |
| `web.image.repository` | Repository. | `2gis-on-premise/citylens-web` |
| `web.image.tag` | Tag. | `1.12.0` |
| `web.image.tag` | Tag. | `1.13.0` |
| `web.image.pullPolicy` | Pull Policy. | `IfNotPresent` |

### Resources settings
Expand Down Expand Up @@ -351,7 +351,7 @@ See the [documentation]() to learn about:
| Name | Description | Value |
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
| `worker.dashboardBatchEvents.image.repository` | Repository. | `2gis-on-premise/citylens-workers` |
| `worker.dashboardBatchEvents.image.tag` | Tag. | `1.12.0` |
| `worker.dashboardBatchEvents.image.tag` | Tag. | `1.13.0` |
| `worker.dashboardBatchEvents.image.pullPolicy` | Pull Policy. | `IfNotPresent` |
| `worker.dashboardBatchEvents.logLevel` | Worker's log level. | `INFO` |
| `worker.dashboardBatchEvents.revisionHistoryLimit` | Revision history limit (used for [rolling back](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) a deployment). | `3` |
Expand All @@ -369,7 +369,7 @@ See the [documentation]() to learn about:
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| `migrations.enabled` | If migrations needed. | `true` |
| `migrations.image.repository` | Repository. | `2gis-on-premise/citylens-database` |
| `migrations.image.tag` | Tag. | `1.12.0` |
| `migrations.image.tag` | Tag. | `1.13.0` |
| `migrations.image.pullPolicy` | Pull Policy | `IfNotPresent` |
| `migrations.resources.requests.cpu` | A CPU request. | `100m` |
| `migrations.resources.requests.memory` | A memory request. | `1Gi` |
Expand Down
8 changes: 4 additions & 4 deletions charts/citylens/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ api:
image:
repository: 2gis-on-premise/citylens-api
pullPolicy: IfNotPresent
tag: 1.12.0
tag: 1.13.1

replicas: 4

Expand Down Expand Up @@ -230,7 +230,7 @@ web:
image:
repository: 2gis-on-premise/citylens-web
pullPolicy: IfNotPresent
tag: 1.12.0
tag: 1.13.0

replicas: 1

Expand Down Expand Up @@ -611,7 +611,7 @@ worker:
image:
repository: 2gis-on-premise/citylens-workers
pullPolicy: IfNotPresent
tag: 1.12.0
tag: 1.13.0

revisionHistoryLimit: 3

Expand Down Expand Up @@ -647,7 +647,7 @@ migrations:
image:
repository: 2gis-on-premise/citylens-database
pullPolicy: IfNotPresent
tag: 1.12.0
tag: 1.13.0

resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion charts/dgtt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dgtt
description: DGTT Helm chart for Kubernetes
type: application

version: 1.28.2
version: 1.29.0
appVersion: 0.2.27-b188673e09

maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/floors-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: floors-api
description: Helm for floors service
type: application

version: 1.28.2
version: 1.29.0
appVersion: 1.0.4

maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/generic-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Generic library Helm chart for 2Gis
type: library
keywords:
- library
version: 1.28.2
version: 1.29.0
maintainers:
- name: 2gis
url: https://github.com/2gis
Expand Down
2 changes: 1 addition & 1 deletion charts/gis-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: GIS Platform

type: application

version: 1.28.2
version: 1.29.0
appVersion: 2023.8.3-0

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: keycloak
type: application
description: Keycloak is a high performance Java-based identity and access management solution. It lets developers add an authentication layer to their applications with minimum effort.

version: 1.28.2
version: 1.29.0
appVersion: 21.1.1-debian-11-r4

maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/keys/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: keys
type: application
description: A Helm chart for Kubernetes to deploy API Keys service

version: 1.28.2
version: 1.29.0
appVersion: 1.87.0

maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/license/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: license
type: application
description: A Helm chart for Kubernetes to deploy License service

version: 1.28.2
appVersion: 2.2.1
version: 1.29.0
appVersion: 2.2.3

maintainers:
- name: 2gis
Expand Down
4 changes: 3 additions & 1 deletion charts/license/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ See the [documentation](https://docs.2gis.com/en/on-premise/architecture/service
| ------------------------ | --------------------------------------- | ------- |
| `dgctlStorage.host` | S3 endpoint. Format: `host:port`. | `""` |
| `dgctlStorage.secure` | If S3 uses https. | `false` |
| `dgctlStorage.region` | S3 region. | `""` |
| `dgctlStorage.bucket` | S3 bucket name. | `""` |
| `dgctlStorage.accessKey` | S3 access key for accessing the bucket. | `""` |
| `dgctlStorage.secretKey` | S3 secret key for accessing the bucket. | `""` |
Expand All @@ -53,7 +54,7 @@ See the [documentation](https://docs.2gis.com/en/on-premise/architecture/service
| Name | Description | Value |
| ------------------ | ------------ | ------------------------- |
| `image.repository` | Repository. | `2gis-on-premise/license` |
| `image.tag` | Tag. | `2.2.1` |
| `image.tag` | Tag. | `2.2.3` |
| `image.pullPolicy` | Pull Policy. | `IfNotPresent` |

### License service application settings
Expand Down Expand Up @@ -100,6 +101,7 @@ See the [documentation](https://docs.2gis.com/en/on-premise/architecture/service
| ----------------------- | --------------------------------------- | ------- |
| `persistence.host` | S3 endpoint. Format: `host:port`. | `""` |
| `persistence.secure` | If S3 uses https. | `false` |
| `persistence.region` | S3 region. | `""` |
| `persistence.bucket` | S3 bucket name. | `""` |
| `persistence.root` | Root directory in S3 bucket. | `""` |
| `persistence.accessKey` | S3 access key for accessing the bucket. | `""` |
Expand Down
2 changes: 2 additions & 0 deletions charts/license/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ data:
storage:
host: {{ required "A valid $.Values.dgctlStorage.host entry is required" .host }}
secure: {{ .secure }}
region: {{ .region }}
bucket: {{ required "A valid $.Values.dgctlStorage.bucket entry is required" .bucket }}
{{- end }}
{{- with .persistence }}
persistence:
host: {{ .host }}
secure: {{ .secure }}
region: {{ .region }}
bucket: {{ .bucket }}
root: {{ .root }}
{{- end }}
Expand Down
6 changes: 5 additions & 1 deletion charts/license/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ dgctlDockerRegistry: ''

# @param dgctlStorage.host S3 endpoint. Format: `host:port`.
# @param dgctlStorage.secure If S3 uses https.
# @param dgctlStorage.region S3 region.
# @param dgctlStorage.bucket S3 bucket name.
# @param dgctlStorage.accessKey S3 access key for accessing the bucket.
# @param dgctlStorage.secretKey S3 secret key for accessing the bucket.

dgctlStorage:
host: ''
secure: false
region: ''
bucket: ''
accessKey: ''
secretKey: ''
Expand Down Expand Up @@ -63,7 +65,7 @@ imagePullSecrets: []

image:
repository: 2gis-on-premise/license
tag: 2.2.1
tag: 2.2.3
pullPolicy: IfNotPresent

# @section License service application settings
Expand Down Expand Up @@ -137,6 +139,7 @@ resources:

# @param persistence.host S3 endpoint. Format: `host:port`.
# @param persistence.secure If S3 uses https.
# @param persistence.region S3 region.
# @param persistence.bucket S3 bucket name.
# @param persistence.root Root directory in S3 bucket.
# @param persistence.accessKey S3 access key for accessing the bucket.
Expand All @@ -145,6 +148,7 @@ resources:
persistence:
host: ''
secure: false
region: ''
bucket: ''
root: ''
accessKey: ''
Expand Down
2 changes: 1 addition & 1 deletion charts/mapgl-js-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Basic WebGL map chart template for 2GIS On-Premise

type: application

version: 1.28.2
version: 1.29.0
appVersion: 1.51.0

maintainers:
Expand Down
Loading

0 comments on commit b9da836

Please sign in to comment.