Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/angelnu/pod-gateway minor v1.10.0 -> v1.13.0

Warning

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


Release Notes

angelnu/pod-gateway (ghcr.io/angelnu/pod-gateway)

v1.13.0

Compare Source

What's Changed
  • add VXLAN_PORT allow rules, do not block on ping to pod-gateway by @​diseq in #​71
New Contributors

Full Changelog: angelnu/pod-gateway@v1.12.0...v1.13.0

v1.12.0: 1.12.0

Compare Source

Replace deprecated dhclient with busybox udhcpc

What's Changed

Full Changelog: angelnu/pod-gateway@v1.11.1...v1.12.0

v1.11.1

Compare Source

Merge and release contributions from the last months:

What's Changed
New Contributors

Full Changelog: angelnu/pod-gateway@v1.10.0...v1.11.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Oct 5, 2024

--- HelmRelease: vpn/media-gateway Deployment: vpn/media-gateway-pod-gateway

+++ HelmRelease: vpn/media-gateway Deployment: vpn/media-gateway-pod-gateway

@@ -29,24 +29,24 @@

       automountServiceAccountToken: true
       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       initContainers:
       - command:
         - /bin/gateway_init.sh
-        image: ghcr.io/angelnu/pod-gateway:v1.10.0@sha256:d728eac85f750b37c96a0dafd038561ea4b8035857802be1128ea9b19c61e181
+        image: ghcr.io/angelnu/pod-gateway:v1.12.0@sha256:8b35b9ebe2be4dfdce44934e298ab196bc59dd2a47ec5f62423e6b573ae94a6b
         imagePullPolicy: IfNotPresent
         name: routes
         securityContext:
           privileged: true
         volumeMounts:
         - mountPath: /config
           name: config
           readOnly: true
       containers:
       - name: media-gateway-pod-gateway
-        image: ghcr.io/angelnu/pod-gateway:v1.10.0@sha256:d728eac85f750b37c96a0dafd038561ea4b8035857802be1128ea9b19c61e181
+        image: ghcr.io/angelnu/pod-gateway:v1.12.0@sha256:8b35b9ebe2be4dfdce44934e298ab196bc59dd2a47ec5f62423e6b573ae94a6b
         imagePullPolicy: IfNotPresent
         command:
         - /bin/gateway_sidecar.sh
         securityContext:
           capabilities:
             add:
--- HelmRelease: vpn/media-gateway Deployment: vpn/media-gateway-pod-gateway-webhook

+++ HelmRelease: vpn/media-gateway Deployment: vpn/media-gateway-pod-gateway-webhook

@@ -36,17 +36,17 @@

         - --configmapName=media-gateway-pod-gateway
         - --setGatewayLabel=setGateway
         - --setGatewayAnnotation=setGateway
         - --tls-cert-file-path=/tls/tls.crt
         - --tls-key-file-path=/tls/tls.key
         - --DNSPolicy=None
-        - --initImage=ghcr.io/angelnu/pod-gateway:v1.10.0@sha256:d728eac85f750b37c96a0dafd038561ea4b8035857802be1128ea9b19c61e181
+        - --initImage=ghcr.io/angelnu/pod-gateway:v1.12.0@sha256:8b35b9ebe2be4dfdce44934e298ab196bc59dd2a47ec5f62423e6b573ae94a6b
         - --initImagePullPol=IfNotPresent
         - --initCmd=/bin/client_init.sh
         - --initMountPoint=/config
-        - --sidecarImage=ghcr.io/angelnu/pod-gateway:v1.10.0@sha256:d728eac85f750b37c96a0dafd038561ea4b8035857802be1128ea9b19c61e181
+        - --sidecarImage=ghcr.io/angelnu/pod-gateway:v1.12.0@sha256:8b35b9ebe2be4dfdce44934e298ab196bc59dd2a47ec5f62423e6b573ae94a6b
         - --sidecarImagePullPol=IfNotPresent
         - --sidecarCmd=/bin/client_sidecar.sh
         - --sidecarMountPoint=/config
         ports:
         - name: http
           containerPort: 8080

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Oct 5, 2024

--- kubernetes/cluster-0/apps/vpn/pod-gateway/media Kustomization: flux-system/cluster-apps-pod-gateway-media HelmRelease: vpn/media-gateway

+++ kubernetes/cluster-0/apps/vpn/pod-gateway/media Kustomization: flux-system/cluster-apps-pod-gateway-media HelmRelease: vpn/media-gateway

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

           capabilities:
             add:
             - NET_ADMIN
         type: gluetun
     image:
       repository: ghcr.io/angelnu/pod-gateway
-      tag: v1.10.0@sha256:d728eac85f750b37c96a0dafd038561ea4b8035857802be1128ea9b19c61e181
+      tag: v1.12.0@sha256:8b35b9ebe2be4dfdce44934e298ab196bc59dd2a47ec5f62423e6b573ae94a6b
     podAnnotations:
       configmap.reloader.stakater.com/reload: media-gateway-pod-gateway
       secret.reloader.stakater.com/reload: media-gateway-vpnconfig
     routed_namespaces:
     - media
     service:

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Oct 5, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Warnings Elapsed time
❌ COPYPASTE jscpd yes 2 no 1.4s
✅ REPOSITORY git_diff yes no no 0.04s
✅ REPOSITORY secretlint yes no no 3.56s
✅ YAML prettier 1 0 0 0.52s
✅ YAML yamllint 1 0 0 0.73s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot changed the title feat(container): update image ghcr.io/angelnu/pod-gateway ( v1.10.0 → v1.11.1 ) feat(container): update image ghcr.io/angelnu/pod-gateway ( v1.10.0 → v1.12.0 ) Mar 30, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-angelnu-pod-gateway-1.x branch from e04c13e to 78947b0 Compare March 30, 2025 14:00
… v1.13.0 )

| datasource | package                     | from    | to      |
| ---------- | --------------------------- | ------- | ------- |
| docker     | ghcr.io/angelnu/pod-gateway | v1.10.0 | v1.13.0 |
@renovate renovate bot changed the title feat(container): update image ghcr.io/angelnu/pod-gateway ( v1.10.0 → v1.12.0 ) feat(container): update image ghcr.io/angelnu/pod-gateway ( v1.10.0 → v1.13.0 ) May 3, 2025
@renovate renovate bot force-pushed the renovate/cluster-0-ghcr.io-angelnu-pod-gateway-1.x branch from 78947b0 to b201f21 Compare May 3, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants