Skip to content

Commit

Permalink
updated to run the labeler plugin if -l is given, also updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clubanderson committed Apr 12, 2024
1 parent 0b12b25 commit 2ac723f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/labeler.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Labeler < Formula
desc "Utility that automates the labeling of resources output from kubectl, kustomize, and helm"
homepage "https://github.com/clubanderson/labeler"
url "https://github.com/clubanderson/labeler/releases/download/v0.16.0/labeler"
url "https://github.com/clubanderson/labeler/releases/download/v0.17.0/labeler"
# sha256 "26c5d47adbd0ed7d0a0d9f8a33a25bc242f7cdff2a661d8d6211f5279ca995d4"

def install
Expand Down
2 changes: 1 addition & 1 deletion pkg/src/labeler.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"k8s.io/client-go/rest"
)

var version = "0.16.0"
var version = "0.17.0"

type ResourceStruct struct {
Group string
Expand Down

0 comments on commit 2ac723f

Please sign in to comment.