Skip to content

Commit

Permalink
docs: deprecating internal /results route (#4866)
Browse files Browse the repository at this point in the history
* docs: added info about internal results route deprecation

* docs: added info about internal results route deprecation

* added dot on the end.

* fix: added deprecations to menu
  • Loading branch information
exu authored Jan 9, 2024
1 parent c4afe8a commit c5d0934
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/docs/articles/deprecations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Deprecations

Software deprecation refers to the process of phasing out or discontinuing support for a particular software feature. This decision is typically made by software developers or vendors due to various reasons such as security concerns, outdated technology, or the introduction of more efficient alternatives.

Usually if possible and reasonable we try to keep the backward compatibility.

## List of Testkube deprecations

### Since `v1.16.16` internal `/results` route

Reason of deprecation was that after Fiber (https://gofiber.io/) security update disallowing of using `Mount` in simple way.
Also route is not used by the Testkube internally anymore.

As a workaround users who want's to configure own ingresses should use `/` route instead.
1 change: 1 addition & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ const sidebars = {
],
},
"articles/common-issues",
"articles/deprecations",
{
type: "category",
label: "Contributing",
Expand Down

0 comments on commit c5d0934

Please sign in to comment.