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

Update dependency pydantic to v2 - autoclosed #252

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pydantic (changelog) ==1.10.11 -> ==2.0.3 age adoption passing confidence

Release Notes

pydantic/pydantic (pydantic)

v2.0.3

Compare Source

v2.0.2

Compare Source

See the full changelog here

v2.0.1

Compare Source

First patch release of Pydantic V2

See the full changelog here

v2.0

Compare Source


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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/pydantic-2.x branch 2 times, most recently from e7482cd to b0ac20b Compare July 4, 2023 19:57
@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2023

--- /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster6 Kustomization: kustomization HelmRepository: flux-system/renovate

+++ /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster6 Kustomization: kustomization HelmRepository: flux-system/renovate

@@ -1,10 +0,0 @@

----
-apiVersion: source.toolkit.fluxcd.io/v1beta2
-kind: HelmRepository
-metadata:
-  name: renovate
-  namespace: flux-system
-spec:
-  interval: 30m
-  url: https://docs.renovatebot.com/helm-charts
-
--- /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster6 Kustomization: kustomization HelmRelease: default/renovate

+++ /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster6 Kustomization: kustomization HelmRelease: default/renovate

@@ -1,40 +0,0 @@

----
-apiVersion: helm.toolkit.fluxcd.io/v2beta1
-kind: HelmRelease
-metadata:
-  name: renovate
-  namespace: default
-spec:
-  chart:
-    spec:
-      chart: renovate
-      sourceRef:
-        kind: HelmRepository
-        name: renovate
-        namespace: flux-system
-  interval: 5m
-  values:
-    renovate:
-      existingConfigFile: /dev/null
-      securityContext:
-        allowPrivilegeEscalation: false
-        capabilities:
-          drop:
-          - ALL
-    resources:
-      limits:
-        cpu: 1000m
-        memory: 2G
-      requests:
-        cpu: 100m
-        memory: 256Mi
-    securityContext:
-      fsGroup: 1000
-      fsGroupChangePolicy: Always
-      runAsNonRoot: true
-      runAsUser: 1000
-      seccompProfile:
-        type: RuntimeDefault
-    serviceAccount:
-      create: true
-
--- /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster6 Kustomization: kustomization HelmRepository: flux-system/renovate

+++ /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster6 Kustomization: kustomization HelmRepository: flux-system/renovate

@@ -0,0 +1,10 @@

+---
+apiVersion: source.toolkit.fluxcd.io/v1beta2
+kind: HelmRepository
+metadata:
+  name: renovate
+  namespace: flux-system
+spec:
+  interval: 30m
+  url: https://docs.renovatebot.com/helm-charts
+
--- /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster6 Kustomization: kustomization HelmRelease: default/renovate

+++ /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster6 Kustomization: kustomization HelmRelease: default/renovate

@@ -0,0 +1,40 @@

+---
+apiVersion: helm.toolkit.fluxcd.io/v2beta1
+kind: HelmRelease
+metadata:
+  name: renovate
+  namespace: default
+spec:
+  chart:
+    spec:
+      chart: renovate
+      sourceRef:
+        kind: HelmRepository
+        name: renovate
+        namespace: flux-system
+  interval: 5m
+  values:
+    renovate:
+      existingConfigFile: /dev/null
+      securityContext:
+        allowPrivilegeEscalation: false
+        capabilities:
+          drop:
+          - ALL
+    resources:
+      limits:
+        cpu: 1000m
+        memory: 2G
+      requests:
+        cpu: 100m
+        memory: 256Mi
+    securityContext:
+      fsGroup: 1000
+      fsGroupChangePolicy: Always
+      runAsNonRoot: true
+      runAsUser: 1000
+      seccompProfile:
+        type: RuntimeDefault
+    serviceAccount:
+      create: true
+

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2023

no HelmRelease objects found in cluster

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2023

--- tests/testdata/cluster3/namespaces/overlays/cluster3 Kustomization: flux-system/namespaces Namespace: flux-system/podinfo

+++ tests/testdata/cluster3/namespaces/overlays/cluster3 Kustomization: flux-system/namespaces Namespace: flux-system/podinfo

@@ -0,0 +1,6 @@

+---
+apiVersion: v1
+kind: Namespace
+metadata:
+  name: podinfo
+
--- tests/testdata/cluster3/tenants/overlays/cluster3 Kustomization: flux-system/tenants Namespace: flux-system/app

+++ tests/testdata/cluster3/tenants/overlays/cluster3 Kustomization: flux-system/tenants Namespace: flux-system/app

@@ -0,0 +1,6 @@

+---
+apiVersion: v1
+kind: Namespace
+metadata:
+  name: app
+

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2023

no HelmRelease objects found in cluster

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2023

--- /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster6 HelmRelease: default/renovate ServiceAccount: default/renovate

+++ /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster6 HelmRelease: default/renovate ServiceAccount: default/renovate

@@ -1,10 +0,0 @@

----
-apiVersion: v1
-kind: ServiceAccount
-metadata:
-  name: renovate
-  labels:
-    app.kubernetes.io/name: renovate
-    app.kubernetes.io/instance: renovate
-    app.kubernetes.io/managed-by: Helm
-
--- /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster6 HelmRelease: default/renovate CronJob: default/renovate

+++ /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster6 HelmRelease: default/renovate CronJob: default/renovate

@@ -1,54 +0,0 @@

----
-apiVersion: batch/v1
-kind: CronJob
-metadata:
-  name: renovate
-  labels:
-    app.kubernetes.io/name: renovate
-    app.kubernetes.io/instance: renovate
-    app.kubernetes.io/managed-by: Helm
-spec:
-  schedule: 0 1 * * *
-  jobTemplate:
-    metadata:
-      labels:
-        app.kubernetes.io/name: renovate
-        app.kubernetes.io/instance: renovate
-    spec:
-      template:
-        metadata:
-          labels:
-            app.kubernetes.io/name: renovate
-            app.kubernetes.io/instance: renovate
-        spec:
-          serviceAccountName: renovate
-          restartPolicy: Never
-          containers:
-          - name: renovate
-            image: renovate/renovate:35.159.6
-            imagePullPolicy: IfNotPresent
-            env:
-            - name: RENOVATE_CONFIG_FILE
-              value: /dev/null
-            envFrom: null
-            securityContext:
-              allowPrivilegeEscalation: false
-              capabilities:
-                drop:
-                - ALL
-            resources:
-              limits:
-                cpu: 1000m
-                memory: 2G
-              requests:
-                cpu: 100m
-                memory: 256Mi
-          volumes: null
-          securityContext:
-            fsGroup: 1000
-            fsGroupChangePolicy: Always
-            runAsNonRoot: true
-            runAsUser: 1000
-            seccompProfile:
-              type: RuntimeDefault
-
--- /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster6 HelmRelease: default/renovate CronJob: default/renovate

+++ /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster6 HelmRelease: default/renovate CronJob: default/renovate

@@ -0,0 +1,54 @@

+---
+apiVersion: batch/v1
+kind: CronJob
+metadata:
+  name: renovate
+  labels:
+    app.kubernetes.io/name: renovate
+    app.kubernetes.io/instance: renovate
+    app.kubernetes.io/managed-by: Helm
+spec:
+  schedule: 0 1 * * *
+  jobTemplate:
+    metadata:
+      labels:
+        app.kubernetes.io/name: renovate
+        app.kubernetes.io/instance: renovate
+    spec:
+      template:
+        metadata:
+          labels:
+            app.kubernetes.io/name: renovate
+            app.kubernetes.io/instance: renovate
+        spec:
+          serviceAccountName: renovate
+          restartPolicy: Never
+          containers:
+          - name: renovate
+            image: renovate/renovate:35.159.6
+            imagePullPolicy: IfNotPresent
+            env:
+            - name: RENOVATE_CONFIG_FILE
+              value: /dev/null
+            envFrom: null
+            securityContext:
+              allowPrivilegeEscalation: false
+              capabilities:
+                drop:
+                - ALL
+            resources:
+              limits:
+                cpu: 1000m
+                memory: 2G
+              requests:
+                cpu: 100m
+                memory: 256Mi
+          volumes: null
+          securityContext:
+            fsGroup: 1000
+            fsGroupChangePolicy: Always
+            runAsNonRoot: true
+            runAsUser: 1000
+            seccompProfile:
+              type: RuntimeDefault
+
--- /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster6 HelmRelease: default/renovate ServiceAccount: default/renovate

+++ /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster6 HelmRelease: default/renovate ServiceAccount: default/renovate

@@ -0,0 +1,10 @@

+---
+apiVersion: v1
+kind: ServiceAccount
+metadata:
+  name: renovate
+  labels:
+    app.kubernetes.io/name: renovate
+    app.kubernetes.io/instance: renovate
+    app.kubernetes.io/managed-by: Helm
+

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2023

--- /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster5 Kustomization: controllers/infra-controllers HelmRelease: flux-system/weave-gitops

+++ /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster5 Kustomization: controllers/infra-controllers HelmRelease: flux-system/weave-gitops

@@ -0,0 +1,17 @@

+---
+apiVersion: helm.toolkit.fluxcd.io/v2beta1
+kind: HelmRelease
+metadata:
+  name: weave-gitops
+  namespace: flux-system
+spec:
+  chart:
+    spec:
+      chart: weave-gitops
+      interval: 12h
+      sourceRef:
+        kind: HelmRepository
+        name: weave-charts
+      version: 4.0.22
+  interval: 60m
+
--- /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster5 Kustomization: controllers/infra-controllers HelmRelease: metallb/metallb

+++ /home/runner/work/flux-local/flux-local/pr/tests/testdata/cluster5 Kustomization: controllers/infra-controllers HelmRelease: metallb/metallb

@@ -0,0 +1,28 @@

+---
+apiVersion: helm.toolkit.fluxcd.io/v2beta1
+kind: HelmRelease
+metadata:
+  name: metallb
+  namespace: metallb
+spec:
+  chart:
+    spec:
+      chart: metallb
+      reconcileStrategy: ChartVersion
+      sourceRef:
+        kind: HelmRepository
+        name: bitnami
+        namespace: flux-system
+      version: 4.1.14
+  install:
+    crds: CreateReplace
+    remediation:
+      retries: 3
+  interval: 5m
+  releaseName: metallb
+  upgrade:
+    crds: CreateReplace
+  values:
+    speaker:
+      secretName: metallb-secret
+
--- /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster5 Kustomization: controllers/infra-controllers HelmRelease: flux-system/weave-gitops

+++ /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster5 Kustomization: controllers/infra-controllers HelmRelease: flux-system/weave-gitops

@@ -1,17 +0,0 @@

----
-apiVersion: helm.toolkit.fluxcd.io/v2beta1
-kind: HelmRelease
-metadata:
-  name: weave-gitops
-  namespace: flux-system
-spec:
-  chart:
-    spec:
-      chart: weave-gitops
-      interval: 12h
-      sourceRef:
-        kind: HelmRepository
-        name: weave-charts
-      version: 4.0.22
-  interval: 60m
-
--- /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster5 Kustomization: controllers/infra-controllers HelmRelease: metallb/metallb

+++ /home/runner/work/flux-local/flux-local/live/tests/testdata/cluster5 Kustomization: controllers/infra-controllers HelmRelease: metallb/metallb

@@ -1,28 +0,0 @@

----
-apiVersion: helm.toolkit.fluxcd.io/v2beta1
-kind: HelmRelease
-metadata:
-  name: metallb
-  namespace: metallb
-spec:
-  chart:
-    spec:
-      chart: metallb
-      reconcileStrategy: ChartVersion
-      sourceRef:
-        kind: HelmRepository
-        name: bitnami
-        namespace: flux-system
-      version: 4.1.14
-  install:
-    crds: CreateReplace
-    remediation:
-      retries: 3
-  interval: 5m
-  releaseName: metallb
-  upgrade:
-    crds: CreateReplace
-  values:
-    speaker:
-      secretName: metallb-secret
-

@renovate renovate bot force-pushed the renovate/pydantic-2.x branch 3 times, most recently from 0308431 to e786582 Compare July 9, 2023 11:52
@renovate renovate bot changed the title Update dependency pydantic to v2 Update dependency pydantic to v2 - autoclosed Jul 15, 2023
@renovate renovate bot closed this Jul 15, 2023
@renovate renovate bot deleted the renovate/pydantic-2.x branch July 15, 2023 06:56
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.

1 participant