Skip to content

Commit aaddbb2

Browse files
committed
fixes of osa proxy changelog
1 parent f984b04 commit aaddbb2

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

docs/changelog/proxy-changelog.en.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ hide:
1414
- Added support for [APK](/osa-proxy/config-apk.en) and [RPM](/osa-proxy/config-rpm.en) repositories
1515
- Added support for configuring `JAVA_OPTS` in the Helm chart. See [installation](/osa-proxy/installation.en)
1616
- Added support for [Docker repositories](/osa-proxy/config-docker.en)
17-
!!! note "Pulling official images"
18-
Pulling official images without the `library` prefix (e.g., `docker pull <osa-proxy-host>/postgres`) will be available in the next patch release. Currently, the full path must be used: `docker pull <osa-proxy-host>/library/postgres`
1917

20-
#### Fixed
21-
22-
- Fixed operation with remote repositories behind **Cloudflare**, which resulted in error code 1101 from Cloudflare
23-
- Fixed an error with adding the repository to the package name in `PURL` for Go
18+
!!! note "Pulling official images"
19+
Pulling official images without the `library` prefix (e.g., `docker pull <osa-proxy-host>/postgres`) will be available in the next patch release. Currently, the full path must be used: `docker pull <osa-proxy-host>/library/postgres`
2420

2521
#### Changed
2622

2723
- Changed `gateway_route_<package_type>_requests_seconds` [metrics](/osa-proxy/metrics.en) from Histogram to SLO (10ms, 25ms, 50ms, 100ms, 250ms, 500ms, 1s, 2s, 5s)
2824

25+
#### Fixed
26+
27+
- Fixed operation with remote repositories behind **Cloudflare**, which resulted in error code 1101 from Cloudflare
28+
- Fixed an error with adding the repository to the package name in `PURL` for Go
29+
2930
#### Removed
3031

3132
- Removed duplicate `gateway_route_` metric `http_server_requests`

docs/changelog/proxy-changelog.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ hide:
1414
- Добавлена поддержка [APK](/osa-proxy/config-apk) и [RPM](/osa-proxy/config-rpm) репозиториев
1515
- Добавлена поддержка настройки `JAVA_OPTS` в Helm-чарте. Подробнее в [документации](/osa-proxy/installation)
1616
- Добавлена поддержка [Docker-репозиториев](/osa-proxy/config-docker)
17-
!!! note "Особенности загрузки официальных образов"
18-
Загрузка официальных образов без префикса `library` (например, `docker pull <osa-proxy-host>/postgres`) будет добавлена в следующем патч-релизе. На данный момент необходимо использовать полный путь: `docker pull <osa-proxy-host>/library/postgres`
1917

20-
#### Исправлено
21-
22-
- Исправлена работа с удаленными репозиториями за **Cloudflare**, приводившая к коду ошибки 1101 от Cloudflare
23-
- Исправлена ошибка с добавлением репозитория к имени пакета в `PURL` для Go
18+
!!! note "Особенности загрузки официальных образов"
19+
Загрузка официальных образов без префикса `library` (например, `docker pull <osa-proxy-host>/postgres`) будет добавлена в следующем патч-релизе. На данный момент необходимо использовать полный путь: `docker pull <osa-proxy-host>/library/postgres`
2420

2521
#### Изменено
2622

2723
- Изменены [метрики](/osa-proxy/metrics) `gateway_route_<package_type>_requests_seconds` с Histogram на SLO (10ms, 25ms, 50ms, 100ms, 250ms, 500ms, 1s, 2s, 5s)
2824

25+
#### Исправлено
26+
27+
- Исправлена работа с удаленными репозиториями за **Cloudflare**, приводившая к коду ошибки 1101 от Cloudflare
28+
- Исправлена ошибка с добавлением репозитория к имени пакета в `PURL` для Go
29+
2930
#### Удалено
3031

3132
- Удалена дублирующая `gateway_route_` метрика `http_server_requests`

0 commit comments

Comments
 (0)