Skip to content

Commit

Permalink
Merge pull request #18535 from spowelljr/addHeadlampVersion
Browse files Browse the repository at this point in the history
CI: Add ability to get headlamp version
  • Loading branch information
medyagh authored Mar 28, 2024
2 parents da4832e + 6a7d2a9 commit 9cf568a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/update/get_version/get_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ var dependencies = map[string]dependency{
"golint": {"Makefile", `GOLINT_VERSION \?= (.*)`},
"gopogh": {"hack/jenkins/installers/check_install_gopogh.sh", `github.com/medyagh/gopogh/cmd/gopogh@(.*)`},
"gotestsum": {"hack/jenkins/installers/check_install_gotestsum.sh", `gotest\.tools/gotestsum@(.*)`},
"headlamp": {addonsFile, `headlamp-k8s/headlamp:(.*)@`},
"hugo": {"netlify.toml", `HUGO_VERSION = "(.*)"`},
"ingress": {addonsFile, `ingress-nginx/controller:(.*)@`},
"inspektor-gadget": {addonsFile, `inspektor-gadget/inspektor-gadget:(.*)@`},
Expand Down

0 comments on commit 9cf568a

Please sign in to comment.