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

Regular Update 2023/07 #1060

Merged
merged 18 commits into from
Jul 31, 2023
Merged

Regular Update 2023/07 #1060

merged 18 commits into from
Jul 31, 2023

Conversation

yamatcha
Copy link
Contributor

No description provided.

@yamatcha yamatcha self-assigned this Jul 24, 2023
@yamatcha yamatcha changed the title blackbox-exporter v0.24.0.1 Regular Update 2023/07 Jul 24, 2023
@yamatcha yamatcha force-pushed the update-monitoring-container-202307 branch 3 times, most recently from 0e7895d to d40a276 Compare July 27, 2023 09:17
@yamatcha yamatcha force-pushed the update-monitoring-container-202307 branch from 26da02c to c2a2507 Compare July 28, 2023 04:33
@yamatcha yamatcha force-pushed the update-monitoring-container-202307 branch from c2a2507 to 6ec0c99 Compare July 28, 2023 06:13
@yamatcha yamatcha marked this pull request as ready for review July 28, 2023 08:20
@@ -13,7 +13,7 @@ WORKDIR /go/src/github.com/jimmidyson/configmap-reload
RUN curl -fsSL -o configmap-reload.tar.gz "https://github.com/jimmidyson/configmap-reload/archive/v${CONFIGMAP_RELOAD_VERSION}.tar.gz" \
&& tar -x -z --strip-components 1 -f configmap-reload.tar.gz \
&& rm -f configmap-reload.tar.gz \
&& CGO_ENABLED=0 go install -ldflags="-w -s" ./
&& CGO_ENABLED=0 go install --installsuffix cgo -ldflags="-w -s -extldflags '-static'" ./
Copy link
Contributor

@umezawatakeshi umezawatakeshi Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This modification is not required on recent golang but I don't request change because the original Makefile is written so.

@yamatcha yamatcha merged commit 0b46f2d into main Jul 31, 2023
10 checks passed
@yamatcha yamatcha deleted the update-monitoring-container-202307 branch July 31, 2023 00:14
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.

2 participants