Skip to content
Snippets Groups Projects
Unverified Commit 344ec346 authored by Philip Gough's avatar Philip Gough Committed by GitHub
Browse files

[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
parent 09603923
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ on: ...@@ -3,7 +3,7 @@ on:
- push - push
- pull_request - pull_request
env: env:
golang-version: '1.15' golang-version: '1.18'
kind-version: 'v0.11.1' kind-version: 'v0.11.1'
jobs: jobs:
generate: generate:
......
...@@ -7,3 +7,7 @@ validators: ...@@ -7,3 +7,7 @@ validators:
# Ignore release links. # Ignore release links.
- regex: 'https:\/\/github\.com\/prometheus-operator\/kube-prometheus\/releases' - regex: 'https:\/\/github\.com\/prometheus-operator\/kube-prometheus\/releases'
type: "ignore" 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"
{ {
"version": 1, "version": 1,
"dependencies": [ "dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "mixin-utils"
}
},
"version": "master"
},
{ {
"source": { "source": {
"local": { "local": {
......
...@@ -41,6 +41,16 @@ ...@@ -41,6 +41,16 @@
"version": "02db06f540086fa3f67d487bd01e1b314853fb8f", "version": "02db06f540086fa3f67d487bd01e1b314853fb8f",
"sum": "B49EzIY2WZsFxNMJcgRxE/gcZ9ltnS8pkOOV6Q5qioc=" "sum": "B49EzIY2WZsFxNMJcgRxE/gcZ9ltnS8pkOOV6Q5qioc="
}, },
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "mixin-utils"
}
},
"version": "d9ba581fb27aa6689e911f288d4df06948eb8aad",
"sum": "LoYq5QxJmUXEtqkEG8CFUBLBhhzDDaNANHc7Gz36ZdM="
},
{ {
"source": { "source": {
"git": { "git": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment