Skip to content

Commit

Permalink
🚀 Release v1.7.3-d2iq.0 - attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jun 20, 2024
1 parent b896e16 commit 095dd59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
echo "PROD_REGISTRY=${REGISTRY}" >> $GITHUB_ENV
echo "STAGING_REGISTRY=${REGISTRY}" >> $GITHUB_ENV
echo "TAG=${RELEASE_TAG}" >> $GITHUB_ENV
echo "PULL_POLICY=IfNotPresent" >> $GITHUB_ENV
env:
RELEASE_TAG: ${{needs.push_release_tags.outputs.release_tag}}
REGISTRY: docker.io/mesosphere
Expand Down Expand Up @@ -124,4 +125,5 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push docker images
run: |
make ALL_ARCH="amd64 arm64" release-staging
make ALL_ARCH="amd64 arm64" docker-build-all
make ALL_ARCH="amd64 arm64" docker-push-all
6 changes: 5 additions & 1 deletion CHANGELOG/v1.7.3-d2iq.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@

## Changes since v1.7.3
## :chart_with_upwards_trend: Overview
- 1 bugs fixed 🐛
- 1 bugs fixed :bug:
- 1 build change :seedling:

## :bug: Bug Fixes
- ClusterResourceSet: Correctly handle concurrent updates to ClusterResourceSetBinding (kubernetes-sigs/cluster-api#10785)

## :seedling:
- Fix up release process for forked repository

## Dependencies

### Added
Expand Down

0 comments on commit 095dd59

Please sign in to comment.