From 344ec3464f2a47b01b9bece9b282fd56d241d080 Mon Sep 17 00:00:00 2001 From: Philip Gough <philip.p.gough@gmail.com> Date: Wed, 7 Aug 2024 17:19:09 +0100 Subject: [PATCH] [release-0.10] - Adds dependency on github.com/grafana/jsonnet-libs mixins-util (#2480) * Add lockfile * chore: ignore mdox errors for https://www.weave.works * ci: Generate with newer go version --- .github/workflows/ci.yaml | 2 +- .mdox.validate.yaml | 6 +++++- jsonnetfile.json | 9 +++++++++ jsonnetfile.lock.json | 10 ++++++++++ 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1656e7b6..49e7978f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ on: - push - pull_request env: - golang-version: '1.15' + golang-version: '1.18' kind-version: 'v0.11.1' jobs: generate: 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 f2067d44..fb9ff600 100644 --- a/jsonnetfile.lock.json +++ b/jsonnetfile.lock.json @@ -41,6 +41,16 @@ "version": "02db06f540086fa3f67d487bd01e1b314853fb8f", "sum": "B49EzIY2WZsFxNMJcgRxE/gcZ9ltnS8pkOOV6Q5qioc=" }, + { + "source": { + "git": { + "remote": "https://github.com/grafana/jsonnet-libs.git", + "subdir": "mixin-utils" + } + }, + "version": "d9ba581fb27aa6689e911f288d4df06948eb8aad", + "sum": "LoYq5QxJmUXEtqkEG8CFUBLBhhzDDaNANHc7Gz36ZdM=" + }, { "source": { "git": { -- GitLab