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

[bot] [main] Automated version update #2357

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

prom-op-bot
Copy link
Contributor

@prom-op-bot prom-op-bot commented Feb 26, 2024

Description

This is an automated version and jsonnet dependencies update performed from CI.

Please review the following changelogs to make sure that we don't miss any important
changes before merging this PR.

https://github.com/prometheus/alertmanager/releases/tag/v0.27.0 https://github.com/prometheus/prometheus/releases/tag/v2.50.1

Configuration of the workflow is located in .github/workflows/versions.yaml.

Type of change

  • NONE (if none of the other choices apply. Example, tooling, build system, CI, docs, etc.)

Changelog entry


@prom-op-bot prom-op-bot force-pushed the automated-updates-main branch from 60d92d5 to 5b65bbc Compare February 26, 2024 07:40
@prom-op-bot prom-op-bot requested a review from a team February 26, 2024 07:40
@prom-op-bot prom-op-bot force-pushed the automated-updates-main branch from 5b65bbc to bc24486 Compare March 4, 2024 08:08
@philipgough philipgough merged commit 942b7f5 into main Mar 6, 2024
16 of 20 checks passed
@rgarcia89
Copy link
Contributor

@philipgough since the update I am getting the following error when trying to run jb update

/home/rgarcia/git/kube-prometheus/tmp/bin/jb update
LOCAL kube-prometheus -> /home/rgarcia/git/kube-prometheus/jsonnet/kube-prometheus
GET https://github.com/kubernetes-monitoring/kubernetes-mixin/archive/a1c276d7a46c4b06fa5d8b4a64441939d398efe5.tar.gz 200
GET https://github.com/kubernetes/kube-state-metrics/archive/44c65d27238c2a2e58099ef56fdc40529561ca91.tar.gz 200
GET https://github.com/prometheus/node_exporter/archive/4ec07ee08c5a94ace9164b08dbcc80ee3bfc1b8e.tar.gz 200
GET https://github.com/prometheus/prometheus/archive/e6b7bbcb6af5fb3f57f204af88e1083beda8c7ea.tar.gz 200
GET https://github.com/brancz/kubernetes-grafana/archive/5698c8940b6dadca3f42107b7839557bc041761f.tar.gz 200
GET https://github.com/grafana/grafana/archive/1120f9e255760a3c104b57871fcb91801e934382.tar.gz 200
GET https://github.com/etcd-io/etcd/archive/9f8756b90de5f6d04931feb0ac0dc91493cd8b61.tar.gz 200
GET https://github.com/prometheus-operator/prometheus-operator/archive/4512b140c5e199e28067f281fdfda1338d6ac9ab.tar.gz 200
GET https://github.com/thanos-io/thanos/archive/a97a6ff92fae6fb8c3f6465364828cd7f0931ff1.tar.gz 200
GET https://github.com/prometheus-operator/prometheus-operator/archive/4512b140c5e199e28067f281fdfda1338d6ac9ab.tar.gz 200
GET https://github.com/kubernetes/kube-state-metrics/archive/44c65d27238c2a2e58099ef56fdc40529561ca91.tar.gz 200
GET https://github.com/prometheus/alertmanager/archive/1eb83c21ebf4515386933298ee07e87f1c67f35e.tar.gz 200
GET https://github.com/pyrra-dev/pyrra/archive/0ccb9cb69194097c840c589d6f7eb0c25649e9cf.tar.gz 200
panic: rename /home/rgarcia/git/kube-prometheus/vendor/.tmp/9a7929ebbffc63d4be4e160c61f673033353712018/config/crd/bases /home/rgarcia/git/kube-prometheus/vendor/github.com/pyrra-dev/pyrra/config/crd/bases: no such file or directory

goroutine 1 [running]:
github.com/jsonnet-bundler/jsonnet-bundler/pkg.(*GitPackage).Install(0xc00006c1b0, {0x890dc0, 0xb5e3c0}, {0xc0002b8f30, 0x2b}, {0xc000022ff0, 0x28}, {0xc00033dfa0, 0x4})
        /home/rgarcia/go/pkg/mod/github.com/jsonnet-bundler/[email protected]/pkg/git.go:228 +0x19d0
github.com/jsonnet-bundler/jsonnet-bundler/pkg.download({{0xc00047eb90, 0x0}, {0xc00033dfa0, 0x4}, {0x0, 0x0}, 0x0, {0x0, 0x0}}, {0xc000022ff0, ...}, ...)
        /home/rgarcia/go/pkg/mod/github.com/jsonnet-bundler/[email protected]/pkg/packages.go:309 +0x387
github.com/jsonnet-bundler/jsonnet-bundler/pkg.ensure(0xc00037a5d0, {0xc000022ff0, 0x28}, {0xc000025600, 0x39}, 0xc000033cf0)
        /home/rgarcia/go/pkg/mod/github.com/jsonnet-bundler/[email protected]/pkg/packages.go:234 +0x60c
github.com/jsonnet-bundler/jsonnet-bundler/pkg.ensure(0xc0000abf20, {0xc000022ff0, 0x28}, {0x0, 0x0}, 0xc000033cf0)
        /home/rgarcia/go/pkg/mod/github.com/jsonnet-bundler/[email protected]/pkg/packages.go:265 +0xcea
github.com/jsonnet-bundler/jsonnet-bundler/pkg.Ensure({0xc0000abf20?, 0x0?}, {0xc000022ff0, 0x28}, 0x41361b?)
        /home/rgarcia/go/pkg/mod/github.com/jsonnet-bundler/[email protected]/pkg/packages.go:55 +0x48
main.updateCommand({0xc000022064?, 0x6?}, {0x7ef99e, 0x6}, {0x0, 0x0, 0xc0000dff40?})
        /home/rgarcia/go/pkg/mod/github.com/jsonnet-bundler/[email protected]/cmd/jb/update.go:61 +0x4e5
main.Main()
        /home/rgarcia/go/pkg/mod/github.com/jsonnet-bundler/[email protected]/cmd/jb/main.go:89 +0xd25
main.main()
        /home/rgarcia/go/pkg/mod/github.com/jsonnet-bundler/[email protected]/cmd/jb/main.go:39 +0x13

any idea?

@rgarcia89
Copy link
Contributor

nevermind I just re-run it another time. Now it works...

@philipgough
Copy link
Contributor

philipgough commented Mar 6, 2024

Thanks @rgarcia89 - I wasn't able to reproduce in any case. I do see pyrra has moved some of it's config though which now sits at https://github.com/pyrra-dev/pyrra/tree/main/jsonnet/controller-gen where as before it was at https://github.com/pyrra-dev/pyrra/tree/release-0.6/config/crd/bases

Not sure if this will cause any future issues @metalmatze.

Again on main, I have no issue running the updates locally at least!

@rgarcia89
Copy link
Contributor

Probably something to keep an eye on once the version of pyrra is updated. Thanks for coming back so quickly to me.

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.

3 participants