Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.4 #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/kiwigrid/k8s-sidecar minor 1.25.3 -> 1.28.4

Warning

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


Release Notes

kiwigrid/k8s-sidecar (ghcr.io/kiwigrid/k8s-sidecar)

v1.28.4

Compare Source

🐛 Fixes

  • BUG: Fix missing sleep in _watch_resource_loop

v1.28.3

Compare Source

📦 Dependencies
  • Bump helm/kind-action from 1.10.0 to 1.11.0

v1.28.2

Compare Source

📦 Dependencies

  • Bump docker/login-action from 2 to 3

v1.28.1

Compare Source

📦 Dependencies
  • Bump docker/setup-qemu-action from 2 to 3
  • Bump mikepenz/release-changelog-builder-action from 4 to 5
  • update kind node images

v1.28.0

Compare Source

📦 Dependencies
  • Workflow maintenance
  • Trigger Build
  • Bump kubernetes from 30.1.0 to 31.0.0 in /src

v1.27.6

Compare Source

v1.27.5

Compare Source

📦 Dependencies

  • Bump kubernetes from 29.0.0 to 30.1.0 in /src

v1.27.4

Compare Source

📦 Dependencies

  • Bump logfmter from 0.0.7 to 0.0.8 in /src

v1.27.3

Compare Source

📦 Dependencies

  • Bump requests from 2.32.2 to 2.32.3 in /src

v1.27.2

Compare Source

📦 Dependencies

  • build(deps): bump requests from 2.31.0 to 2.32.2 in /src

v1.27.1

Compare Source

🚀 Features

  • Add exception_handler

v1.27.0

Compare Source

🚀 Features

  • Adding support for req-username-file and req-password-file cli flags

🧪 Tests

  • build(deps): bump helm/kind-action from 1.8.0 to 1.10.0

v1.26.2

Compare Source

📦 Dependencies

  • build(deps): bump kubernetes from 28.1.0 to 29.0.0 in /src

v1.26.1

Compare Source

💬 Other

v1.26.0

Compare Source

🐛 Fixes

  • #minor Remove unnecessary sleep before each watch cycle

v1.25.6

Compare Source

📦 Dependencies

  • build(deps): bump logfmter from 0.0.6 to 0.0.7 in /src

v1.25.5

Compare Source

📦 Dependencies

  • build(deps): bump python from 3.13.0a3-alpine3.18 to 3.13.0a4-alpine3.18

v1.25.4

Compare Source

📦 Dependencies

  • build(deps): bump python from 3.12.0-alpine3.18 to 3.12.1-alpine3.18
  • build(deps): bump python from 3.12.1-alpine3.18 to 3.13.0a3-alpine3.18

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 this update again.


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

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

Copy link

github-actions bot commented Feb 10, 2024

--- kubernetes/apps/monitoring/gatus/app Kustomization: flux-system/cluster-apps-gatus HelmRelease: monitoring/gatus

+++ kubernetes/apps/monitoring/gatus/app Kustomization: flux-system/cluster-apps-gatus HelmRelease: monitoring/gatus

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

               NAMESPACE: ALL
               RESOURCE: both
               UNIQUE_FILENAMES: true
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/kiwigrid/k8s-sidecar
-              tag: 1.25.3
+              tag: 1.28.4
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 10m
                 memory: 10Mi
@@ -77,13 +77,13 @@

               NAMESPACE: ALL
               RESOURCE: both
               UNIQUE_FILENAMES: true
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/kiwigrid/k8s-sidecar
-              tag: 1.25.3
+              tag: 1.28.4
             order: 2
             resources:
               limits:
                 memory: 128Mi
               requests:
                 cpu: 10m

Copy link

github-actions bot commented Feb 10, 2024

--- HelmRelease: monitoring/gatus Deployment: monitoring/gatus

+++ HelmRelease: monitoring/gatus Deployment: monitoring/gatus

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

         - name: NAMESPACE
           value: ALL
         - name: RESOURCE
           value: both
         - name: UNIQUE_FILENAMES
           value: 'true'
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.25.3
+        image: ghcr.io/kiwigrid/k8s-sidecar:1.28.4
         imagePullPolicy: IfNotPresent
         name: init-config
         resources:
           limits:
             memory: 128Mi
           requests:
@@ -141,13 +141,13 @@

         - name: NAMESPACE
           value: ALL
         - name: RESOURCE
           value: both
         - name: UNIQUE_FILENAMES
           value: 'true'
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.25.3
+        image: ghcr.io/kiwigrid/k8s-sidecar:1.28.4
         imagePullPolicy: IfNotPresent
         name: config-sync
         resources:
           limits:
             memory: 128Mi
           requests:

@renovate renovate bot changed the title fix(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.25.4 fix(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.25.6 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 6930807 to 53d02ef Compare February 26, 2024 19:10
@renovate renovate bot changed the title fix(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.25.6 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.26.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 53d02ef to 4ec3cda Compare February 28, 2024 10:22
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.26.0 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.26.1 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 4ec3cda to ebf691d Compare March 7, 2024 08:12
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.26.1 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.26.2 May 6, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from ebf691d to 1c63293 Compare May 6, 2024 10:42
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.26.2 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.0 May 13, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch 2 times, most recently from 97f676c to 9d49690 Compare May 14, 2024 10:24
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.0 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.1 May 14, 2024
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.1 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.2 May 22, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 9d49690 to 7d3ee95 Compare May 22, 2024 11:23
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.2 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.4 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 7d3ee95 to ce6a133 Compare June 7, 2024 13:13
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.4 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.5 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from ce6a133 to f61444f Compare July 12, 2024 08:03
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from f61444f to 0fafd14 Compare August 30, 2024 06:06
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.5 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.6 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 0fafd14 to 00069c1 Compare September 27, 2024 16:05
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.27.6 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.0 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 00069c1 to 7a035da Compare December 5, 2024 11:48
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.0 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.1 Dec 5, 2024
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.1 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.2 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 7a035da to f6b4b92 Compare December 17, 2024 12:44
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.2 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.3 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from f6b4b92 to 0ebf887 Compare December 17, 2024 17:34
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 0ebf887 to e58b340 Compare December 18, 2024 14:47
@renovate renovate bot changed the title feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.3 feat(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.28.4 Dec 18, 2024
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