Skip to content

Commit

Permalink
update kafkactl to v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
d-rk committed Mar 12, 2024
1 parent 9232f08 commit 8a720a1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
args: release --clean --debug
workdir: ./azure
env:
KAFKACTL_VERSION: v5.0.4
KAFKACTL_VERSION: v5.0.5
# create personal access token: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
# AUR_SSH_PRIVATE_KEY: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion azure/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ clean:
# manually executing goreleaser:
# export GITHUB_TOKEN=xyz
# export AUR_SSH_PRIVATE_KEY=$(cat /path/to/id_aur)
# export KAFKACTL_VERSION=v5.0.4
# export KAFKACTL_VERSION=v5.0.5
# docker login
# goreleaser --clean (--skip-validate)
#
Expand Down
2 changes: 1 addition & 1 deletion azure/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ contexts:
- my-eventhub-namespace.servicebus.windows.net:9093
kubernetes:
enabled: true
image: deviceinsight/kafkactl-azure:latest-v5.0.4
image: deviceinsight/kafkactl-azure:latest-v5.0.5
kubecontext: my-aks-cluster
namespace: aks-namespace
serviceaccount: managed-identity
Expand Down
4 changes: 2 additions & 2 deletions azure/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.1
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1
github.com/deviceinsight/kafkactl/v5 v5.0.4
github.com/deviceinsight/kafkactl/v5 v5.0.5
github.com/hashicorp/go-hclog v1.6.2
github.com/hashicorp/go-plugin v1.6.0
)
Expand Down Expand Up @@ -34,4 +34,4 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
)

//replace github.com/deviceinsight/kafkactl/v5 v5.0.4 => ../../kafkactl
//replace github.com/deviceinsight/kafkactl/v5 v5.0.5 => ../../kafkactl
4 changes: 2 additions & 2 deletions azure/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/deviceinsight/kafkactl/v5 v5.0.4 h1:iWXjjWyPFGZ2CuAJt0XhEzORvkThmTmSqDtsileE+io=
github.com/deviceinsight/kafkactl/v5 v5.0.4/go.mod h1:rM/EQE5k06wD/UgBQ5iuxLdIgz6q+YvbZw+k9DCHy7A=
github.com/deviceinsight/kafkactl/v5 v5.0.5 h1:C54U+E6rLvNx9G5zgEzvQewQK4WG1EQ1TCWhjYzrH90=
github.com/deviceinsight/kafkactl/v5 v5.0.5/go.mod h1:rM/EQE5k06wD/UgBQ5iuxLdIgz6q+YvbZw+k9DCHy7A=
github.com/dnaeon/go-vcr v1.2.0 h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI=
github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
Expand Down

0 comments on commit 8a720a1

Please sign in to comment.