forked from danielqsj/kafka_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,14 +15,15 @@ jobs: | |
- name: Set up Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.20.4 | ||
go-version: 1.22.5 | ||
- uses: olegtarasov/[email protected] | ||
id: tagName | ||
- name: Release Docker Image | ||
run: make push | ||
env: | ||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} | ||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} | ||
DOCKER_ORG_NAME: ${{ secrets.DOCKER_ORG_NAME }} | ||
- name: Release Binary | ||
run: make release | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 1.7.1 / 2024-08-02 | ||
|
||
* [SECURITY] Update golang to 1.22.5 due to CVE-2024-24790 | ||
|
||
## 1.7.0 / 2023-05-24 | ||
|
||
* [FEATURE] Add topic and group exclusion parameters #379 | ||
* [FEATURE] Upgrade golang to 1.20.4 0d5444a | ||
* [ENHANCEMENT] Set RootCAs to nil in default case 3852615 | ||
* [ENHANCEMENT] Bump github.com/Shopify/sarama from 1.36.0 to 1.38.1 b9727bc | ||
* [ENHANCEMENT] Bump k8s.io/klog/v2 from 2.70.1 to 2.90.1 a450413 | ||
* [ENHANCEMENT] update kingpin, prometheus, golang.org/x/net dependency 358eb6a | ||
* [ENHANCEMENT] bump golangci-lint to 1.52.2 d51342f | ||
* [ENHANCEMENT] upgrade github.com/prometheus/promu to v0.14.0 9f423db | ||
* [ENHANCEMENT] docs: add doc for zookeeper part ad9d078 | ||
* [FIX] docs: fix Grafana dashboard URL 14363cc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.7.0 | ||
1.7.1-rc6 |