Skip to content

Commit e06d115

Browse files
committed
fixed formatting
1 parent 042c9d2 commit e06d115

2 files changed

Lines changed: 13 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
@@ -9,16 +9,17 @@ hide:
99

1010
#### Added
1111

12-
- When proxying `docker.io`, `docker pull` can be used without the `library` prefix
12+
- Implemented `docker.io` proxying via the `docker pull` command without the `library` prefix
1313

14-
#### Fixed
14+
#### Changed
1515

16-
- Disabled forwarding of caching headers for HEAD requests. This speeds up manifest refreshes in Artifactory and policy application
16+
- Replaced the `KEYS` command with `SCAN` for searching keys in Redis, allowing Redis to run in restricted privilege mode (`+@all -@dangerous`)
17+
- Expanded manifest parsing logging: blocked package versions and applied blocking policies are now logged
1718

18-
#### Changed
19+
#### Fixed
20+
21+
- Disabled forwarding of caching headers for HEAD requests, thus speeding up manifest refreshes in JFrog Artifactory and policy application
1922

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
2223

2324
### [2026.5.0] - 2026-01-30
2425

docs/changelog/proxy-changelog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ hide:
99

1010
#### Добавлено
1111

12-
- Для проксирования `docker.io` можно делать `docker pull` без префикса `library`
13-
14-
#### Исправлено
15-
16-
- Для HEAD-запросов отключена передача заголовков кеширования. Это ускоряет обновление манифестов в Artifactory и применение политик
12+
- Реализовано проксирование `docker.io` через команду `docker pull` без префикса `library`
1713

1814
#### Изменено
1915

20-
- Команда `KEYS` в Redis заменена на `SCAN` для поиска ключей, чтобы Redis работал в режиме ограниченных привилегий (`+@all -@dangerous`)
16+
- Заменена команда `KEYS` на `SCAN` для поиска ключей в Redis, чтобы Redis работал в режиме ограниченных привилегий (`+@all -@dangerous`)
2117
- Расширено логирование анализа манифестов: теперь фиксируются заблокированные версии пакетов и применённые политики блокировки
2218

19+
#### Исправлено
20+
21+
- Отключена передача заголовков кеширования для HEAD-запросов, таким образом ускоряя обновление манифестов в JFrog Artifactory и применение политик
22+
2323
### [2026.5.0] - 2026-01-30
2424

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

0 commit comments

Comments
 (0)