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

changelog july updates #1583

Merged
merged 1 commit into from
Jul 10, 2024
Merged
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
88 changes: 87 additions & 1 deletion docs/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,94 @@
---
title: Elementary Changelog
description: "See what's new in the cloud platform"
description: "See what's new on the Elementary Cloud Platform"
---

## July 2024

### Introducing: Incident Management

<div style={{ display: "table", width: "auto" }}>
<div style={{ display: "table-row", width: "auto" }}>
<div style={{ float: "left", display: "table-column", width: "100%", marginBottom: "20px" }}>
<span
style={{
background: "#FECDD8",
color: "#BD134F",
borderRadius: "8px",
fontSize: ".8em",
padding: "2px 10px",
display: "inline-block",
fontWeight: "500",
letterSpacing: ".5px",
whiteSpace: "nowrap",
}}
>Incident management</span>
</div>
<div
style={{
float: "left",
display: "table-column",
paddingLeft: "0px",
width: "100%",
marginTop: "-20px",
}}
>
Managing alerts is a common challenge for our users. Daily test failures generate numerous alerts, making tracking each issue's status difficult. Alerts are just the starting point—users need a tool to manage the entire process.


We’ve been working hard to solve these issues and are excited to introduce incidents in Elementary.

**What are Incidents?**
An incident consists of one or more failure events. Each failure or warning opens a new incident or is added to an existing one. Different failures are grouped based on automated linking rules. Each incident has a start time, status, severity, assignee, and end time. Read more about [Incidents](https://docs.elementary-data.com/features/alerts-and-incidents/incidents).

**New Incident Management Page**
Our new [Incident Management Page](https://docs.elementary-data.com/features/alerts-and-incidents/incident-management) helps your team stay on top of open incidents and collaborate to resolve them. It provides a comprehensive overview of all incidents, allowing users to view statuses, prioritize issues, assign responsibilities, and resolve incidents efficiently.
<video
autoPlay
muted
loop
playsInline
className="w-full aspect-video"
src="https://res.cloudinary.com/diuctyblm/video/upload/v1719927342/incidents-wide_ki16tu.mp4"
></video>


</div>

### New Integrations!

<div style={{ display: "table", width: "auto" }}>
<div style={{ display: "table-row", width: "auto" }}>
<div style={{ float: "left", display: "table-column", width: "100%", marginBottom: "20px" }}>
<span
style={{
background: "#FECDD8",
color: "#BD134F",
borderRadius: "8px",
fontSize: ".8em",
padding: "2px 10px",
display: "inline-block",
fontWeight: "500",
letterSpacing: ".5px",
whiteSpace: "nowrap",
}}
>Integrations</span>
</div>
<div
style={{
float: "left",
display: "table-column",
paddingLeft: "0px",
width: "100%",
marginTop: "-20px",
}}
>
Introducing three new integrations with communication and incident management tools:

- [Microsoft Teams](https://docs.elementary-data.com/cloud/integrations/alerts/ms-teams)
- [PagerDuty](https://docs.elementary-data.com/cloud/integrations/alerts/pagerduty)
- [Opsgenie](https://docs.elementary-data.com/cloud/integrations/alerts/opsgenie)

## May 2024

### Add any dbt test via UI
Expand Down
Loading