From 195530484e059b6d02df7dff46f2e389c09fce37 Mon Sep 17 00:00:00 2001 From: Philip Gough Date: Wed, 7 Aug 2024 16:54:46 +0100 Subject: [PATCH] Adds grafana/jsonnet-libs mixin-utils (#2477) * Adds grafana/jsonnet-libs mixin-utils to unblock manifest update && generate * chore: ignore mdox errors for https://www.weave.works --- .mdox.validate.yaml | 6 +++++- jsonnetfile.json | 9 +++++++++ jsonnetfile.lock.json | 10 ++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.mdox.validate.yaml b/.mdox.validate.yaml index 1f66eae0..04b96e4e 100644 --- a/.mdox.validate.yaml +++ b/.mdox.validate.yaml @@ -6,4 +6,8 @@ validators: type: "ignore" # Ignore release links. - regex: 'https:\/\/github\.com\/prometheus-operator\/kube-prometheus\/releases' - type: "ignore" \ No newline at end of file + type: "ignore" + # the www.weave.works domain returns 404 for many pages. + # Ignoring for now but we need remove the related content if it persists. + - regex: 'https:\/\/www.weave.works.*' + type: "ignore" diff --git a/jsonnetfile.json b/jsonnetfile.json index 73f15687..d48ecd62 100644 --- a/jsonnetfile.json +++ b/jsonnetfile.json @@ -1,6 +1,15 @@ { "version": 1, "dependencies": [ + { + "source": { + "git": { + "remote": "https://github.com/grafana/jsonnet-libs.git", + "subdir": "mixin-utils" + } + }, + "version": "master" + }, { "source": { "local": { diff --git a/jsonnetfile.lock.json b/jsonnetfile.lock.json index 8a63706b..e0d6c8b4 100644 --- a/jsonnetfile.lock.json +++ b/jsonnetfile.lock.json @@ -61,6 +61,16 @@ "version": "789ee1bc5c3662f9b51b6023aa77a3cffa24c18e", "sum": "B49EzIY2WZsFxNMJcgRxE/gcZ9ltnS8pkOOV6Q5qioc=" }, + { + "source": { + "git": { + "remote": "https://github.com/grafana/jsonnet-libs.git", + "subdir": "mixin-utils" + } + }, + "version": "d9ba581fb27aa6689e911f288d4df06948eb8aad", + "sum": "LoYq5QxJmUXEtqkEG8CFUBLBhhzDDaNANHc7Gz36ZdM=" + }, { "source": { "git": {