Skip to content

Commit 9553c1b

Browse files
committed
Merge branch 'proxy_patch_2026_5_3' into 'master'
update OSA Proxy changelog for version 2026.5.3 See merge request CodeScoring/docs!627
2 parents 9bbc1bc + 737de02 commit 9553c1b

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

docs/changelog/proxy-changelog.en.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ hide:
55

66
# OSA Proxy Changelog
77

8+
### [2026.5.3] - 2026-03-02
9+
10+
#### Fixed
11+
12+
- Fixed an issue where package downloads were still blocked even when the "do not block downloads on errors" flag was enabled; the incorrect behavior occurred for `blocked_scan_failed` responses
13+
- Fixed an error when accessing `jitpack.io`
14+
15+
#### Changed
16+
17+
- Unified logging for blocked versions in manifests and blocked package downloads: both are now logged through a single entry point, `ru.codescoring.proxy.logging.PolicyLogger`
18+
819
### [2026.5.2] - 2026-02-20
920

1021
#### Added

docs/changelog/proxy-changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ hide:
55

66
# OSA Proxy Changelog
77

8+
### [2026.5.3] - 2026-03-02
9+
10+
#### Исправлено
11+
12+
- Исправлена проблема, при которой загрузка пакета блокировалась даже при включенном флаге отключения блокировки в случае ошибок; некорректное поведение наблюдалось при ответе `blocked_scan_failed`
13+
- Исправлена ошибка при обращении к `jitpack.io`
14+
15+
#### Изменено
16+
- Унифицировано логирование данных о заблокированных версиях в манифестах и заблокированных загрузках пакетов: теперь используется единая точка логирования `ru.codescoring.proxy.logging.PolicyLogger`
17+
818
### [2026.5.2] - 2026-02-20
919

1020
#### Добавлено

docs/osa-proxy/config-docker.en.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ docker:
3232
scan-package: true
3333
registry: https://registry-1.docker.io
3434
auth-token-url: https://auth.docker.io
35-
registry: https://jfrog.host.ru/docker-remote
3635
```
3736
3837
After configuring the proxy server and adding it to `application.yml`, the command to pull an image will look like this:
3938

4039
```bash
41-
docker pull {osa-proxy-url}/codescoring-docker/library/alpine:latest
40+
docker pull {osa-proxy-url}/library/alpine:latest
4241
```
4342

4443
## Using subdomains for access

docs/osa-proxy/config-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ docker:
3636
После настройки прокси-сервера и добавления его в application.yml, команда для загрузки образа будет выглядеть так:
3737
3838
```bash
39-
docker pull {osa-proxy-url}/codescoring-docker/library/alpine:latest
39+
docker pull {osa-proxy-url}/library/alpine:latest
4040
```
4141

4242
## Использование поддоменов для доступа

0 commit comments

Comments
 (0)