Skip to content

Releases: pipe-cd/pipecd

Release v0.45.4-rc2

13 Nov 09:37
e2e214b
Compare
Choose a tag to compare
Release v0.45.4-rc2 Pre-release
Pre-release

Note: This is a candidate release of v0.45.4.

Changes since v0.45.4-rc1

  • Fix panic error in ListDeployments API (#4650)
  • Send error comment before plan preview exit (#4658)
  • Handle plan preview workflow's error and exit with error status code (#4662)
  • Add a flag to skip running standalone task during deployment (#4666)

Release v0.45.4-rc1

12 Oct 03:27
e4e2985
Compare
Choose a tag to compare
Release v0.45.4-rc1 Pre-release
Pre-release

Note: This is a candidate release of v0.45.4.

Changes since v0.45.4-rc0

  • Fix unable to rollout ECS first taskset (#4614)

Release v0.45.4-rc0

11 Oct 09:01
b6f9d17
Compare
Choose a tag to compare
Release v0.45.4-rc0 Pre-release
Pre-release

Note: This is a candidate release of v0.45.4.

Changes since v0.45.3

  • Remove all previous active tasksets on QuickSync (#4600)
  • Support recreate for ECS tasks (#4608)

Example for recreating ECS tasks

apiVersion: pipecd.dev/v1beta1
kind: ECSApp
spec:
  quickSync:
    recreate: true

Release v0.45.3

06 Sep 06:10
3b63fe5
Compare
Choose a tag to compare

Changes since v0.45.2

New Features

  • [PipeCD] Enable specific image tag for container images in Helm template (#4586)
  • [ECS] Support service which contains serviceRegistries (#4564)

Notable Changes

  • [ECS] Inactive task definition after deleting all of its taskset (#4592)
  • [ECS] Fix not remove task set on quick sync rollback (#4580)
  • [ECS] Fix downtime on service updating (#4573)
  • [ECS] Fix wait service stable condition (#4568)
  • [Lambda] Update wait function to be updated (#4565)

Internal Changes

  • Bump gopkg.in/yaml.v3 in /tool/actions-plan-preview (#4581)

Release v0.45.3-rc2

01 Sep 02:27
cd89247
Compare
Choose a tag to compare
Release v0.45.3-rc2 Pre-release
Pre-release

Note: This is a candidate release of v0.45.3.

Changes since v0.45.3-rc1

  • Fix ECS not remove taskset on quick sync rollback (#4580)
  • Bump gopkg.in/yaml.v3 in /tool/actions-plan-preview (#4581)

Release v0.45.3-rc1

28 Aug 08:23
6859ce9
Compare
Choose a tag to compare
Release v0.45.3-rc1 Pre-release
Pre-release

Note: This is a candidate release of v0.45.3.

Changes since v0.45.3-rc0

  • Lambda update wait function to be updated (#4565)
  • Fix ECS downtime on service updating (#4573)

Release v0.45.3-rc0

25 Aug 10:55
6b0499c
Compare
Choose a tag to compare
Release v0.45.3-rc0 Pre-release
Pre-release

Note: This is a candidate release of v0.45.3.

Changes since v0.45.2

  • Support ECS service which contains serviceRegistries (#4564)
  • Fix ECS wait service stable condition (#4568)

Release v0.45.2

24 Aug 07:48
8480a0b
Compare
Choose a tag to compare

Changes since v0.45.0

Notable Changes

  • Fix Lambda update function configuration (#4560)

Release v0.45.0

23 Aug 03:15
600de7e
Compare
Choose a tag to compare

Changes since v0.44.2

New Features

  • Support vpc configuration to lambda (#4551)
  • Ability to add slack oauthTokenData in base64 and oauthTokenFile (#4525)
  • Add ability to set apiKey and applicationKey for AnalysisProviderDatadogConfig directly instead of reading files (#4518)
  • Add spec autoCreateNamespace configuration for creating a ns when doesn't exist (#4504)
  • Add ability to disable terraform drift detection via config (#4522)

Notable Changes

  • Introduce wait service stable logic to ensure ECS workload available (#4548)

Internal Changes

  • Fix autorollback link (#4553)
  • Docs add a architecutres field (#4549)
  • Update contributors list (#4536)
  • Add prometheus metrics lists to docs (#4533)
  • Revert "Add Google Tag Manager to the site (#4519)" (#4531)
  • Fix incorrect word module to provider in docs (#4532)
  • Add blog entry of terraform-module-pipecd (#4515)
  • Add docs for PipeCD Terraform provider (#4526)
  • Add goreport and codecov card to README (#4524)
  • Fix deployment status use an incorrect status (#4521)
  • Add Google Tag Manager to the site (#4519)
  • Update auth docs (#4517)
  • Fix make release/docs command regenerate unused docs directory (#4513)
  • Update go test command (#4514)
  • Add caution note to user group doc (#4512)
  • Setup codecov (#4509)
  • Bump word-wrap from 1.2.3 to 1.2.4 in /web (#4511)
  • Fix documentation link is not displayed (#4505)
  • Redirect /docs/ to /docs-{latest}/ (#4495)
  • Make blog posts directly under blog dir (#4501)
  • Fix release blogs are not all removed (#4500)
  • Remove release blogs (#4487)
  • Support mention for slack notification (#4491)
  • Modify severity when unable to determine versions in Kubernetes (#4493)
  • Re-Generate proto and mock (#4499)
  • fix typo (#4490)
  • Update codegen image (#4498)

Release v0.44.3-rc0

26 Jul 10:58
69a7f4a
Compare
Choose a tag to compare
Release v0.44.3-rc0 Pre-release
Pre-release

Note: This is a candidate release of v0.44.3.

Changes since v0.44.2

  • Disable terraform drift detection (#4522)
  • Add application related labels to deployment_status metric (#4520)