Update CV release to v1.0.3, add X-Clacks-Overhead header
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ed5c9c9b48
commit
be3b602b51
4 changed files with 5 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ spec:
|
|||
name: http
|
||||
env:
|
||||
- name: CV_RELEASE_URL
|
||||
value: "https://forge.ops.eblu.me/api/packages/eblume/generic/cv/v1.0.2/cv-v1.0.2.tar.gz"
|
||||
value: "https://forge.ops.eblu.me/api/packages/eblume/generic/cv/v1.0.3/cv-v1.0.3.tar.gz"
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
|
|
|
|||
1
docs/changelog.d/cv-v1.0.3-and-clacks.feature.md
Normal file
1
docs/changelog.d/cv-v1.0.3-and-clacks.feature.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Update CV release to v1.0.3.
|
||||
1
docs/changelog.d/cv-v1.0.3-and-clacks.misc.md
Normal file
1
docs/changelog.d/cv-v1.0.3-and-clacks.misc.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add X-Clacks-Overhead header to public proxy for cv and docs: GNU Terry Pratchett.
|
||||
|
|
@ -76,6 +76,7 @@ http {
|
|||
proxy_ignore_headers Cache-Control Set-Cookie;
|
||||
|
||||
add_header X-Cache-Status $upstream_cache_status;
|
||||
add_header X-Clacks-Overhead "GNU Terry Pratchett" always;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -109,6 +110,7 @@ http {
|
|||
proxy_ignore_headers Cache-Control Set-Cookie;
|
||||
|
||||
add_header X-Cache-Status $upstream_cache_status;
|
||||
add_header X-Clacks-Overhead "GNU Terry Pratchett" always;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue