Skip to content

Latest commit

 

History

History
231 lines (182 loc) · 22.3 KB

CHANGELOG.md

File metadata and controls

231 lines (182 loc) · 22.3 KB

Changelog

0.5.1 (2024-06-24)

Bug Fixes

  • BuildPipeline: filter pipeine run based on sender annotation (ee781ec)
  • e2e: fix basic happy path (9820229)
  • e2e: move GH_TOKEN verification (89b89f7)
  • git-utils: add unit test for parsing git urls (397620e)
  • GitRepoLink: add support for gitlab.cee.redhat.com urls (3c4b791)
  • ImageRepository: add iimage controller annontation while create IR cr (731eb36)
  • import: do not send generate annotation in component (80837b7)
  • ImportFlow: add input field for docker file path (e1546f7)
  • OverviewPage: remomve NamepspacedPage wrapper from Overview page (eee873d)
  • release: remove releaseplan strategy (cb49ba5)
  • release: remove strategy component (b9d6f85)
  • secret: link serviceaccount (#950) (f898233)
  • SecretListPage: add workspace breadcrumbs on secrets list page (71724ec)
  • show data for build image and commit author (714ce4b)
  • test: don't remove repo if test failed to easy failure debugging (bab0439)
  • test: dont verify certificate, added due to test deployments in infra-deployments PR check jobs (149de17)
  • test: fix advanced happy path (1c19720)
  • WorkspacedPage: add unit tests for Workspaced component (08ec922)

0.5.0 (2024-06-03)

Features

  • Component-relationship: add modal to define component relationship (#898) (4726d85)
  • docs: update learn more links to use Konflux docs (d71880f)
  • ImportForm: add base form including the source and component section (7165f52)
  • plr: add test suites (1934ae5)
  • plr: add to hook (fbaf249)
  • plr: fix test (6173a44)
  • releases: add release plan form (7974d6c)
  • release: trigger release form (#911) (cc55262)
  • secret: add css to make field widths consistent (4af54fd)
  • secret: add linking secret to service account (c14ebb6)
  • secrets: add k8sSecrets instead of remote secrets (aecb9e8)
  • secrets: add scm host metadata (f8e18dd)
  • secrets: fix review comments (ae961df)
  • secrets: remove deployments from add secrets form (9d775a5)
  • STONEINTG-837: update url of redhat-appstudio/integration-examples (#924) (dac1cfd)
  • STONEINTG-877: add Fixable to vulnerabilities titles (251ed64)
  • taskRun: failed taskRun should show log page initially (9efb95f)
  • theme: retheme UI for Konflux (993415d)

Bug Fixes

  • Application: add application thumbnail check on resource metadata (b04793b)
  • app: update text content through out app (e9f7261)
  • ComponentRelation: fix visualization on details page (dd171f7)
  • ComponentRelation: use component from all applications (7c69142)
  • Component: remove sha hash from container image url (574814f)
  • components: add unit test for useAllComponents (a58d847)
  • content: update overview page content based on Konflux website (7a3090e)
  • docker: update .dockerignore (10244c7)
  • e2e: avoid getting stuck waiting for spinner (bbd6652)
  • e2e: force render the table on new data changes (9605e76)
  • e2e: remove check of target in secrets tab (e260d71)
  • e2e: replace github import API with template generation (630d545)
  • e2eTests: fix advance happy path and environment page tests (de5be43)
  • e2eTests: fix e2e tests to work without deployments and environments (72058f9)
  • EnterpriseContract: show ec results under security tab from tkn (115ac10)
  • Environment/Deployments: remove deprecated code for environments and deployments (88647a6)
  • Environment/Deployments: remove environments and deployments refrences from UI (88fc539)
  • environments: fix unit tests and remove mention of deployments (f2569a9)
  • github-app: change github app url and name (ed46215)
  • GithubApp: fix github app urls for internal instance (095a8e6)
  • GithubRedirect: add redirects for url from github checks (add8fa1)
  • GithubRedirect: use task name instead of task run (32a46ad)
  • ImageRepository: use ImageRespository cr instead of component annotation (158e171)
  • ImportForm: add build secret section (2be13bd)
  • ImportForm: add ImageRepository support (5de16c2)
  • ImportForm: add pipeline section and fetch pipeline template from config map (402e2ac)
  • ImportForm: add submit-utils to create application and components (7b466b5)
  • ImportForm: add unit tests and cleanup redundant code (c6a2019)
  • logs: update fetch method for tekton-results pipelinerun logs (537cd9d)
  • overview: change slack channel name and typo fix (c79053c)
  • pipeline-modal: fix table row width for pipeline modal (493edf0)
  • pipeline: fix pipeline rerun actions to run pac build (7415588)
  • PipelineSection: select default pipeline and remove community pipeline (6e6cd66)
  • plr: remove hidden property from rerun action (746eace)
  • PrivateAuth: remove feature flag from auth flow (5b13d3b)
  • release-plan: update release plan form, add status and release plan addmision column (2062fa6)
  • release: remove name check (a45d06b)
  • releases: add links for snapshot in release details and list view (542c47b)
  • release: trigger release preselection (e9e55b3)
  • release: update release links (c75594f)
  • results-api: avoid refetching of API in case of errors and add error states (98a2623)
  • results-api: enable caching in the tekton results vulnerabilities API call (0b28aeb)
  • Secret: add namespace as target to Remote secret creation (e330c27)
  • secrets: address review comments (94eb084)
  • testpipeline: remove commits from filter (f3569f5)
  • test: remove menu item Learning resources (283d2f7)
  • test: stabilise vulnerabilities by refreshing the page during advanced happy path (a14b600)
  • UserAccess: change minimum character limit for username (e82a41c)

0.4.0 (2024-01-09)

Features

  • cmp: add codecov tests (9fe441d)
  • cmp: address review comments (f3c8440)

Bug Fixes

  • commit: use black color for GH commit logo (7038569)
  • import-flow: optmize import flow api requests (db4f4c2)
  • import: avoid resetting name field if changed (e676903)
  • integration: handle missing rev in git params (d27dd67)
  • release-plan: add undefined check on labels (c2f7b26)
  • slack: update slack links (b5a7946)

0.3.1 (2023-12-12)

Bug Fixes

  • import: add access check to add secret button (3f86e93)
  • import: avoid stopping if cdq deletion fails (412de8c)

0.3.0 (2023-12-01)

Features

  • dependencies: update package dependencies and related fixes (18b77b1)
  • private-auth: add a form to initiate private auth flow (5ccfa07)

Bug Fixes

  • access: fix username validation regex (2c31890)
  • applications: use SEB for app deploy date (a23368d)
  • commit: avoid using test pipeline for commit (4ea8d22)
  • components: show url for image components (dd2eac5)
  • deps: replace npm with yarn package manager (6a37e4f)
  • e2e: delete component after it refreshes (ead67e9)
  • e2e: remove inspect-image from task list (369451a)
  • snapshot: add test pipelinerun list and capitalize breadcrumbs (#847) (b7359d4)
  • tests: fix unit tests after react 18 upgrade (bbf16c3)
  • type: fix children type for react 18 and linting issues (d4b5a4f)

0.2.0 (2023-11-09)

Features

  • components: update components list view (a045f0a)
  • snapshots: add environmentprovision error to details (a5bab52)
  • snapshots: add unit tests and update as per UX (7c8451e)

Bug Fixes

  • access: use ws lister api to fetch access (be9563d)
  • component-activity-tab: fix commit activity tab in components details page (f9ee28e)
  • e2e: obscure secrets in video recordings (1e2426d)
  • e2e: select the correct itest pipeline (b03c974)
  • snapshot: add commit label to triggered by (2d1d691)
  • update message for no access page (1d2e5c6)
  • update text for import page (bafefbf)

0.1.0 (2023-10-25)

Features

  • add kind annotation to EC ITS (214367f)
  • import-flow: add visibility annotation on component creation (a74094d)
  • integration test: add edit param modals in details (69515dc)
  • integrationtest: integrationTest params support (c28d391)

Bug Fixes

  • add-snpshot-link: add snapshot link in pipelinerun details page (5bf8597)
  • consider all pipeline runs, by using paging (d6afd90)
  • int-filter: modify integration test search filter field (78c7518)
  • modify the integration test path description (91f1a47)
  • overview graph: navigate to components list on 'No builds yet' click (26bb6ef)
  • releases: filtering & sorting for releases (c8a6a1a)
  • secret-list: fix secret list page error when secret is missing status field (b02853c)
  • task logs: show logs for skipped or idle tasks if they exist (9470293)
  • test: remove check from e2e tests for latest commits on overview page (175f28f)
  • test: update pipeline labels (9f81399)
  • test: wait for new github repo availability (ab3dbde)

0.0.1 (2023-09-29)

Notes - This is the first release so added features and bug fixes manually for past 1 month as part of release notes. This will get better for the next release when we start to follow conventional commit messages.

Features

  • Improve application overview screen
  • Support creation of build and deployment secrets
  • add list view for ReleaseStrategy
  • add list view for ReleasePlanAdmission
  • add Release plan list page
  • Snapshot Pipeline Runs Tab
  • Enable auth flow for private repo
  • Add Deployments tab to the Component Details page
  • use RemoteSecret for partner task secrets
  • Add component details page
  • Add snapshot details page
  • Add secrets list page and delete action
  • Upgrade to PF version 5
  • show pac build errors

Bug Fixes

  • Update computation of deployed application status
  • Fix integration name validation issue
  • fix application name auto suggestion when git url has extra spaces
  • Fix component details when no container image
  • fix back and cancel action for git import form
  • Fix for build node widths in application lifecycle graph
  • Fix the broken style issue on local setup
  • select first failed logs tab by default
  • Fix for recent commits rows disappearing on scroll
  • fix delete modal redirection issue
  • Fix broken styles on overview page
  • fix vulnerability column not loading issue
  • fix cacheKey not updating issue