Skip to content

Commit

Permalink
Merge pull request cri-o#7348 from saschagrunert/release-notes-0.16.1
Browse files Browse the repository at this point in the history
Update release-notes to v0.16.1
  • Loading branch information
openshift-ci[bot] authored Oct 6, 2023
2 parents 92d4ae0 + 013a099 commit 83eb88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GOSEC_VERSION := 2.15.0
RELEASE_NOTES := ${BUILD_BIN_PATH}/release-notes
ZEITGEIST := ${BUILD_BIN_PATH}/zeitgeist
ZEITGEIST_VERSION := v0.4.1
RELEASE_NOTES_VERSION := v0.15.1
RELEASE_NOTES_VERSION := v0.16.1
BOM := ${BUILD_BIN_PATH}/bom
BOM_VERSION := v0.5.1
SHFMT := ${BUILD_BIN_PATH}/shfmt
Expand Down Expand Up @@ -265,7 +265,7 @@ define curl_to
endef

$(RELEASE_NOTES): $(BUILD_BIN_PATH)
$(call curl_to,https://github.com/kubernetes/release/releases/download/$(RELEASE_NOTES_VERSION)/release-notes-linux-amd64,$(RELEASE_NOTES))
$(call curl_to,https://storage.googleapis.com/k8s-artifacts-sig-release/kubernetes/release/$(RELEASE_NOTES_VERSION)/release-notes-amd64-linux,$(RELEASE_NOTES))

$(SHFMT): $(BUILD_BIN_PATH)
$(call curl_to,https://github.com/mvdan/sh/releases/download/$(SHFMT_VERSION)/shfmt_$(SHFMT_VERSION)_linux_amd64,$(SHFMT))
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies:
match: BOM_VERSION

- name: release-notes
version: 0.15.1
version: 0.16.1
refPaths:
- path: Makefile
match: RELEASE_NOTES_VERSION
Expand Down

0 comments on commit 83eb88a

Please sign in to comment.