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

Release v0.44.2 #4486

Merged
merged 2 commits into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag: v0.44.1
tag: v0.44.2

releaseNoteGenerator:
showCommitter: false
Expand Down
25 changes: 25 additions & 0 deletions docs/content/en/blog/releases/v0.44.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "Release v0.44.2"
linkTitle: "Release v0.44.2"
date: 2023-07-12
description: >
Release v0.44.2
---

## Changes since v0.44.1
### New Features
* Enable to install Helm and Kustomize if both versions are specified ([#4463](https://github.com/pipe-cd/pipecd/pull/4463))
* Support AWS LoadBalancer with multi listeners ([#4462](https://github.com/pipe-cd/pipecd/pull/4462))

### Notable Changes
* Update logs message for ECS routing stage executor ([#4466](https://github.com/pipe-cd/pipecd/pull/4466))
* Output usage only when flag parsing fails [#4381](https://github.com/pipe-cd/pipecd/pull/4381) ([#4464](https://github.com/pipe-cd/pipecd/pull/4464))
* Update quickstart to support arm hardware(ex: M1) ([#4457](https://github.com/pipe-cd/pipecd/pull/4457))

### Bug Fixes
* Skip update AppState when no log updates ([#4482](https://github.com/pipe-cd/pipecd/pull/4482))
* Update deprecated apiVersion since GKE removed ([#4469](https://github.com/pipe-cd/pipecd/pull/4469))
* Fix ECS rollback stage does not remove canary created tasks ([#4465](https://github.com/pipe-cd/pipecd/pull/4465))

### Internal Changes
* Update web deps ([#4451](https://github.com/pipe-cd/pipecd/pull/4451))