Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 1.32 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.0 - 2021-07-08

Added

  • Initial support for ingesting the following entities:

    Resources Entity _type Entity _class
    Account wp_engine_account Account
    Domain wp_engine_domain Domain
    Install wp_engine_install Application
    Site wp_engine_site Host
    User wp_engine_user User
  • Initial support for ingesting the following relationships:

    Source Entity _type Relationship _class Target Entity _type
    wp_engine_account HAS wp_engine_install
    wp_engine_account HAS wp_engine_site
    wp_engine_install HAS wp_engine_domain
    wp_engine_site HAS wp_engine_install
    wp_engine_user MANAGES wp_engine_account