RSS

Release v0.39.0

Release v0.39.0

Changes since v0.38.2

Notable Changes

  • Make it possible to skip following stages when plan result is no changes (#3903)

It’s possible to use exitOnNoChanges option in order to exit the pipeline when having no changes like the below.

apiVersion: pipecd.dev/v1beta1
kind: TerraformApp
spec:
  name: terraform-test
  input:
    terraformVersion: 1.3.3
  pipeline:
    stages:
      - name: TERRAFORM_PLAN
        with:
          exitOnNoChanges: true
      - name: WAIT_APPROVAL
      - name: TERRAFORM_APPLY
  • Support UI for managing custom RBAC roles (#3964)
  • Add sprig functions to secret template (#3941)
  • Add pipectl delete application subcommand (#3974) - ref pipectl docs

Internal Changes

  • Fix to handle an error before displaying a toast (#3966)
  • Update license text (#3977)
  • Update pipectl docs (#3976)
  • Update license message in go files (#3973)
  • Add a metrics to know deployment count of each project (#3972)
  • Fix the docs of eventwatcher (#3967)
  • Fix the README for docs (#3970)
  • Add the docs for exitOnNoChanges option (#3968)
  • Remove the Japanese docs (#3969)
  • Fix the validation for managing RBAC (#3965)
  • Enable closing the dialog when clicking an another area (#3962)
  • Fix the menu design for APIKey (#3963)
  • Fix the typo for Makefile (#3961)
  • Disable a scrolling table for RBAC (#3959)
  • Remove old docs (#3958)