Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 4.0.1 release #27

Merged
merged 3 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: 💬 Discord
url: https://discord.gg/someengineering
url: https://discord.gg/fixsecurity
about: Chat with other users and the development team
- name: 📄 Documentation
url: https://inventory.fix.security
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/explore/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Not sure what to do next? Here are some suggestions:
If you want to stay up to date with the latest Fix Inventory news:

- Watch the [`someengineering/fixinventory` GitHub repository](https://github.com/someengineering/fixinventory) and be the first to know about new features and releases.
- You can get help with Fix Inventory and connect with a growing community of cloud engineers in the [Some Engineering Discord server](https://discord.gg/someengineering).
- You can get help with Fix Inventory and connect with a growing community of cloud engineers in the [Fix Discord server](https://discord.gg/fixsecurity).
- Follow [Some Engineering on LinkedIn](https://linkedin.com/company/someengineering) for updates, insights, podcast episodes, sneak peeks, and more!

## Further Reading
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-guides/maintenance/uninstall.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 2

:::note

Need help or have feedback on Fix Inventory? [Open an issue on GitHub](https://github.com/someengineering/fixinventory/issues/new/choose) or [chat with us on Discord](https://discord.gg/someengineering).
Need help or have feedback on Fix Inventory? [Open an issue on GitHub](https://github.com/someengineering/fixinventory/issues/new/choose) or [chat with us on Discord](https://discord.gg/fixsecurity).

:::

Expand Down
16 changes: 12 additions & 4 deletions docs/reference/api/abort-a-batch-update.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Abort a batch update"}
>
Abort a batch update
</h1>
</Heading>

<MethodEndpoint
method={"delete"}
Expand All @@ -39,7 +41,13 @@ import TabItem from "@theme/TabItem";

**Experimental**: This API is not stable and might be subject of change.<br/> Abort a batch update.

## Request
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>

<details
style={{"marginBottom":"1rem"}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Add or update the current defined configuration model."}
>
Add or update the current defined configuration model.
</h1>
</Heading>

<MethodEndpoint
method={"patch"}
Expand All @@ -39,7 +41,13 @@ import TabItem from "@theme/TabItem";

Add or update the current defined configuration model.

## Request
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>

<MimeTabs
className={"openapi-tabs__mime"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Add or update the current defined model."}
>
Add or update the current defined model.
</h1>
</Heading>

<MethodEndpoint
method={"patch"}
Expand All @@ -39,7 +41,13 @@ import TabItem from "@theme/TabItem";

Add or update the current defined model.

## Request
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>

<details
style={{"marginBottom":"1rem"}}
Expand Down
16 changes: 12 additions & 4 deletions docs/reference/api/add-subscription-to-subscriber.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Add subscription to subscriber"}
>
Add subscription to subscriber
</h1>
</Heading>

<MethodEndpoint
method={"post"}
Expand All @@ -39,7 +41,13 @@ import TabItem from "@theme/TabItem";

Add a specific subscription to a subscriber.

## Request
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>

<details
style={{"marginBottom":"1rem"}}
Expand Down
16 changes: 12 additions & 4 deletions docs/reference/api/commit-a-batch-update.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Commit a batch update"}
>
Commit a batch update
</h1>
</Heading>

<MethodEndpoint
method={"post"}
Expand All @@ -39,7 +41,13 @@ import TabItem from "@theme/TabItem";

**Experimental**: This API is not stable and might be subject of change.<br/> Commit a batch update.

## Request
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>

<details
style={{"marginBottom":"1rem"}}
Expand Down
16 changes: 12 additions & 4 deletions docs/reference/api/create-a-new-graph.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Create a new graph"}
>
Create a new graph
</h1>
</Heading>

<MethodEndpoint
method={"post"}
Expand All @@ -39,7 +41,13 @@ import TabItem from "@theme/TabItem";

Create a new graph

## Request
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>

<details
style={{"marginBottom":"1rem"}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Create a new node under the given parent node"}
>
Create a new node under the given parent node
</h1>
</Heading>

<MethodEndpoint
method={"post"}
Expand All @@ -39,7 +41,13 @@ import TabItem from "@theme/TabItem";

**Experimental**: This API is not stable and might be subject of change.<br/> Create a new node under the given parent node.

## Request
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>

<details
style={{"marginBottom":"1rem"}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Create or replace a benchmark by its id."}
>
Create or replace a benchmark by its id.
</h1>
</Heading>

<MethodEndpoint
method={"put"}
Expand All @@ -39,7 +41,13 @@ import TabItem from "@theme/TabItem";

Create or replace a benchmark by its id.

## Request
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>

<details
style={{"marginBottom":"1rem"}}
Expand Down
16 changes: 12 additions & 4 deletions docs/reference/api/create-or-replace-a-check-by-its-id.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Create or replace a check by its id."}
>
Create or replace a check by its id.
</h1>
</Heading>

<MethodEndpoint
method={"put"}
Expand All @@ -39,7 +41,13 @@ import TabItem from "@theme/TabItem";

Create or replace a check by its id.

## Request
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>

<details
style={{"marginBottom":"1rem"}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import Heading from "@theme/Heading";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Define subscriber with all subscriptions"}
>
Define subscriber with all subscriptions
</h1>
</Heading>

<MethodEndpoint
method={"put"}
Expand All @@ -39,7 +41,13 @@ import TabItem from "@theme/TabItem";

Define or redefine a subscriber with all subscriptions. In case the subscriber does not exist, it is created. In case the subscriber exist, all subscriptions get replaced.

## Request
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
children={"Request"}
>
</Heading>

<details
style={{"marginBottom":"1rem"}}
Expand Down
Loading