Skip to content

Commit

Permalink
Prepare for release v1.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <[email protected]>
  • Loading branch information
aanm committed Jan 31, 2024
1 parent b75fba3 commit 2db45c4
Show file tree
Hide file tree
Showing 11 changed files with 1,200 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .github/maintainers-little-helper.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project: "https://github.com/cilium/cilium/projects/262"
project: "https://github.com/cilium/cilium/projects/266"
column: "In progress"
auto-label:
- "kind/backports"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build-images-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
tag=${GITHUB_REF##*/}
echo tag=$tag >> $GITHUB_OUTPUT
if [ "${{ env.PUSH_TO_DOCKER_HUB }}" == "true" ]; then
echo image_tags=${{ github.repository_owner }}/${{ matrix.name }}:$tag,quay.io/${{ env.QUAY_ORGANIZATION }}/${{ matrix.name }}:$tag >> $GITHUB_OUTPUT
echo image_tags=${{ github.repository_owner }}/${{ matrix.name }}:$tag,quay.io/${{ env.QUAY_ORGANIZATION }}/${{ matrix.name }}:$tag,${{ github.repository_owner }}/${{ matrix.name }}:stable,quay.io/${{ env.QUAY_ORGANIZATION }}/${{ matrix.name }}:stable >> $GITHUB_OUTPUT
else
echo image_tags=quay.io/${{ env.QUAY_ORGANIZATION }}/${{ matrix.name }}:$tag >> $GITHUB_OUTPUT
echo image_tags=quay.io/${{ env.QUAY_ORGANIZATION }}/${{ matrix.name }}:$tag,quay.io/${{ env.QUAY_ORGANIZATION }}/${{ matrix.name }}:stable >> $GITHUB_OUTPUT
fi
- name: Checkout Source Code
Expand Down Expand Up @@ -167,8 +167,10 @@ jobs:
echo "" >> image-digest/${{ matrix.name }}.txt
if [ "${{ env.PUSH_TO_DOCKERHUB }}" == "true" ]; then
echo "\`docker.io/${{ github.repository_owner }}/${{ matrix.name }}:${{ steps.tag.outputs.tag }}@${{ steps.docker_build_release.outputs.digest }}\`" >> image-digest/${{ matrix.name }}.txt
echo "\`docker.io/${{ github.repository_owner }}/${{ matrix.name }}:stable@${{ steps.docker_build_release.outputs.digest }}\`" >> image-digest/${{ matrix.name }}.txt
fi
echo "\`quay.io/${{ env.QUAY_ORGANIZATION }}/${{ matrix.name }}:${{ steps.tag.outputs.tag }}@${{ steps.docker_build_release.outputs.digest }}\`" >> image-digest/${{ matrix.name }}.txt
echo "\`quay.io/${{ env.QUAY_ORGANIZATION }}/${{ matrix.name }}:stable@${{ steps.docker_build_release.outputs.digest }}\`" >> image-digest/${{ matrix.name }}.txt
echo "" >> image-digest/${{ matrix.name }}.txt
# Upload artifact digests
Expand Down
6 changes: 5 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Andrew Sy Kim [email protected]
Andrey Devyatkin [email protected]
Andrey Klimentyev [email protected]
Andrey Voronkov [email protected]
Andrii Iuspin yuspin@gmail.com
Andrii Iuspin andrii.iuspin@isovalent.com
Andrzej Mamak [email protected]
Andy Allred [email protected]
andychuang [email protected]
Expand Down Expand Up @@ -405,6 +405,7 @@ Louis DeLosSantos [email protected]
lou-lan [email protected]
Lucas Leblow [email protected]
lucming [email protected]
Ludovic Ortega [email protected]
Maartje Eyskens [email protected]
Maciej Fijalkowski [email protected]
Maciej Kwiek [email protected]
Expand Down Expand Up @@ -631,6 +632,7 @@ Simone Sciarrati [email protected]
Simon Pasquier [email protected]
sknop [email protected]
Smaine Kahlouch [email protected]
soggiest [email protected]
spacewander [email protected]
Stacy Kim [email protected]
Stephen Martin [email protected]
Expand Down Expand Up @@ -674,6 +676,7 @@ Tobias Klauser [email protected]
Tobias Kohlbau [email protected]
Tobias Mose [email protected]
Tom Hadlaw [email protected]
Tommo Cowling [email protected]
Tomoki Sugiura [email protected]
Tomoya Fujita [email protected]
Tom Payne [email protected]
Expand Down Expand Up @@ -731,6 +734,7 @@ yanhongchang [email protected]
Yash Shetty [email protected]
Ye Sijun [email protected]
Yiannis Yiakoumis [email protected]
Yingnan Zhang [email protected]
Yongkun Gui [email protected]
Yosh de Vos [email protected]
youhonglian [email protected]
Expand Down
Loading

0 comments on commit 2db45c4

Please sign in to comment.