File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66# OSA Proxy Changelog
77
8+ ### [ 2026.5.1] - 2026-02-11
9+
10+ #### Added
11+
12+ - When proxying ` docker.io ` , ` docker pull ` can be used without the ` library ` prefix
13+
14+ #### Fixed
15+
16+ - Disabled forwarding of caching headers for HEAD requests. This speeds up manifest refreshes in Artifactory and policy application
17+
18+ #### Changed
19+
20+ - Replaced Redis ` KEYS ` with ` SCAN ` for key lookups so Redis can run in limited-privileges mode (` +@all -@dangerous ` )
21+ - Expanded manifest analysis logging: blocked package versions and applied blocking policies are now printed
22+
823### [ 2026.5.0] - 2026-01-30
924
1025#### Added
@@ -116,4 +131,4 @@ Two levels of scanning:
116131
117132- Policy-blocked versions are excluded from the manifest.
118133- Downloading of policy-blocked archives is prevented.
119- - A configurable status code with a blocking message in the status-line is returned.
134+ - A configurable status code with a blocking message in the status-line is returned.
Original file line number Diff line number Diff line change 55
66# OSA Proxy Changelog
77
8+ ### [ 2026.5.1] - 2026-02-11
9+
10+ #### Добавлено
11+
12+ - Для проксирования ` docker.io ` можно делать ` docker pull ` без префикса ` library `
13+
14+ #### Исправлено
15+
16+ - Для HEAD-запросов отключена передача заголовков кеширования. Это ускоряет обновление манифестов в Artifactory и применение политик
17+
18+ #### Изменено
19+
20+ - Команда ` KEYS ` в Redis заменена на ` SCAN ` для поиска ключей, чтобы Redis работал в режиме ограниченных привилегий (` +@all -@dangerous ` )
21+ - Расширено логирование анализа манифестов: теперь фиксируются заблокированные версии пакетов и применённые политики блокировки
22+
823### [ 2026.5.0] - 2026-01-30
924
1025#### Добавлено
@@ -115,4 +130,4 @@ hide:
115130
116131- Заблокированные политиками версии исключаются из манифеста.
117132- Загрузка заблокированных политиками архивов блокируется.
118- - Возвращается настраиваемый код состояния с сообщением о блокировке в status-line.
133+ - Возвращается настраиваемый код состояния с сообщением о блокировке в status-line.
You can’t perform that action at this time.
0 commit comments