Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Releases: keptn-contrib/servicenow-service

0.3.0

10 Aug 19:38
Compare
Choose a tag to compare

This release is compatible with keptn 0.8.0 - 0.8.3

New Features

  • Refactored service to now act as an action provider that can be integrated into the keptn remediation config workflow.
  • Service is now subscribed to sh.keptn.event.action.triggered events.
  • Able to directly interact with the ServiceNow REST API trigger
  • Use CloudEvents 1.0
  • Removed deprecated event broker
  • Move Build and Tests from Travis-CI to GH Actions

0.2.1

15 Oct 13:00
ed2484a
Compare
Choose a tag to compare

Release Notes 0.2.1

New Features:

  • Made namespace of service configurable
  • Deploy distributor as a sidecar of the service within the same pod

0.2.0

06 Mar 11:25
7cc868b
Compare
Choose a tag to compare

Release Notes 0.2.0

This release is compatible with Keptn release 0.6.0.

The service is designed to receive problem events from keptn and create incidents in ServiceNow. In this release, the service is capable of:

  • create/update events and alerts in ServiceNow and assign them a specific user

To trigger these actions, the service listens to CloudEvents from type:

  • sh.keptn.event.problem.open: When receiving this event, an alert is either created or updated

0.1.4

16 Sep 19:16
d3faa13
Compare
Choose a tag to compare

Release Notes 0.1.4

New Features

  • Use new logging format #535

Fixed Issues

Known Limitations

0.1.3

25 Jul 08:07
96f279b
Compare
Choose a tag to compare

Release Notes 0.1.3

New Features

  • Change of deployment and service manifest from Knative to Kubernetes resources

Fixed Issues

  • Update of npm dependencies

0.1.2

28 Jun 12:29
c45f824
Compare
Choose a tag to compare

Release Notes 0.1.2

Fixed Issues

  • Upgrade of axios package version to 0.19.0 #413

0.1.1

29 May 11:47
a617abb
Compare
Choose a tag to compare

Release Notes 0.1.1

New Features

  • Scripts for use case reflect the change of the namespace name that now has the project name as prefix, e.g., sockshop-dev, sockshop-production #229

Fixed Issues

  • Hard-coded URLs for Dynatrace SaaS tenants are removed to also support Dynatrace-managed tenants #255
  • Set visibility of service to cluster-local #396

0.1.0

09 Apr 13:12
20ce99f
Compare
Choose a tag to compare

This release is compatible with keptn release 0.2.0.

The service is designed to receive problem events from keptn and create incidents in ServiceNow. In this release, the service is capable of:

  • create incidents in ServiceNow and assign them a specific user
  • update incidents in ServiceNow once they have been resolved

To trigger these actions, the service listens to CloudEvents from type:

  • sh.keptn.events.problem: When receiving this event, an incident is either created or updated.