Skip to content

Latest commit

 

History

History
177 lines (149 loc) · 34 KB

CHANGELOG.md

File metadata and controls

177 lines (149 loc) · 34 KB

Changelog

0.4.0 (2022-12-08)

Features

  • add add package button to packages page (#217) (e04c0d8)
  • add current revision indicator to package revisions table (#197) (8fecac6)
  • add dashboard to landing page (#211) (610dfcc)
  • add deployment environment to register repository page (#170) (3f9e339)
  • add deployment resource editor (#176) (1f27c6b)
  • add git ssh url support for finding upstream repository (#171) (42e76b8)
  • add readiness gates to kptfile resoruce editor (#201) (4570bfe)
  • add stateful set resource editor (#178) (ed39f6e)
  • add status conditions to repository details table (#182) (4d2b43c)
  • add support for google oidc authentication (#189) (d16a535)
  • add support for okta authentication (#188) (3fd56ba)
  • add support for readonly repositories (#194) (03e56b0)
  • add validate resources step on add package page (#164) (66ac511)
  • allow branding (#206) (6f77284)
  • allow deployment resource to be added (#177) (06f1b7b)
  • allow error recovery on add package page (#195) (c279484)
  • allow filtering of packages (#214) (39c80e9)
  • allow kptfile information to be updated when cloning a package (#162) (fe73d0c)
  • allow namespace customization on add package page (#169) (22c8061)
  • allow resource path to be updated (#222) (9efdef7)
  • allow stateful set resource to be added (#179) (0cad861)
  • allow viewing of packages by content type (#213) (025dae1)
  • assign unique filenames to new resources (#228) (216ea8a)
  • make git ops delivery tool configurable (#203) (8058d63)
  • make porch resources namespace configurable (#196) (f3ff3e4)
  • remove deployment environment from register repository page (#231) (d776e24)
  • remove lifecycle column from packages table (#223) (14dbe2d)
  • remove repository link from packages table (#218) (3b75eee)
  • rename repositories list page to package management (#210) (a47be85)
  • show all draft and proposed package revisions (#208) (e10b3ca)
  • show message when creating a deployment not from a team blueprint (#167) (e676afb)
  • show package conditions on package revision page (#202) (565c38f)
  • show register repository link on content card (#226) (5549ed7)
  • show render errors on package revision page (#185) (f0f0551)
  • update base metadata shown on resource viewer (#174) (b48a7fa)
  • update dashboard to show if repository is not ready (#212) (7744860)
  • update kptfile resource editor (#199) (2a0aa08)
  • update package conditions table styles (#209) (d24c609)
  • update package revision page to normalize resources prior to diff (#173) (57c7cbe)
  • update package revision page to show related packages (#215) (c00a94e)
  • update package upgrade available message (#224) (38e0199)
  • update pod template resource viewer (#186) (295332d)
  • update resource viewer to use more screen space (#166) (6231e59)
  • use porch workspace name (#184) (4489481)

Bug Fixes

  • automatically update sync when new revision is published (#225) (7404548)
  • fix a few undefined variables in error messages (#230) (f3df559)
  • hide sync status on packages table when config sync is not enabled (#204) (c29c981)
  • update kptfile editor function selection logic (#172) (a04c4b0)

0.3.0 (2022-09-28)

Features

  • add api service resource viewer (#114) (cdbda94)
  • add apply replacements function automatically (#56) (1ebc9b8)
  • add catalog blueprints (#88) (36f80eb)
  • add cluster issuer resource viewer (#82) (9a0627a)
  • add cluster role and cluster role binding resource viewers (#71) (e0ae65e)
  • add content type descriptions to register repository page (#152) (391d37e)
  • add custom resource definition resource viewer (#93) (8d5b004)
  • add default resource viewer (#115) (d0e1fcf)
  • add deployment and stateful set resource viewers (#84) (c456a8c)
  • add downstream package upgrade alert on package revision page (#113) (056d892)
  • add ingress class resource viewer (#86) (6e8d877)
  • add ingress resource editor (#119) (0fa432c)
  • add ingress resource viewer (#80) (2dbeb01)
  • add job resource viewer (#92) (f65bf2e)
  • add local config indicator to resources table (#136) (9dd80f8)
  • add persistent volume claim resource viewer (#73) (38d54ef)
  • add related package summary on package revision page (#108) (33a6a4e)
  • add repository details to repository page (#134) (078fa9d)
  • add resource filter options to package revision page (#137) (cd42f9d)
  • add resource to component (#103) (b3140eb)
  • add secret resource viewer (#104) (ca87887)
  • add service resource editor (#116) (eb65477)
  • add service resource viewer (#74) (fb8c217)
  • add set labels function automatically (#85) (1dc4903)
  • add set labels resource editor (#81) (bc4d327)
  • add set labels resource viewer (#78) (066bcd1)
  • add starlark run resource viewer (#79) (2d4813d)
  • add tooltips to all icon buttons (#51) (2758ca8)
  • allow blueprints to be deployed to any deployment repository (#76) (1560c6d)
  • allow ingress resource to be added (#120) (29c37c1)
  • allow packages to upgrade to latest blueprint (#54) (b04bc3c)
  • allow packages with the same name across repositories (#95) (ba2ea19)
  • allow service resources to be added (#117) (19b44b4)
  • config sync is optional (#60) (c4c1976)
  • consolidate clone and deploy buttons on package revision page (#143) (5b3038c)
  • create git repository branch if it does not exist (#153) (d74c16e)
  • create separate resources table for each component (#102) (0758340)
  • default compare revision dropdown (#50) (09eafaa)
  • delete repository secret on unregistering repository (#75) (6f9106b)
  • group resource metadata in resource editors (#118) (3cd2256)
  • ignore whitespace in resource yaml comparison (#96) (a071f08)
  • improve add package page user flow (#142) (ff287f0)
  • preserve white space in resource viewers (#91) (8d0d4f1)
  • remove upstream repository concept (#145) (f625b0a)
  • show all previous revisions in compare revision dropdown (#47) (923e81d)
  • show downstream packages (#107) (6e100c4)
  • show progress indicator when a new package is being created (#157) (1fb5331)
  • update add resource default namespace logic (#139) (e368ca7)
  • update cluster role and role resource viewers (#98) (d9916e2)
  • update persistent volume claim resource viewer (#83) (029a910)
  • update pod template resource viewer (#105) (b2d4c6c)
  • update pod template resource viewer (#156) (d07b155)
  • update repositories list on landing page (#144) (e11b1a7)
  • update repositories list on landing page (#89) (dea50be)
  • update repository content types (#149) (4b6da05)
  • update resource editor to show yaml when no named editor exists (#150) (802aee3)
  • update resource editor to use more screen space (#154) (93d2f14)
  • update resources table to show local config resources first (#160) (581e9c4)
  • update resources table to show resource component (#77) (e06350c)
  • update role binding and cluster role binding resource viewers (#97) (f7aceed)
  • update service resource viewer (#90) (e0cb0ca)
  • update upstream package logic (#151) (0523eb0)
  • use merge update strategy for package upgrades (#70) (dd41b03)

Bug Fixes

  • allow latest published blueprint to be deployed (#63) (8ecf396)
  • allow resource editors access to package resources (#111) (2d35bf5)
  • allow upstream package comparison (#61) (292b98d)
  • show use custom image option for mutator and validator functions (#155) (54c2b01)
  • update package upgrade available logic (#161) (e6d900f)
  • update resource editor title when showing a new resource (#159) (950ea29)
  • use unique resources table column for diff (#146) (cdfd503)

0.2.0 (2022-06-15)

Features

  • add restore package revision (#22) (8c68d50)
  • add service account autocompletion to role binding editor (#38) (f8c9808)
  • show added, updated, and removed resources (#33) (d8bdb0a)
  • show blueprint name on package summary table (#26) (7c6b61b)
  • show changes summary on package revisions table (#37) (e0b661b)
  • show diff of individual package resources (#36) (c8dbd29)
  • show package count on repositories table (#31) (f28d527)

Bug Fixes

  • do not add an indentation level to array elements (#30) (c79a559)
  • pass current package resources to resource editor dialog (#39) (ce8daa0)
  • specify tasks list when restoring a package revision (#43) (77641a5)
  • use double quotes when serializing yaml (#41) (c2ced57)

0.1.0 (2022-05-25)

Features

  • create new packages with revision v1 (#4) (2a114fc)
  • create new revisions of a package (#8) (cef6eae)
  • list revisions of a package (#10) (52b4be8)
  • rename move to draft button to reject (#12) (a652bc1)
  • update package revision page header (#5) (35615ae)
  • update package revisions table (#9) (7fb1174)

Bug Fixes

  • resources table delete button no longer increases row height (#14) (2e81f7d)