Skip to content
Closed
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
14 changes: 14 additions & 0 deletions content/en/service_catalog/service_definitions/v3-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,18 @@
### v3.0 API endpoints
To view v3.0 API endpoints, see the latest [API documentation][5].

### Migrating to v3.0
v3.0 supports the same methods of creating metadata as previous version including Github, API, Terraform, Backstage, ServiceNow, and the UI. However, there are new [API endpoints][5] and a new [Terraform module][6] for v3.0.

Check warning on line 193 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'GitHub' instead of 'Github'.

Check warning on line 193 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'GitHub' instead of 'Github'.

You can see the [full schema definitions on Github][1]. V3.0 contains the following changes from v2.2:

Check warning on line 195 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'GitHub' instead of 'Github'.

Check warning on line 195 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use 'GitHub' instead of 'Github'.
- `schema_version` is now `api_version`

Check warning on line 196 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.

Check warning on line 196 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.
- `kind` field is new to delineate the type of component: service, queue, datastore, system, or API
- `dd-service` is now `metadata.name`

Check warning on line 198 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.

Check warning on line 198 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.
- `team` is now `owner` and `additionalOwners` if there are multiple teams

Check warning on line 199 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.

Check warning on line 199 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.
- `lifecycle`, `tier`, `languages`, and `type` are now under `spec`

Check warning on line 200 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.

Check warning on line 200 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.
- `links`, `contacts`, and `description`, and `tags` are now under metadata

Check warning on line 201 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.

Check warning on line 201 in content/en/service_catalog/service_definitions/v3-0.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'now'.
- `application` has been enhanced to become its own kind: `system`. It no longer exists as a discrete field on a service

## Further reading

{{< partial name="whats-next/whats-next.html" >}}
Expand All @@ -198,3 +210,5 @@
[3]: /code_analysis/faq/#identifying-the-code-location-in-the-service-catalog
[4]: https://en.wikipedia.org/wiki/Glob_(programming)
[5]: /api/latest/software-catalog/
[6]: https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/software_catalog
[7]: service_catalog/customize/import_entries_backstage
Loading