GiHub Integration Plugin Release Notes

Github Integration Plugin for Spinnaker release notes.

v0.3.1 2023/11/21

Features

v0.2.4 2023/11/21

Features

v0.1.2 2023/11/01

Features

  • Added support for Manual (or Rerun) Execution of pipelines with trigger type GitHub Workflow Trigger.
  • Modified GitHub Workflow Trigger & GitHub Event Trigger Types to be enabled independently in Deck configuration.

v0.1.1 2023/10/18

Fixes

  • Fixed bug where the Igor fastForward admin endpoint didnt include the githubBuildMonitor monitor

v0.1.0 2023/10/12

Features

  • Initial release

Known issues

Armory.Header plugin conflict

Armory Continuous Deployment: The GitHub Integration plugin conflicts with the Armory.Header plugin’s default version installed in Armory Continuous Deployment 2.30.x.

Fix: Update your GitHub Integration plugin config to include the Armory.Header plugin v0.2.0

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
profiles:
  gate:
    spinnaker:
      extensibility:
        repositories:
          pluginRepository:
            url: https://raw.githubusercontent.com/armory-plugins/pluginRepository/master/repositories.json
        plugins:
          Armory.GitHubIntegration:
            enabled: true
            version: <version>
          Armory.ArmoryHeader:
            enabled: true
            version: 0.2.0
        deck-proxy:
          enabled: true
          plugins:
            Armory.GitHubIntegration:
              enabled: true
              version: <version>
            Armory.ArmoryHeader:
              enabled: true

Workflow Dispatch and Repository Dispatch run duration

The workflow run for the stages Workflow Dispatch and Repository Dispatch must have a minimum run duration of 30 seconds. If the duration is less than 30 seconds, both Spinnaker and Armory CDSH might fail to fetch the workflow details, causing the run to fail with a timeout error.


Last modified December 13, 2023: (56f2762a)