@spinnaker/core 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.18.0](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.17.0...@spinnaker/core@0.18.0) (2022-01-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** ensure that users are not warned of their success ([#9794](https://github.com/spinnaker/deck/issues/9794)) ([333677b](https://github.com/spinnaker/deck/commit/333677b9c9508ae16e91a02e5b0416c7bf217431))
12
+
13
+
14
+ ### Features
15
+
16
+ * **core/pipeline:** Load quiet period configuration from Gate, not from SETTINGS ([#9788](https://github.com/spinnaker/deck/issues/9788)) ([75694bd](https://github.com/spinnaker/deck/commit/75694bdd55c9eaf3af8d9b531ee0ac4a471733c5))
17
+
18
+
19
+
20
+
21
+
6
22
  # [0.17.0](https://github.com/spinnaker/deck/compare/@spinnaker/core@0.16.1...@spinnaker/core@0.17.0) (2021-12-11)
7
23
 
8
24
 
@@ -153,7 +153,6 @@ export interface ISpinnakerSettings {
153
153
  [key: string]: IProviderSettings;
154
154
  };
155
155
  pubsubProviders: string[];
156
- quietPeriod: [string | number, string | number];
157
156
  resetProvider: (provider: string) => () => void;
158
157
  resetToOriginal: () => void;
159
158
  searchVersion: 1 | 2;