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 #75

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/kiwigrid/k8s-sidecar minor 1.25.2 -> 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

v1.25.3

Compare Source

💬 Other

  • Remove misleading doc for REQ_SKIP_TLS_VERIFY

📦 Dependencies

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

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 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.

Copy link

github-actions bot commented Dec 2, 2023

--- 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

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

         - name: RESOURCE
           value: both
         - name: UNIQUE_FILENAMES
           value: 'true'
         - name: METHOD
           value: LIST
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.25.2
+        image: ghcr.io/kiwigrid/k8s-sidecar:1.28.0
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - mountPath: /config
           name: config
     persistence:
       config:
@@ -129,12 +129,12 @@

         - name: RESOURCE
           value: both
         - name: UNIQUE_FILENAMES
           value: 'true'
         - name: METHOD
           value: WATCH
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.25.2
+        image: ghcr.io/kiwigrid/k8s-sidecar:1.28.0
         imagePullPolicy: IfNotPresent
         volumeMounts:
         - mountPath: /config
           name: config
 

Copy link

github-actions bot commented Dec 2, 2023

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

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

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

         - name: RESOURCE
           value: both
         - name: UNIQUE_FILENAMES
           value: 'true'
         - name: METHOD
           value: LIST
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.25.2
+        image: ghcr.io/kiwigrid/k8s-sidecar:1.28.0
         imagePullPolicy: IfNotPresent
         name: 02-config-sync
         volumeMounts:
         - mountPath: /config
           name: config
       containers:
@@ -123,13 +123,13 @@

         - name: RESOURCE
           value: both
         - name: UNIQUE_FILENAMES
           value: 'true'
         - name: METHOD
           value: WATCH
-        image: ghcr.io/kiwigrid/k8s-sidecar:1.25.2
+        image: ghcr.io/kiwigrid/k8s-sidecar:1.28.0
         imagePullPolicy: IfNotPresent
         name: config-sync
         volumeMounts:
         - mountPath: /config
           name: config
       volumes:

@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 02a6aa7 to 483541e Compare February 8, 2024 19:35
@renovate renovate bot changed the title fix(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.25.3 fix(container): update image ghcr.io/kiwigrid/k8s-sidecar to v1.25.4 Feb 8, 2024
@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 2 times, most recently from edb996e to 2db8dd6 Compare February 28, 2024 11:33
@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 2db8dd6 to da132a5 Compare March 7, 2024 06:37
@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 da132a5 to 38422cb Compare May 6, 2024 10:41
@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 38422cb to d121b81 Compare May 13, 2024 22:24
@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 from d121b81 to 1cc9bf1 Compare May 14, 2024 11:05
@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 force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 1cc9bf1 to fb67b82 Compare May 22, 2024 12:29
@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 fb67b82 to d827bee Compare June 7, 2024 09:35
@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 d827bee to 62515eb Compare July 12, 2024 09:54
@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 62515eb to 0aad07d Compare August 30, 2024 07:26
@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 0aad07d to 6c45dd3 Compare September 27, 2024 16:32
@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 6c45dd3 to 1e0dc44 Compare December 5, 2024 23:46
@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 force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 1e0dc44 to 09fddb9 Compare December 17, 2024 14:11
@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.3 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-kiwigrid-k8s-sidecar-1.x branch from 09fddb9 to 8e60d3e Compare December 18, 2024 14:31
@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