Skip to content

chore(deps): update nginx docker tag to v1.30.0#2342

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/nginx-1.x
Apr 15, 2026
Merged

chore(deps): update nginx docker tag to v1.30.0#2342
renovate[bot] merged 1 commit intomainfrom
renovate/nginx-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 15, 2026

This PR contains the following updates:

Package Update Change
nginx minor 1.29.81.30.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) April 15, 2026 04:33
@github-actions
Copy link
Copy Markdown

--- . Kustomization: flux-system/flux-system Deployment: applications/angel-backups

+++ . Kustomization: flux-system/flux-system Deployment: applications/angel-backups

@@ -15,13 +15,13 @@

     metadata:
       labels:
         app: angel-backups
     spec:
       containers:
       - name: angel-backups
-        image: nginx:1.29.8
+        image: nginx:1.30.0
         ports:
         - containerPort: 80
         volumeMounts:
         - mountPath: /etc/nginx/conf.d
           name: angel-backups-conf
           readOnly: true
--- . Kustomization: flux-system/flux-system Deployment: applications/db-static

+++ . Kustomization: flux-system/flux-system Deployment: applications/db-static

@@ -13,13 +13,13 @@

     metadata:
       labels:
         app: db-static
     spec:
       containers:
       - name: db-static
-        image: nginx:1.29.8
+        image: nginx:1.30.0
         ports:
         - containerPort: 80
         volumeMounts:
         - mountPath: /etc/nginx/conf.d
           name: db-static-conf
           readOnly: true

Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nginx: v1.29.8 → v1.30.0

Verdict: Safe to merge

1.30.0 is the new stable branch release, packaging up the 1.29.x mainline development series. The actual code delta between 1.29.8 and 1.30.0 is a version bump only (the 1.29.8 → 1.30.0 release commit is purely a version tag change).

The most notable behavioral change introduced during the 1.29.x cycle is the upstream keepalive now enabled by default with HTTP/1.1 (landed in 1.29.7). Both affected deployments — apps/angel-backups.yaml and apps/db-static.yaml — use nginx purely as a static file server with no proxy_pass directives, so this change has no effect here.

Sources consulted:

@renovate renovate bot merged commit e04d673 into main Apr 15, 2026
3 checks passed
@renovate renovate bot deleted the renovate/nginx-1.x branch April 15, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants