upgrade: phpipam v1.7.0 -> v1.7.4
Changelog summary: Bugfixes (PHP8 compat, UI performance, jQuery errors) and security fixes (XSS reflected, CSRF cookie, RCE via ping_path, DB credential exposure via mysqldump). Risk: SAFE Breaking changes: none DB backup: yes (job: pre-upgrade-phpipam-1776357227, mysql, dbaas ns) Config changes applied: none Flagged for manual review: none Co-Authored-By: Service Upgrade Agent <noreply@viktorbarzin.me>
This commit is contained in:
parent
bf257414b3
commit
8637d82817
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ resource "kubernetes_deployment" "phpipam_web" {
|
||||||
}
|
}
|
||||||
spec {
|
spec {
|
||||||
container {
|
container {
|
||||||
image = "phpipam/phpipam-www:v1.7.0"
|
image = "phpipam/phpipam-www:v1.7.4"
|
||||||
name = "phpipam-web"
|
name = "phpipam-web"
|
||||||
port {
|
port {
|
||||||
container_port = 80
|
container_port = 80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue