Update CV release to v1.0.3, add X-Clacks-Overhead header #176
5 changed files with 8 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.
|
||||
|
|
@ -229,6 +229,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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -454,6 +455,7 @@ server {
|
|||
proxy_ignore_headers Cache-Control Set-Cookie;
|
||||
|
||||
add_header X-Cache-Status $upstream_cache_status;
|
||||
add_header X-Clacks-Overhead "GNU Terry Pratchett" always;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
@ -503,6 +505,7 @@ server {
|
|||
proxy_cache_key $host$uri;
|
||||
|
||||
add_header X-Cache-Status $upstream_cache_status;
|
||||
add_header X-Clacks-Overhead "GNU Terry Pratchett" always;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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