@spinnaker/kubernetes 0.0.0-main-2
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 +1663 -0
- package/LICENSE.txt +203 -0
- package/dist/help/kubernetes.help.d.ts +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +6024 -0
- package/dist/index.js.map +1 -0
- package/dist/instance/details/details.controller.d.ts +1 -0
- package/dist/instance/index.d.ts +1 -0
- package/dist/interfaces/index.d.ts +1 -0
- package/dist/interfaces/infrastructure.types.d.ts +24 -0
- package/dist/kubernetes.module.d.ts +6 -0
- package/dist/loadBalancer/details/details.controller.d.ts +1 -0
- package/dist/loadBalancer/index.d.ts +1 -0
- package/dist/loadBalancer/transformer.d.ts +1 -0
- package/dist/manifest/IManifestCoordinates.d.ts +5 -0
- package/dist/manifest/ManifestImageDetails.d.ts +18 -0
- package/dist/manifest/ManifestKindSearch.d.ts +13 -0
- package/dist/manifest/ManifestLabels.d.ts +15 -0
- package/dist/manifest/ManifestQos.d.ts +15 -0
- package/dist/manifest/ManifestResources.d.ts +35 -0
- package/dist/manifest/ManifestSource.d.ts +4 -0
- package/dist/manifest/annotationCustomSections.component.d.ts +1 -0
- package/dist/manifest/artifact/artifact.component.d.ts +1 -0
- package/dist/manifest/delete/delete.controller.d.ts +12 -0
- package/dist/manifest/delete/deleteOptionsForm.component.d.ts +1 -0
- package/dist/manifest/editor/json/JsonEditor.d.ts +12 -0
- package/dist/manifest/editor/json/jsonEditor.component.d.ts +1 -0
- package/dist/manifest/index.d.ts +10 -0
- package/dist/manifest/manifest.service.d.ts +25 -0
- package/dist/manifest/manifestCommandBuilder.service.d.ts +30 -0
- package/dist/manifest/manifestEvents.component.d.ts +1 -0
- package/dist/manifest/manifestImageDetails.component.d.ts +1 -0
- package/dist/manifest/manifestLabels.component.d.ts +1 -0
- package/dist/manifest/manifestQos.component.d.ts +1 -0
- package/dist/manifest/manifestResources.component.d.ts +1 -0
- package/dist/manifest/rollout/RollingRestart.d.ts +1 -0
- package/dist/manifest/rollout/pause.controller.d.ts +1 -0
- package/dist/manifest/rollout/resume.controller.d.ts +1 -0
- package/dist/manifest/rollout/undo.controller.d.ts +1 -0
- package/dist/manifest/scale/ScaleSettingsForm.d.ts +10 -0
- package/dist/manifest/scale/scale.controller.d.ts +8 -0
- package/dist/manifest/scale/scaleSettingsForm.component.d.ts +1 -0
- package/dist/manifest/selector/IManifestLabelSelector.d.ts +9 -0
- package/dist/manifest/selector/IManifestSelector.d.ts +30 -0
- package/dist/manifest/selector/ManifestSelector.d.ts +46 -0
- package/dist/manifest/selector/labelEditor/LabelEditor.d.ts +15 -0
- package/dist/manifest/selector/selector.component.d.ts +1 -0
- package/dist/manifest/status/ManifestCondition.d.ts +13 -0
- package/dist/manifest/status/condition.component.d.ts +1 -0
- package/dist/manifest/status/status.component.d.ts +1 -0
- package/dist/manifest/traffic/ManifestTrafficService.d.ts +12 -0
- package/dist/manifest/wizard/BasicSettings.d.ts +17 -0
- package/dist/manifest/wizard/ManifestEntry.d.ts +16 -0
- package/dist/manifest/wizard/ManifestWizard.d.ts +22 -0
- package/dist/pipelines/stages/ManifestCoordinates.d.ts +31 -0
- package/dist/pipelines/stages/ManifestExecutionDetails.d.ts +69 -0
- package/dist/pipelines/stages/deleteManifest/DeleteManifestOptionsForm.d.ts +18 -0
- package/dist/pipelines/stages/deleteManifest/DeleteManifestStageConfig.d.ts +14 -0
- package/dist/pipelines/stages/deleteManifest/deleteManifestStage.d.ts +1 -0
- package/dist/pipelines/stages/deployManifest/CopyFromTemplateButton.d.ts +15 -0
- package/dist/pipelines/stages/deployManifest/DeployManifestStageConfig.d.ts +15 -0
- package/dist/pipelines/stages/deployManifest/DeployManifestStageForm.d.ts +31 -0
- package/dist/pipelines/stages/deployManifest/ManifestBindArtifactsSelector.d.ts +17 -0
- package/dist/pipelines/stages/deployManifest/ManifestCopier.d.ts +36 -0
- package/dist/pipelines/stages/deployManifest/ManifestDeploymentOptions.d.ts +34 -0
- package/dist/pipelines/stages/deployManifest/NamespaceSelector.d.ts +16 -0
- package/dist/pipelines/stages/deployManifest/deployManifest.validator.d.ts +2 -0
- package/dist/pipelines/stages/deployManifest/deployManifestStage.d.ts +1 -0
- package/dist/pipelines/stages/deployManifest/manifestStatus/DeployStatus.d.ts +23 -0
- package/dist/pipelines/stages/deployManifest/manifestStatus/DeployStatusPills.d.ts +8 -0
- package/dist/pipelines/stages/deployManifest/manifestStatus/ManifestDetailsLink.d.ts +20 -0
- package/dist/pipelines/stages/deployManifest/manifestStatus/ManifestEvents.d.ts +9 -0
- package/dist/pipelines/stages/deployManifest/manifestStatus/ManifestStatus.d.ts +8 -0
- package/dist/pipelines/stages/findArtifactsFromResource/FindArtifactsFromResourceConfig.d.ts +3 -0
- package/dist/pipelines/stages/findArtifactsFromResource/FindArtifactsFromResourceStageForm.d.ts +7 -0
- package/dist/pipelines/stages/findArtifactsFromResource/findArtifactsFromResourceStage.d.ts +1 -0
- package/dist/pipelines/stages/index.d.ts +8 -0
- package/dist/pipelines/stages/patchManifest/PatchManifestOptionsForm.d.ts +8 -0
- package/dist/pipelines/stages/patchManifest/PatchManifestStageConfig.d.ts +7 -0
- package/dist/pipelines/stages/patchManifest/PatchManifestStageForm.d.ts +21 -0
- package/dist/pipelines/stages/patchManifest/patchManifestStage.d.ts +4 -0
- package/dist/pipelines/stages/rolloutRestartManifest/RolloutRestartManifestStageConfig.d.ts +13 -0
- package/dist/pipelines/stages/rolloutRestartManifest/rolloutRestartManifestStage.d.ts +4 -0
- package/dist/pipelines/stages/runJob/KubernetesV2RunJobStageConfig.d.ts +31 -0
- package/dist/pipelines/stages/runJob/RunJobExecutionDetails.d.ts +7 -0
- package/dist/pipelines/stages/runJob/runJobStage.d.ts +1 -0
- package/dist/pipelines/stages/scaleManifest/ScaleManifestConfig.d.ts +3 -0
- package/dist/pipelines/stages/scaleManifest/ScaleManifestStageForm.d.ts +7 -0
- package/dist/pipelines/stages/scaleManifest/scaleManifestStage.d.ts +1 -0
- package/dist/pipelines/stages/traffic/ManifestTrafficStageConfig.d.ts +11 -0
- package/dist/pipelines/stages/traffic/disableManifest.stage.d.ts +1 -0
- package/dist/pipelines/stages/traffic/enableManifest.stage.d.ts +1 -0
- package/dist/pipelines/stages/undoRolloutManifest/UndoRolloutManifestConfig.d.ts +3 -0
- package/dist/pipelines/stages/undoRolloutManifest/UndoRolloutManifestStageForm.d.ts +7 -0
- package/dist/pipelines/stages/undoRolloutManifest/undoRolloutManifestStage.d.ts +1 -0
- package/dist/pipelines/stages/validators/manifestSelectorValidators.d.ts +2 -0
- package/dist/pipelines/validation/manifestSelector.validator.d.ts +8 -0
- package/dist/rawResource/component/K8sResources.d.ts +25 -0
- package/dist/rawResource/component/K8sResourcesFilters.d.ts +20 -0
- package/dist/rawResource/component/RawResourceUtils.d.ts +5 -0
- package/dist/rawResource/component/group/RawResouceGroup.d.ts +15 -0
- package/dist/rawResource/component/group/RawResource.d.ts +12 -0
- package/dist/rawResource/component/group/RawResourceDetails.d.ts +32 -0
- package/dist/rawResource/component/group/RawResourceGroups.d.ts +14 -0
- package/dist/rawResource/controller/FiltersPubSub.d.ts +12 -0
- package/dist/rawResource/index.d.ts +1 -0
- package/dist/rawResource/model/resource.d.ts +17 -0
- package/dist/rawResource/rawResource.dataSource.d.ts +2 -0
- package/dist/rawResource/rawResource.module.d.ts +1 -0
- package/dist/rawResource/rawResource.states.d.ts +6 -0
- package/dist/resources/ResourceDetails.d.ts +17 -0
- package/dist/resources/resources.state.d.ts +7 -0
- package/dist/rolloutStrategy/bluegreen.strategy.d.ts +2 -0
- package/dist/rolloutStrategy/highlander.strategy.d.ts +2 -0
- package/dist/rolloutStrategy/index.d.ts +1 -0
- package/dist/rolloutStrategy/none.strategy.d.ts +2 -0
- package/dist/rolloutStrategy/redblack.strategy.d.ts +2 -0
- package/dist/securityGroup/details/details.controller.d.ts +1 -0
- package/dist/securityGroup/index.d.ts +1 -0
- package/dist/securityGroup/securityGroup.reader.d.ts +4 -0
- package/dist/securityGroup/transformer.d.ts +1 -0
- package/dist/serverGroup/details/details.controller.d.ts +1 -0
- package/dist/serverGroup/details/resize/resize.controller.d.ts +1 -0
- package/dist/serverGroup/index.d.ts +4 -0
- package/dist/serverGroup/serverGroupCommandBuilder.service.d.ts +6 -0
- package/dist/serverGroup/serverGroupTransformer.service.d.ts +6 -0
- package/dist/serverGroupManager/details/details.controller.d.ts +1 -0
- package/dist/serverGroupManager/index.d.ts +1 -0
- package/dist/validation/applicationName.validator.d.ts +9 -0
- package/package.json +58 -0
- package/src/help/kubernetes.help.ts +236 -0
- package/src/index.ts +7 -0
- package/src/instance/details/details.controller.ts +186 -0
- package/src/instance/details/details.html +80 -0
- package/src/instance/index.ts +1 -0
- package/src/interfaces/index.ts +1 -0
- package/src/interfaces/infrastructure.types.ts +35 -0
- package/src/kubernetes.module.ts +144 -0
- package/src/loadBalancer/details/details.controller.ts +101 -0
- package/src/loadBalancer/details/details.html +187 -0
- package/src/loadBalancer/index.ts +1 -0
- package/src/loadBalancer/transformer.ts +60 -0
- package/src/logo/kubernetes.icon.svg +102 -0
- package/src/logo/kubernetes.logo.less +6 -0
- package/src/logo/kubernetes.logo.svg +1 -0
- package/src/manifest/IManifestCoordinates.ts +5 -0
- package/src/manifest/ManifestImageDetails.spec.tsx +76 -0
- package/src/manifest/ManifestImageDetails.tsx +64 -0
- package/src/manifest/ManifestKindSearch.tsx +31 -0
- package/src/manifest/ManifestLabels.tsx +31 -0
- package/src/manifest/ManifestQos.tsx +68 -0
- package/src/manifest/ManifestResources.tsx +69 -0
- package/src/manifest/ManifestSource.ts +4 -0
- package/src/manifest/annotationCustomSections.component.ts +114 -0
- package/src/manifest/artifact/artifact.component.ts +23 -0
- package/src/manifest/delete/delete.controller.ts +80 -0
- package/src/manifest/delete/delete.html +42 -0
- package/src/manifest/delete/deleteOptionsForm.component.ts +52 -0
- package/src/manifest/editor/json/JsonEditor.tsx +56 -0
- package/src/manifest/editor/json/jsonEditor.component.ts +12 -0
- package/src/manifest/index.ts +10 -0
- package/src/manifest/manifest.service.ts +90 -0
- package/src/manifest/manifestCommandBuilder.service.ts +126 -0
- package/src/manifest/manifestEvents.component.ts +12 -0
- package/src/manifest/manifestImageDetails.component.ts +12 -0
- package/src/manifest/manifestLabels.component.ts +12 -0
- package/src/manifest/manifestLabels.less +3 -0
- package/src/manifest/manifestQos.component.ts +12 -0
- package/src/manifest/manifestResources.component.ts +12 -0
- package/src/manifest/rollout/RollingRestart.tsx +54 -0
- package/src/manifest/rollout/pause.controller.ts +66 -0
- package/src/manifest/rollout/pause.html +28 -0
- package/src/manifest/rollout/resume.controller.ts +66 -0
- package/src/manifest/rollout/resume.html +28 -0
- package/src/manifest/rollout/undo.controller.ts +74 -0
- package/src/manifest/rollout/undo.html +44 -0
- package/src/manifest/scale/ScaleSettingsForm.tsx +43 -0
- package/src/manifest/scale/scale.controller.ts +75 -0
- package/src/manifest/scale/scale.html +32 -0
- package/src/manifest/scale/scaleSettingsForm.component.ts +11 -0
- package/src/manifest/selector/IManifestLabelSelector.ts +19 -0
- package/src/manifest/selector/IManifestSelector.ts +64 -0
- package/src/manifest/selector/ManifestSelector.spec.tsx +414 -0
- package/src/manifest/selector/ManifestSelector.tsx +424 -0
- package/src/manifest/selector/labelEditor/LabelEditor.spec.tsx +81 -0
- package/src/manifest/selector/labelEditor/LabelEditor.tsx +126 -0
- package/src/manifest/selector/labelEditor/labelEditor.less +3 -0
- package/src/manifest/selector/selector.component.ts +17 -0
- package/src/manifest/status/ManifestCondition.tsx +32 -0
- package/src/manifest/status/condition.component.ts +12 -0
- package/src/manifest/status/status.component.ts +36 -0
- package/src/manifest/traffic/ManifestTrafficService.spec.ts +30 -0
- package/src/manifest/traffic/ManifestTrafficService.ts +67 -0
- package/src/manifest/wizard/BasicSettings.tsx +57 -0
- package/src/manifest/wizard/ManifestEntry.tsx +46 -0
- package/src/manifest/wizard/ManifestWizard.tsx +94 -0
- package/src/pipelines/stages/ManifestCoordinates.spec.tsx +90 -0
- package/src/pipelines/stages/ManifestCoordinates.tsx +128 -0
- package/src/pipelines/stages/ManifestExecutionDetails.tsx +58 -0
- package/src/pipelines/stages/deleteManifest/DeleteManifestOptionsForm.spec.tsx +85 -0
- package/src/pipelines/stages/deleteManifest/DeleteManifestOptionsForm.tsx +87 -0
- package/src/pipelines/stages/deleteManifest/DeleteManifestStageConfig.tsx +62 -0
- package/src/pipelines/stages/deleteManifest/deleteManifestOptionsForm.less +9 -0
- package/src/pipelines/stages/deleteManifest/deleteManifestStage.ts +21 -0
- package/src/pipelines/stages/deployManifest/CopyFromTemplateButton.tsx +45 -0
- package/src/pipelines/stages/deployManifest/DeployManifestStageConfig.tsx +77 -0
- package/src/pipelines/stages/deployManifest/DeployManifestStageForm.tsx +265 -0
- package/src/pipelines/stages/deployManifest/ManifestBindArtifactsSelector.tsx +69 -0
- package/src/pipelines/stages/deployManifest/ManifestCopier.spec.ts +110 -0
- package/src/pipelines/stages/deployManifest/ManifestCopier.tsx +222 -0
- package/src/pipelines/stages/deployManifest/ManifestDeploymentOptions.spec.tsx +75 -0
- package/src/pipelines/stages/deployManifest/ManifestDeploymentOptions.tsx +203 -0
- package/src/pipelines/stages/deployManifest/NamespaceSelector.tsx +40 -0
- package/src/pipelines/stages/deployManifest/deployManifest.validator.ts +38 -0
- package/src/pipelines/stages/deployManifest/deployManifestStage.ts +28 -0
- package/src/pipelines/stages/deployManifest/manifestStatus/DeployStatus.less +11 -0
- package/src/pipelines/stages/deployManifest/manifestStatus/DeployStatus.tsx +120 -0
- package/src/pipelines/stages/deployManifest/manifestStatus/DeployStatusPills.tsx +47 -0
- package/src/pipelines/stages/deployManifest/manifestStatus/ManifestDetailsLink.tsx +92 -0
- package/src/pipelines/stages/deployManifest/manifestStatus/ManifestEvents.tsx +87 -0
- package/src/pipelines/stages/deployManifest/manifestStatus/ManifestStatus.less +24 -0
- package/src/pipelines/stages/deployManifest/manifestStatus/ManifestStatus.tsx +46 -0
- package/src/pipelines/stages/findArtifactsFromResource/FindArtifactsFromResourceConfig.tsx +35 -0
- package/src/pipelines/stages/findArtifactsFromResource/FindArtifactsFromResourceStageForm.tsx +37 -0
- package/src/pipelines/stages/findArtifactsFromResource/findArtifactsFromResourceStage.ts +21 -0
- package/src/pipelines/stages/index.ts +8 -0
- package/src/pipelines/stages/patchManifest/PatchManifestOptionsForm.tsx +35 -0
- package/src/pipelines/stages/patchManifest/PatchManifestStageConfig.tsx +57 -0
- package/src/pipelines/stages/patchManifest/PatchManifestStageForm.tsx +157 -0
- package/src/pipelines/stages/patchManifest/patchManifestStage.ts +30 -0
- package/src/pipelines/stages/rolloutRestartManifest/RolloutRestartManifestStageConfig.tsx +46 -0
- package/src/pipelines/stages/rolloutRestartManifest/rolloutRestartManifestStage.ts +20 -0
- package/src/pipelines/stages/runJob/KubernetesV2RunJobStageConfig.tsx +242 -0
- package/src/pipelines/stages/runJob/RunJobExecutionDetails.tsx +67 -0
- package/src/pipelines/stages/runJob/runJobStage.ts +39 -0
- package/src/pipelines/stages/scaleManifest/ScaleManifestConfig.tsx +38 -0
- package/src/pipelines/stages/scaleManifest/ScaleManifestStageForm.tsx +46 -0
- package/src/pipelines/stages/scaleManifest/scaleManifestStage.ts +24 -0
- package/src/pipelines/stages/traffic/ManifestTrafficStageConfig.tsx +44 -0
- package/src/pipelines/stages/traffic/disableManifest.stage.ts +26 -0
- package/src/pipelines/stages/traffic/enableManifest.stage.ts +26 -0
- package/src/pipelines/stages/undoRolloutManifest/UndoRolloutManifestConfig.tsx +37 -0
- package/src/pipelines/stages/undoRolloutManifest/UndoRolloutManifestStageForm.tsx +60 -0
- package/src/pipelines/stages/undoRolloutManifest/undoRolloutManifestStage.ts +21 -0
- package/src/pipelines/stages/validators/manifestSelectorValidators.ts +43 -0
- package/src/pipelines/validation/manifestSelector.validator.ts +36 -0
- package/src/rawResource/component/K8sResources.less +9 -0
- package/src/rawResource/component/K8sResources.tsx +112 -0
- package/src/rawResource/component/K8sResourcesFilters.tsx +112 -0
- package/src/rawResource/component/RawResourceUtils.ts +19 -0
- package/src/rawResource/component/group/RawResouceGroup.tsx +41 -0
- package/src/rawResource/component/group/RawResource.less +79 -0
- package/src/rawResource/component/group/RawResource.tsx +51 -0
- package/src/rawResource/component/group/RawResourceDetails.tsx +236 -0
- package/src/rawResource/component/group/RawResourceGroups.tsx +53 -0
- package/src/rawResource/controller/FiltersPubSub.ts +35 -0
- package/src/rawResource/index.ts +1 -0
- package/src/rawResource/model/resource.ts +18 -0
- package/src/rawResource/rawResource.dataSource.ts +39 -0
- package/src/rawResource/rawResource.module.ts +8 -0
- package/src/rawResource/rawResource.states.ts +64 -0
- package/src/resources/ResourceDetails.tsx +121 -0
- package/src/resources/resources.state.ts +45 -0
- package/src/rolloutStrategy/bluegreen.strategy.ts +7 -0
- package/src/rolloutStrategy/highlander.strategy.ts +7 -0
- package/src/rolloutStrategy/index.ts +6 -0
- package/src/rolloutStrategy/none.strategy.ts +8 -0
- package/src/rolloutStrategy/redblack.strategy.ts +7 -0
- package/src/securityGroup/details/details.controller.ts +118 -0
- package/src/securityGroup/details/details.html +91 -0
- package/src/securityGroup/index.ts +1 -0
- package/src/securityGroup/securityGroup.reader.ts +11 -0
- package/src/securityGroup/transformer.ts +19 -0
- package/src/serverGroup/details/details.controller.ts +207 -0
- package/src/serverGroup/details/details.html +153 -0
- package/src/serverGroup/details/resize/resize.controller.ts +73 -0
- package/src/serverGroup/details/resize/resize.html +57 -0
- package/src/serverGroup/index.ts +4 -0
- package/src/serverGroup/serverGroupCommandBuilder.service.ts +18 -0
- package/src/serverGroup/serverGroupTransformer.service.spec.ts +67 -0
- package/src/serverGroup/serverGroupTransformer.service.ts +34 -0
- package/src/serverGroupManager/details/details.controller.ts +191 -0
- package/src/serverGroupManager/details/details.html +136 -0
- package/src/serverGroupManager/index.ts +1 -0
- package/src/validation/applicationName.validator.spec.ts +19 -0
- package/src/validation/applicationName.validator.ts +44 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1663 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## [0.6.2](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.6.1...@spinnaker/kubernetes@0.6.2) (2024-06-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.6.1](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.6.0...@spinnaker/kubernetes@0.6.1) (2024-05-10)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [0.6.0](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.5.2...@spinnaker/kubernetes@0.6.0) (2023-12-07)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* Add feature flag for multi block failure messages. ([#10061](https://github.com/spinnaker/deck/issues/10061)) ([374f724](https://github.com/spinnaker/deck/commit/374f724de221d68030a86e1f6452e3303390339a))
|
|
28
|
+
* Split deployment failure messages. ([#10060](https://github.com/spinnaker/deck/issues/10060)) ([73dda48](https://github.com/spinnaker/deck/commit/73dda48caccd969ef562af3f86bc1f17efbdad7f))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## [0.5.2](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.5.1...@spinnaker/kubernetes@0.5.2) (2023-10-16)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* **kubernetes:** export rollout restart stage so it's actually available for use ([#10037](https://github.com/spinnaker/deck/issues/10037)) ([c19f9ce](https://github.com/spinnaker/deck/commit/c19f9ce9ca411fe16e865d3d3121d497bce93575))
|
|
40
|
+
* **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [0.5.1](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.5.0...@spinnaker/kubernetes@0.5.1) (2023-09-06)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
# [0.5.0](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.4.4...@spinnaker/kubernetes@0.5.0) (2023-07-20)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Features
|
|
58
|
+
|
|
59
|
+
* **kubernetes:** Add Deck stage for Rolling Restart ([#10012](https://github.com/spinnaker/deck/issues/10012)) ([0b0c45f](https://github.com/spinnaker/deck/commit/0b0c45fa077265c83f7d6d495d4607932ed43680))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## [0.4.4](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.4.3...@spinnaker/kubernetes@0.4.4) (2023-06-02)
|
|
66
|
+
|
|
67
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## [0.4.3](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.4.2...@spinnaker/kubernetes@0.4.3) (2023-05-11)
|
|
74
|
+
|
|
75
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## [0.4.2](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.4.1...@spinnaker/kubernetes@0.4.2) (2023-05-03)
|
|
82
|
+
|
|
83
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## [0.4.1](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.4.0...@spinnaker/kubernetes@0.4.1) (2023-04-03)
|
|
90
|
+
|
|
91
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
# [0.4.0](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.3.2...@spinnaker/kubernetes@0.4.0) (2023-02-01)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
### Features
|
|
101
|
+
|
|
102
|
+
* **Blue/Green:** Add warning label and enhance disable/enable manifest stage with Deployment kind. ([#9928](https://github.com/spinnaker/deck/issues/9928)) ([6620787](https://github.com/spinnaker/deck/commit/66207875f1386a3271ced770cd38227b5888c1da))
|
|
103
|
+
* **kubernetes:** Introduce blue/green traffic management strategy ([#9911](https://github.com/spinnaker/deck/issues/9911)) ([9fb85e1](https://github.com/spinnaker/deck/commit/9fb85e13d0e1b00bb1214c6da0a01a88a2b09fd0))
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
## [0.3.2](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.3.1...@spinnaker/kubernetes@0.3.2) (2022-10-21)
|
|
110
|
+
|
|
111
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## [0.3.1](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.3.0...@spinnaker/kubernetes@0.3.1) (2022-10-06)
|
|
118
|
+
|
|
119
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
# [0.3.0](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.16...@spinnaker/kubernetes@0.3.0) (2022-08-03)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Features
|
|
129
|
+
|
|
130
|
+
* **dependencies:** Update vulnerable dependencies ([#9875](https://github.com/spinnaker/deck/issues/9875)) ([bf92932](https://github.com/spinnaker/deck/commit/bf92932c9396a88fb902050b52f504e4ac01aaa0))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## [0.2.16](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.15...@spinnaker/kubernetes@0.2.16) (2022-07-11)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
## [0.2.15](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.14...@spinnaker/kubernetes@0.2.15) (2022-07-01)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
## [0.2.14](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.13...@spinnaker/kubernetes@0.2.14) (2022-06-22)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
## [0.2.13](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.12...@spinnaker/kubernetes@0.2.13) (2022-05-05)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## [0.2.12](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.11...@spinnaker/kubernetes@0.2.12) (2022-04-21)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## [0.2.11](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.10...@spinnaker/kubernetes@0.2.11) (2022-04-09)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
## [0.2.10](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.9...@spinnaker/kubernetes@0.2.10) (2022-03-08)
|
|
185
|
+
|
|
186
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## [0.2.9](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.8...@spinnaker/kubernetes@0.2.9) (2022-01-22)
|
|
193
|
+
|
|
194
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
## [0.2.8](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.7...@spinnaker/kubernetes@0.2.8) (2022-01-12)
|
|
201
|
+
|
|
202
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
## [0.2.7](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.6...@spinnaker/kubernetes@0.2.7) (2021-12-11)
|
|
209
|
+
|
|
210
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
## [0.2.6](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.5...@spinnaker/kubernetes@0.2.6) (2021-12-08)
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
### Bug Fixes
|
|
220
|
+
|
|
221
|
+
* **kubernetes:** add custom links to instance details ([#9702](https://github.com/spinnaker/deck/issues/9702)) ([e68b59c](https://github.com/spinnaker/deck/commit/e68b59c9a771401a235eb55d23e7408c3e6e6537))
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
## [0.2.5](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.4...@spinnaker/kubernetes@0.2.5) (2021-12-01)
|
|
228
|
+
|
|
229
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## [0.2.4](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.3...@spinnaker/kubernetes@0.2.4) (2021-11-12)
|
|
236
|
+
|
|
237
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
## [0.2.3](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.2...@spinnaker/kubernetes@0.2.3) (2021-11-03)
|
|
244
|
+
|
|
245
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
## [0.2.2](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.1...@spinnaker/kubernetes@0.2.2) (2021-10-05)
|
|
252
|
+
|
|
253
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
## [0.2.1](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.2.0...@spinnaker/kubernetes@0.2.1) (2021-10-01)
|
|
260
|
+
|
|
261
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
# [0.2.0](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.102...@spinnaker/kubernetes@0.2.0) (2021-09-30)
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
### Bug Fixes
|
|
271
|
+
|
|
272
|
+
* bump @types/react to 16.14.10 ([bb62b99](https://github.com/spinnaker/deck/commit/bb62b991514c2a81fbdf467c01f3ce7467f71718))
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Features
|
|
276
|
+
|
|
277
|
+
* **aws/infrastructure:** Hide aws ad hoc infrastructure action buttons ([#9712](https://github.com/spinnaker/deck/issues/9712)) ([7202efd](https://github.com/spinnaker/deck/commit/7202efd54ad0b048d5c1f45c24162619b25be844))
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
# [0.1.0](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.102...@spinnaker/kubernetes@0.1.0) (2021-09-30)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Bug Fixes
|
|
287
|
+
|
|
288
|
+
* bump @types/react to 16.14.10 ([bb62b99](https://github.com/spinnaker/deck/commit/bb62b991514c2a81fbdf467c01f3ce7467f71718))
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Features
|
|
292
|
+
|
|
293
|
+
* **aws/infrastructure:** Hide aws ad hoc infrastructure action buttons ([#9712](https://github.com/spinnaker/deck/issues/9712)) ([7202efd](https://github.com/spinnaker/deck/commit/7202efd54ad0b048d5c1f45c24162619b25be844))
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
## [0.0.102](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.101...@spinnaker/kubernetes@0.0.102) (2021-09-29)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
### Bug Fixes
|
|
303
|
+
|
|
304
|
+
* **kubernetes:** hide ad-hoc infrastructure action buttons when spinnaker has multiple accounts ([#9707](https://github.com/spinnaker/deck/issues/9707)) ([337ec29](https://github.com/spinnaker/deck/commit/337ec291494bc8d7ff863cd2a44ce38ab98229c1))
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
## [0.0.101](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.100...@spinnaker/kubernetes@0.0.101) (2021-09-24)
|
|
311
|
+
|
|
312
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
## [0.0.100](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.99...@spinnaker/kubernetes@0.0.100) (2021-09-23)
|
|
319
|
+
|
|
320
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
## [0.0.99](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.98...@spinnaker/kubernetes@0.0.99) (2021-09-23)
|
|
327
|
+
|
|
328
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
## [0.0.98](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.97...@spinnaker/kubernetes@0.0.98) (2021-09-21)
|
|
335
|
+
|
|
336
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
## [0.0.97](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.96...@spinnaker/kubernetes@0.0.97) (2021-09-18)
|
|
343
|
+
|
|
344
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
## [0.0.96](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.95...@spinnaker/kubernetes@0.0.96) (2021-09-18)
|
|
351
|
+
|
|
352
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
## [0.0.95](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.94...@spinnaker/kubernetes@0.0.95) (2021-09-16)
|
|
359
|
+
|
|
360
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
## [0.0.94](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.93...@spinnaker/kubernetes@0.0.94) (2021-09-15)
|
|
367
|
+
|
|
368
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
## [0.0.93](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.92...@spinnaker/kubernetes@0.0.93) (2021-09-14)
|
|
375
|
+
|
|
376
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
## [0.0.92](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.91...@spinnaker/kubernetes@0.0.92) (2021-09-06)
|
|
383
|
+
|
|
384
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
## [0.0.91](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.90...@spinnaker/kubernetes@0.0.91) (2021-09-02)
|
|
391
|
+
|
|
392
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
## [0.0.90](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.89...@spinnaker/kubernetes@0.0.90) (2021-08-30)
|
|
399
|
+
|
|
400
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
## [0.0.89](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.88...@spinnaker/kubernetes@0.0.89) (2021-08-25)
|
|
407
|
+
|
|
408
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
## [0.0.88](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.87...@spinnaker/kubernetes@0.0.88) (2021-08-20)
|
|
415
|
+
|
|
416
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
## [0.0.87](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.86...@spinnaker/kubernetes@0.0.87) (2021-08-18)
|
|
423
|
+
|
|
424
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
## [0.0.86](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.85...@spinnaker/kubernetes@0.0.86) (2021-08-17)
|
|
431
|
+
|
|
432
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
## [0.0.85](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.84...@spinnaker/kubernetes@0.0.85) (2021-08-13)
|
|
439
|
+
|
|
440
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
## [0.0.84](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.83...@spinnaker/kubernetes@0.0.84) (2021-08-10)
|
|
447
|
+
|
|
448
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
## [0.0.83](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.82...@spinnaker/kubernetes@0.0.83) (2021-08-05)
|
|
455
|
+
|
|
456
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
## [0.0.82](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.81...@spinnaker/kubernetes@0.0.82) (2021-08-02)
|
|
463
|
+
|
|
464
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
## [0.0.81](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.80...@spinnaker/kubernetes@0.0.81) (2021-07-30)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
### Bug Fixes
|
|
474
|
+
|
|
475
|
+
* **build:** Upgrade uirouter/react version ([cc5004b](https://github.com/spinnaker/deck/commit/cc5004bfded32642553077346c19e34820d24ae7))
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
## [0.0.80](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.79...@spinnaker/kubernetes@0.0.80) (2021-07-26)
|
|
482
|
+
|
|
483
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
## [0.0.79](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.78...@spinnaker/kubernetes@0.0.79) (2021-07-22)
|
|
490
|
+
|
|
491
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
## [0.0.78](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.76...@spinnaker/kubernetes@0.0.78) (2021-07-22)
|
|
498
|
+
|
|
499
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
## [0.0.77](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.76...@spinnaker/kubernetes@0.0.77) (2021-07-22)
|
|
506
|
+
|
|
507
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
## [0.0.76](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.71...@spinnaker/kubernetes@0.0.76) (2021-07-19)
|
|
514
|
+
|
|
515
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
## [0.0.75](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.71...@spinnaker/kubernetes@0.0.75) (2021-07-19)
|
|
522
|
+
|
|
523
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
## [0.0.74](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.71...@spinnaker/kubernetes@0.0.74) (2021-07-19)
|
|
530
|
+
|
|
531
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
## [0.0.73](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.71...@spinnaker/kubernetes@0.0.73) (2021-07-19)
|
|
538
|
+
|
|
539
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
## [0.0.72](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.0.71...@spinnaker/kubernetes@0.0.72) (2021-07-19)
|
|
546
|
+
|
|
547
|
+
**Note:** Version bump only for package @spinnaker/kubernetes
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
## 0.0.71 (2021-07-17)
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
### Bug Fixes
|
|
557
|
+
|
|
558
|
+
* **publishing:** Auto approve instead of adding "ready to merge" label ([51f536c](https://github.com/spinnaker/deck/commit/51f536c275e77854d8f173aeec86412ffbd66b6d))
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
## [0.0.69](https://www.github.com/spinnaker/deck/compare/65f383b53a83b9bdaab16fe9cdf137c92b5bade8...425007f657d8a57751c3fad4bf67c9e1e167b2c9) (2021-07-01)
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Changes
|
|
569
|
+
|
|
570
|
+
chore(kubernetes): publish kubernetes@0.0.69 ([425007f6](https://github.com/spinnaker/deck/commit/425007f657d8a57751c3fad4bf67c9e1e167b2c9))
|
|
571
|
+
chore(all): Remove ng template cache for webpack ([be6df680](https://github.com/spinnaker/deck/commit/be6df680689e0624b27635bc875d0b4390a3bc4a))
|
|
572
|
+
chore(build): Integrate with yarn workspaces ([e30e631b](https://github.com/spinnaker/deck/commit/e30e631b128bd1c8bfef3a48643ce0b4f9935f1d))
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
## [0.0.68](https://www.github.com/spinnaker/deck/compare/f0e17f4dcf4d6ce74366cbf01f1d0d8689a71d35...65f383b53a83b9bdaab16fe9cdf137c92b5bade8) (2021-06-14)
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Changes
|
|
580
|
+
|
|
581
|
+
chore(kubernetes): publish kubernetes@0.0.68 ([65f383b5](https://github.com/spinnaker/deck/commit/65f383b53a83b9bdaab16fe9cdf137c92b5bade8))
|
|
582
|
+
refactor(packages): Migrate packages to make them independent ([38b5fa17](https://github.com/spinnaker/deck/commit/38b5fa17d82a1a032e84e6c3f51c806b5d6901b8))
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
## [0.0.67](https://www.github.com/spinnaker/deck/compare/d0d30d4d7c39a33a26f685ee56e2a86a0b7ec108...f0e17f4dcf4d6ce74366cbf01f1d0d8689a71d35) (2021-06-10)
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Changes
|
|
590
|
+
|
|
591
|
+
chore(kubernetes): publish kubernetes@0.0.67 ([f0e17f4d](https://github.com/spinnaker/deck/commit/f0e17f4dcf4d6ce74366cbf01f1d0d8689a71d35))
|
|
592
|
+
fix(containerlogs): add ability to view multiple pod logs [#9107](https://github.com/spinnaker/deck/pull/9107) ([2bb6960a](https://github.com/spinnaker/deck/commit/2bb6960af31695b594727a99bb3e379909b58e42))
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
## [0.0.66](https://www.github.com/spinnaker/deck/compare/48ccb2edc460f1c59ee58085aa1132c42afc2109...d0d30d4d7c39a33a26f685ee56e2a86a0b7ec108) (2021-06-10)
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Changes
|
|
600
|
+
|
|
601
|
+
chore(kubernetes): publish kubernetes@0.0.66 ([d0d30d4d](https://github.com/spinnaker/deck/commit/d0d30d4d7c39a33a26f685ee56e2a86a0b7ec108))
|
|
602
|
+
fix(build): Fix distribution dir ([eb87451a](https://github.com/spinnaker/deck/commit/eb87451afb8a4696a4c6d76589cb95d8b4192398))
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
## [0.0.65](https://www.github.com/spinnaker/deck/compare/3a633ffea153d71ccb43a503984fc7e798feb554...48ccb2edc460f1c59ee58085aa1132c42afc2109) (2021-06-02)
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
### Changes
|
|
610
|
+
|
|
611
|
+
chore(kubernetes): publish kubernetes@0.0.65 ([48ccb2ed](https://github.com/spinnaker/deck/commit/48ccb2edc460f1c59ee58085aa1132c42afc2109))
|
|
612
|
+
feat(kubernetes/job): Use mostRecentPodName from response [#9170](https://github.com/spinnaker/deck/pull/9170) ([8a1c8557](https://github.com/spinnaker/deck/commit/8a1c8557fbaf94dafb250cc0e9e66baa557e0574))
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
## [0.0.64](https://www.github.com/spinnaker/deck/compare/056e4780185737745245421069acf5b68676e8f7...3a633ffea153d71ccb43a503984fc7e798feb554) (2021-05-27)
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
### Changes
|
|
620
|
+
|
|
621
|
+
chore(kubernetes): publish kubernetes@0.0.64 ([3a633ffe](https://github.com/spinnaker/deck/commit/3a633ffea153d71ccb43a503984fc7e798feb554))
|
|
622
|
+
feat(core): add google analytics to logger [#9246](https://github.com/spinnaker/deck/pull/9246) ([50e06cb4](https://github.com/spinnaker/deck/commit/50e06cb421402b4c36fbb0810c4704061aefcd71))
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
## [0.0.63](https://www.github.com/spinnaker/deck/compare/c7186ff5bd7eafd7ec096b36f08f8ea41e807f24...056e4780185737745245421069acf5b68676e8f7) (2021-05-12)
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
### Changes
|
|
630
|
+
|
|
631
|
+
chore(kubernetes): publish kubernetes@0.0.63 ([056e4780](https://github.com/spinnaker/deck/commit/056e4780185737745245421069acf5b68676e8f7))
|
|
632
|
+
refactor(core): Convert AddEntityTagLinks to React [#9147](https://github.com/spinnaker/deck/pull/9147) ([39fa7730](https://github.com/spinnaker/deck/commit/39fa77303b75ca6e5b0af96d1e011bcff452cede))
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
## [0.0.62](https://www.github.com/spinnaker/deck/compare/e200c15f7c9c6fdb9bba846b69692a4aa41e24f4...c7186ff5bd7eafd7ec096b36f08f8ea41e807f24) (2021-04-29)
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Changes
|
|
640
|
+
|
|
641
|
+
chore(kubernetes): publish kubernetes@0.0.62 ([c7186ff5](https://github.com/spinnaker/deck/commit/c7186ff5bd7eafd7ec096b36f08f8ea41e807f24))
|
|
642
|
+
chore(rxjs): Remove now unused imports of Observable from 'rxjs' ([a4fc97f3](https://github.com/spinnaker/deck/commit/a4fc97f3abfa4395079e70c52e856dad4d0ecc68))
|
|
643
|
+
chore(rxjs): Run rxjs 5-to-6 migration tooling ([c11835cf](https://github.com/spinnaker/deck/commit/c11835cfef079d5d6af8dcfbafa4fe416a059a3e))
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
## [0.0.61](https://www.github.com/spinnaker/deck/compare/f1a136e10b19bcc3c4ffce7971e8738966fd0280...e200c15f7c9c6fdb9bba846b69692a4aa41e24f4) (2021-04-21)
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
### Changes
|
|
651
|
+
|
|
652
|
+
chore(kubernetes): publish kubernetes@0.0.61 ([e200c15f](https://github.com/spinnaker/deck/commit/e200c15f7c9c6fdb9bba846b69692a4aa41e24f4))
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
## [0.0.60](https://www.github.com/spinnaker/deck/compare/5499bf534d092c8efc990a1c30da522441680a9c...f1a136e10b19bcc3c4ffce7971e8738966fd0280) (2021-04-21)
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
### Changes
|
|
660
|
+
|
|
661
|
+
chore(kubernetes): publish kubernetes@0.0.60 ([f1a136e1](https://github.com/spinnaker/deck/commit/f1a136e10b19bcc3c4ffce7971e8738966fd0280))
|
|
662
|
+
Remove webpack modules + webpack consolidation [#9097](https://github.com/spinnaker/deck/pull/9097) ([00145566](https://github.com/spinnaker/deck/commit/001455667f2afb5c728737863f7365fc4fcbb76b))
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
## [0.0.59](https://www.github.com/spinnaker/deck/compare/a4dec8d03bfa1ce3dabe42f77a051b385d00faec...5499bf534d092c8efc990a1c30da522441680a9c) (2021-04-06)
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
### Changes
|
|
670
|
+
|
|
671
|
+
chore(kubernetes): publish kubernetes@0.0.59 ([5499bf53](https://github.com/spinnaker/deck/commit/5499bf534d092c8efc990a1c30da522441680a9c))
|
|
672
|
+
feat(infrastructure/buttons): Add a new property configurable on sett… [#7822](https://github.com/spinnaker/deck/pull/7822) ([0bb92635](https://github.com/spinnaker/deck/commit/0bb9263502188fcbadd4b1d1218f345229e0d184))
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
## [0.0.58](https://www.github.com/spinnaker/deck/compare/7e4157067d8eb50ca6f1712340e6d75d57c8fe02...a4dec8d03bfa1ce3dabe42f77a051b385d00faec) (2021-02-22)
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
### Changes
|
|
680
|
+
|
|
681
|
+
chore(kubernetes): publish kubernetes@0.0.58 ([a4dec8d0](https://github.com/spinnaker/deck/commit/a4dec8d03bfa1ce3dabe42f77a051b385d00faec))
|
|
682
|
+
chore(lint): Sort import statements ([cca56eaa](https://github.com/spinnaker/deck/commit/cca56eaaeeb412b7596c68a1260eefed7fbf6fed))
|
|
683
|
+
chore(prettier): Format code using prettier ([b6364c82](https://github.com/spinnaker/deck/commit/b6364c820c106ee54e5bd5770e44c81fa3af06e9))
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
## [0.0.57](https://www.github.com/spinnaker/deck/compare/10819ac9798e51646412a85319e9af73ad8c77dd...7e4157067d8eb50ca6f1712340e6d75d57c8fe02) (2021-01-13)
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
### Changes
|
|
691
|
+
|
|
692
|
+
chore(kubernetes): publish kubernetes@0.0.57 ([7e415706](https://github.com/spinnaker/deck/commit/7e4157067d8eb50ca6f1712340e6d75d57c8fe02))
|
|
693
|
+
feat(kubernetes): Raw resources UI MVP [#8800](https://github.com/spinnaker/deck/pull/8800) ([c7eb9f4e](https://github.com/spinnaker/deck/commit/c7eb9f4eca327360aa419d910d4d1aade094603a))
|
|
694
|
+
fix(kubernetes): Fix details link on pipeline deploy status for global resources [#8802](https://github.com/spinnaker/deck/pull/8802) ([a59e0f5b](https://github.com/spinnaker/deck/commit/a59e0f5bde7a7abc35277cbca127ab50ef10fc81))
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
## [0.0.56](https://www.github.com/spinnaker/deck/compare/332d441498c2beaf447cd14f1edc533abc245d79...10819ac9798e51646412a85319e9af73ad8c77dd) (2020-11-07)
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
### Changes
|
|
702
|
+
|
|
703
|
+
chore(kubernetes): publish kubernetes@0.0.56 ([10819ac9](https://github.com/spinnaker/deck/commit/10819ac9798e51646412a85319e9af73ad8c77dd))
|
|
704
|
+
refactor(core/instance): Create generic header for instance details panel [#8706](https://github.com/spinnaker/deck/pull/8706) ([37483823](https://github.com/spinnaker/deck/commit/37483823071dfbc76491b77004c5435479207cc6))
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
## [0.0.55](https://www.github.com/spinnaker/deck/compare/c1c3d5f7884719fbe59c1e6a557bfdf93364f155...332d441498c2beaf447cd14f1edc533abc245d79) (2020-10-28)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
### Changes
|
|
712
|
+
|
|
713
|
+
chore(kubernetes): publish kubernetes@0.0.55 ([332d4414](https://github.com/spinnaker/deck/commit/332d441498c2beaf447cd14f1edc533abc245d79))
|
|
714
|
+
fix(promiselike): Revert typeRoots tsconfig change, move types to src/types and add KLUDGE to expose them in the @spinnaker/core bundle ([a929d3fa](https://github.com/spinnaker/deck/commit/a929d3fa4db978aaf7b6d8ada12abc5b03403821))
|
|
715
|
+
chore(PromiseLike): Migrate remaining IPromise typings to PromiseLike ([2c0d0f68](https://github.com/spinnaker/deck/commit/2c0d0f6814689d93820eab4e97e5d89f98a61cc5))
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
## [0.0.54](https://www.github.com/spinnaker/deck/compare/47a8002877ce304ce51f928214e6b3b60820fc6c...c1c3d5f7884719fbe59c1e6a557bfdf93364f155) (2020-10-28)
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Changes
|
|
723
|
+
|
|
724
|
+
chore(kubernetes): publish kubernetes@0.0.54 ([c1c3d5f7](https://github.com/spinnaker/deck/commit/c1c3d5f7884719fbe59c1e6a557bfdf93364f155))
|
|
725
|
+
chore(promiselike): Migrate more code away from angularjs IPromise to PromiseLike [#8687](https://github.com/spinnaker/deck/pull/8687) ([1df3daa8](https://github.com/spinnaker/deck/commit/1df3daa88209e885abb3d528edae4a942a060afb))
|
|
726
|
+
chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149 [#8680](https://github.com/spinnaker/deck/pull/8680) ([47a80028](https://github.com/spinnaker/deck/commit/47a8002877ce304ce51f928214e6b3b60820fc6c))
|
|
727
|
+
chore(modules): Reformat package.json with prettier [#8679](https://github.com/spinnaker/deck/pull/8679) ([0b1e2977](https://github.com/spinnaker/deck/commit/0b1e29778521da03673dc2aff083e490164ce616))
|
|
728
|
+
Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" [#8678](https://github.com/spinnaker/deck/pull/8678) ([a220af58](https://github.com/spinnaker/deck/commit/a220af588e194762757be534cce2d7ae9dc508d5))
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
## [0.0.53](https://www.github.com/spinnaker/deck/compare/a220af588e194762757be534cce2d7ae9dc508d5...47a8002877ce304ce51f928214e6b3b60820fc6c) (2020-10-26)
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
### Changes
|
|
736
|
+
|
|
737
|
+
chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149 [#8680](https://github.com/spinnaker/deck/pull/8680) ([47a80028](https://github.com/spinnaker/deck/commit/47a8002877ce304ce51f928214e6b3b60820fc6c))
|
|
738
|
+
chore(modules): Reformat package.json with prettier [#8679](https://github.com/spinnaker/deck/pull/8679) ([0b1e2977](https://github.com/spinnaker/deck/commit/0b1e29778521da03673dc2aff083e490164ce616))
|
|
739
|
+
Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" [#8678](https://github.com/spinnaker/deck/pull/8678) ([a220af58](https://github.com/spinnaker/deck/commit/a220af588e194762757be534cce2d7ae9dc508d5))
|
|
740
|
+
chore(kubernetes): publish kubernetes@0.0.53 ([450e7cb7](https://github.com/spinnaker/deck/commit/450e7cb71c60ca8d4de1caf904b0ac5c3c03cbce))
|
|
741
|
+
chore(PromiseLike): Migrate code from IPromise types to PromiseLike ([553be66f](https://github.com/spinnaker/deck/commit/553be66f1c2757e0bb5ecfd595986697f245c041))
|
|
742
|
+
feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports ([e622a534](https://github.com/spinnaker/deck/commit/e622a5348f614ee8615fab13082ac5f2fdd95960))
|
|
743
|
+
chore(package): In packages, do not use webpack to typecheck [#8670](https://github.com/spinnaker/deck/pull/8670) ([8b3c134d](https://github.com/spinnaker/deck/commit/8b3c134d1ab82610611a194917cf5958047e1cc3))
|
|
744
|
+
chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) [#8668](https://github.com/spinnaker/deck/pull/8668) ([231f7818](https://github.com/spinnaker/deck/commit/231f7818895e7e2a12bb3591a2112559e07ee01d))
|
|
745
|
+
fix(kubernetes): remove unneeded application validation warning [#8662](https://github.com/spinnaker/deck/pull/8662) ([67c0d3d1](https://github.com/spinnaker/deck/commit/67c0d3d195bdc89545b4e923081658499b7fed4e))
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
## [0.0.52](https://www.github.com/spinnaker/deck/compare/450e7cb71c60ca8d4de1caf904b0ac5c3c03cbce...a220af588e194762757be534cce2d7ae9dc508d5) (2020-10-26)
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
### Changes
|
|
753
|
+
|
|
754
|
+
Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" [#8678](https://github.com/spinnaker/deck/pull/8678) ([a220af58](https://github.com/spinnaker/deck/commit/a220af588e194762757be534cce2d7ae9dc508d5))
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
## [0.0.53](https://www.github.com/spinnaker/deck/compare/4b79b4d75628bc74b91b72980f0a5e8ba479335e...450e7cb71c60ca8d4de1caf904b0ac5c3c03cbce) (2020-10-26)
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
### Changes
|
|
762
|
+
|
|
763
|
+
chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149 [#8680](https://github.com/spinnaker/deck/pull/8680) ([47a80028](https://github.com/spinnaker/deck/commit/47a8002877ce304ce51f928214e6b3b60820fc6c))
|
|
764
|
+
chore(modules): Reformat package.json with prettier [#8679](https://github.com/spinnaker/deck/pull/8679) ([0b1e2977](https://github.com/spinnaker/deck/commit/0b1e29778521da03673dc2aff083e490164ce616))
|
|
765
|
+
Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" [#8678](https://github.com/spinnaker/deck/pull/8678) ([a220af58](https://github.com/spinnaker/deck/commit/a220af588e194762757be534cce2d7ae9dc508d5))
|
|
766
|
+
chore(kubernetes): publish kubernetes@0.0.53 ([450e7cb7](https://github.com/spinnaker/deck/commit/450e7cb71c60ca8d4de1caf904b0ac5c3c03cbce))
|
|
767
|
+
chore(PromiseLike): Migrate code from IPromise types to PromiseLike ([553be66f](https://github.com/spinnaker/deck/commit/553be66f1c2757e0bb5ecfd595986697f245c041))
|
|
768
|
+
feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports ([e622a534](https://github.com/spinnaker/deck/commit/e622a5348f614ee8615fab13082ac5f2fdd95960))
|
|
769
|
+
chore(package): In packages, do not use webpack to typecheck [#8670](https://github.com/spinnaker/deck/pull/8670) ([8b3c134d](https://github.com/spinnaker/deck/commit/8b3c134d1ab82610611a194917cf5958047e1cc3))
|
|
770
|
+
chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) [#8668](https://github.com/spinnaker/deck/pull/8668) ([231f7818](https://github.com/spinnaker/deck/commit/231f7818895e7e2a12bb3591a2112559e07ee01d))
|
|
771
|
+
fix(kubernetes): remove unneeded application validation warning [#8662](https://github.com/spinnaker/deck/pull/8662) ([67c0d3d1](https://github.com/spinnaker/deck/commit/67c0d3d195bdc89545b4e923081658499b7fed4e))
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
## [0.0.52](https://www.github.com/spinnaker/deck/compare/34e523f3219b0db78f61a2d5723525bc60a676b9...4b79b4d75628bc74b91b72980f0a5e8ba479335e) (2020-10-12)
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
### Changes
|
|
779
|
+
|
|
780
|
+
Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" [#8678](https://github.com/spinnaker/deck/pull/8678) ([a220af58](https://github.com/spinnaker/deck/commit/a220af588e194762757be534cce2d7ae9dc508d5))
|
|
781
|
+
chore(kubernetes): publish kubernetes@0.0.53 ([450e7cb7](https://github.com/spinnaker/deck/commit/450e7cb71c60ca8d4de1caf904b0ac5c3c03cbce))
|
|
782
|
+
chore(PromiseLike): Migrate code from IPromise types to PromiseLike ([553be66f](https://github.com/spinnaker/deck/commit/553be66f1c2757e0bb5ecfd595986697f245c041))
|
|
783
|
+
feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports ([e622a534](https://github.com/spinnaker/deck/commit/e622a5348f614ee8615fab13082ac5f2fdd95960))
|
|
784
|
+
chore(package): In packages, do not use webpack to typecheck [#8670](https://github.com/spinnaker/deck/pull/8670) ([8b3c134d](https://github.com/spinnaker/deck/commit/8b3c134d1ab82610611a194917cf5958047e1cc3))
|
|
785
|
+
chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) [#8668](https://github.com/spinnaker/deck/pull/8668) ([231f7818](https://github.com/spinnaker/deck/commit/231f7818895e7e2a12bb3591a2112559e07ee01d))
|
|
786
|
+
fix(kubernetes): remove unneeded application validation warning [#8662](https://github.com/spinnaker/deck/pull/8662) ([67c0d3d1](https://github.com/spinnaker/deck/commit/67c0d3d195bdc89545b4e923081658499b7fed4e))
|
|
787
|
+
chore(package): amazon@0.0.272 appengine@0.0.20 azure@0.0.258 cloudfoundry@0.0.104 core@0.0.519 docker@0.0.63 ecs@0.0.266 google@0.0.24 huaweicloud@0.0.6 kubernetes@0.0.52 oracle@0.0.12 tencentcloud@0.0.9 titus@0.0.148 [#8647](https://github.com/spinnaker/deck/pull/8647) ([4b79b4d7](https://github.com/spinnaker/deck/commit/4b79b4d75628bc74b91b72980f0a5e8ba479335e))
|
|
788
|
+
chore(prettier): Just Update Prettier™ [#8644](https://github.com/spinnaker/deck/pull/8644) ([8532bdd4](https://github.com/spinnaker/deck/commit/8532bdd4c08d59c38a0adde70ccac4f163c9dd97))
|
|
789
|
+
chore(lint): eslint --fix react2angular-with-error-boundary ([defaf19b](https://github.com/spinnaker/deck/commit/defaf19b5f11f8cce70e14fa1cdd52e88e6de0fd))
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
## [0.0.51](https://www.github.com/spinnaker/deck/compare/2273dee2b3668ba105a34a062da669cdf7c207c5...34e523f3219b0db78f61a2d5723525bc60a676b9) (2020-09-28)
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
### Changes
|
|
797
|
+
|
|
798
|
+
chore(package): core@0.0.512 kubernetes@0.0.51 [#8605](https://github.com/spinnaker/deck/pull/8605) ([34e523f3](https://github.com/spinnaker/deck/commit/34e523f3219b0db78f61a2d5723525bc60a676b9))
|
|
799
|
+
fix(kubernetes): Hide load balancers stage from Kubernetes provider [#8598](https://github.com/spinnaker/deck/pull/8598) ([15b6ec62](https://github.com/spinnaker/deck/commit/15b6ec62e957ed410ab46647bbc711f1d195a04c))
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
## [0.0.50](https://www.github.com/spinnaker/deck/compare/e2dad1f3cc64fd58283c1f8d27031be35610d663...2273dee2b3668ba105a34a062da669cdf7c207c5) (2020-09-23)
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
### Changes
|
|
807
|
+
|
|
808
|
+
chore(package): amazon@0.0.267 appengine@0.0.18 azure@0.0.254 cloudfoundry@0.0.99 core@0.0.510 ecs@0.0.264 google@0.0.20 kubernetes@0.0.50 oracle@0.0.8 tencentcloud@0.0.5 titus@0.0.144 [#8591](https://github.com/spinnaker/deck/pull/8591) ([2273dee2](https://github.com/spinnaker/deck/commit/2273dee2b3668ba105a34a062da669cdf7c207c5))
|
|
809
|
+
feat(core/*): Deck layout optimizations [#8556](https://github.com/spinnaker/deck/pull/8556) ([2588b7f3](https://github.com/spinnaker/deck/commit/2588b7f3e1ecbfd590e7cc87a225bbfd056449e3))
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
## [0.0.49](https://www.github.com/spinnaker/deck/compare/ced77a7453a0ffab5a14c38943288138fdcb084b...e2dad1f3cc64fd58283c1f8d27031be35610d663) (2020-09-18)
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
### Changes
|
|
817
|
+
|
|
818
|
+
chore(package): appengine@0.0.17 core@0.0.508 ecs@0.0.263 kubernetes@0.0.49 titus@0.0.143 [#8577](https://github.com/spinnaker/deck/pull/8577) ([e2dad1f3](https://github.com/spinnaker/deck/commit/e2dad1f3cc64fd58283c1f8d27031be35610d663))
|
|
819
|
+
fix(kubernetes/serverGroup): use the actual server group manager's kind in name [#8570](https://github.com/spinnaker/deck/pull/8570) ([02085ce1](https://github.com/spinnaker/deck/commit/02085ce1ced2ac8bba846bb853545ec04b293b61))
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
## [0.0.48](https://www.github.com/spinnaker/deck/compare/51eb36e35e0e1da2d0a76be9f9aef60525cb554c...ced77a7453a0ffab5a14c38943288138fdcb084b) (2020-08-25)
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
### Changes
|
|
827
|
+
|
|
828
|
+
chore(package): publish amazon 0.0.263 appengine 0.0.15 azure 0.0.253 cloudfoundry 0.0.97 core 0.0.504 docker 0.0.59 ecs 0.0.261 google 0.0.19 huaweicloud 0.0.5 kubernetes 0.0.48 oracle 0.0.7 tencentcloud 0.0.4 titus 0.0.140 [#8520](https://github.com/spinnaker/deck/pull/8520) ([ced77a74](https://github.com/spinnaker/deck/commit/ced77a7453a0ffab5a14c38943288138fdcb084b))
|
|
829
|
+
chore(licenses): add license metadata to npm packages [#8512](https://github.com/spinnaker/deck/pull/8512) ([d4afa1bf](https://github.com/spinnaker/deck/commit/d4afa1bf2328cc91cf3195f810073b0b4726b3b5))
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
## [0.0.47](https://www.github.com/spinnaker/deck/compare/c026603a590fee1234a79543fd0c8704373ac330...51eb36e35e0e1da2d0a76be9f9aef60525cb554c) (2020-08-20)
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
### Changes
|
|
837
|
+
|
|
838
|
+
chore(package): publish core 0.0.502 ecs 0.0.260 google 0.0.18 kubernetes 0.0.47 [#8510](https://github.com/spinnaker/deck/pull/8510) ([51eb36e3](https://github.com/spinnaker/deck/commit/51eb36e35e0e1da2d0a76be9f9aef60525cb554c))
|
|
839
|
+
fix(RunJobStage): Add restartability to Kubernetes RunJobStage [#8508](https://github.com/spinnaker/deck/pull/8508) ([7c7896d0](https://github.com/spinnaker/deck/commit/7c7896d0c071686473088a6c9b0bf26fad9bd9ae))
|
|
840
|
+
perf(kubernetes): Send server group and firewall requests in parallel [#8500](https://github.com/spinnaker/deck/pull/8500) ([577d2570](https://github.com/spinnaker/deck/commit/577d2570adf50ca8c8dc11a8d8165d63dc06b5b6))
|
|
841
|
+
perf(kubernetes): Load manifest and instance details in parallel [#8499](https://github.com/spinnaker/deck/pull/8499) ([d599cfbc](https://github.com/spinnaker/deck/commit/d599cfbc6b1b2a08290340ef3bab45cfc0f7f73f))
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
## [0.0.46](https://www.github.com/spinnaker/deck/compare/aaa2c130cb267d68a0a2aab6424c735d74b2bbfa...c026603a590fee1234a79543fd0c8704373ac330) (2020-08-11)
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
### Changes
|
|
849
|
+
|
|
850
|
+
chore(package): publish core 0.0.501 kubernetes 0.0.46 [#8489](https://github.com/spinnaker/deck/pull/8489) ([c026603a](https://github.com/spinnaker/deck/commit/c026603a590fee1234a79543fd0c8704373ac330))
|
|
851
|
+
fix(kubernetes): do not self-close element in angular template [#8487](https://github.com/spinnaker/deck/pull/8487) ([6a2fe671](https://github.com/spinnaker/deck/commit/6a2fe671da0f65dda86a08299bfdd323a3487d00))
|
|
852
|
+
fix(kubernetes): add nullable createdTime to base resource interface [#8486](https://github.com/spinnaker/deck/pull/8486) ([b88e0def](https://github.com/spinnaker/deck/commit/b88e0deffdff6668cb5785037964f82e197dad52))
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
## [0.0.45](https://www.github.com/spinnaker/deck/compare/dcb8ceff74e7013d20a85bd8ac747b453d40bfe5...aaa2c130cb267d68a0a2aab6424c735d74b2bbfa) (2020-08-05)
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
### Changes
|
|
860
|
+
|
|
861
|
+
chore(package): publish amazon 0.0.261 core 0.0.498 kubernetes 0.0.45 [#8471](https://github.com/spinnaker/deck/pull/8471) ([aaa2c130](https://github.com/spinnaker/deck/commit/aaa2c130cb267d68a0a2aab6424c735d74b2bbfa))
|
|
862
|
+
refactor(kubernetes/pipelines): clean up ManifestStatus and DeployStatus components. [#8466](https://github.com/spinnaker/deck/pull/8466) ([d81b99c7](https://github.com/spinnaker/deck/commit/d81b99c7f9d22c160d1c5fbd35fc6e269f65e4a0))
|
|
863
|
+
fix(kubernetes): Don't overwrite namespace on instance [#8464](https://github.com/spinnaker/deck/pull/8464) ([9c999ce4](https://github.com/spinnaker/deck/commit/9c999ce4f6b73088450b9fb60b312e8ad51e1705))
|
|
864
|
+
refactor(kubernetes): remove some unused code [#8458](https://github.com/spinnaker/deck/pull/8458) ([95032582](https://github.com/spinnaker/deck/commit/9503258248de77a0b7193b9f7d30e71d48ea8484))
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
## [0.0.44](https://www.github.com/spinnaker/deck/compare/a7312539380a95562d28028c4a52768d81892725...dcb8ceff74e7013d20a85bd8ac747b453d40bfe5) (2020-07-31)
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
### Changes
|
|
872
|
+
|
|
873
|
+
chore(package): publish amazon 0.0.260 appengine 0.0.14 core 0.0.497 kubernetes 0.0.44 titus 0.0.139 [#8457](https://github.com/spinnaker/deck/pull/8457) ([dcb8ceff](https://github.com/spinnaker/deck/commit/dcb8ceff74e7013d20a85bd8ac747b453d40bfe5))
|
|
874
|
+
refactor(kubernetes): do not augment infrastructure data with manifest data [#8452](https://github.com/spinnaker/deck/pull/8452) ([1d14327a](https://github.com/spinnaker/deck/commit/1d14327aff787219fc5b5264b01821a2592a7cfa))
|
|
875
|
+
refactor(kubernetes): clean up infrastructure interfaces [#8450](https://github.com/spinnaker/deck/pull/8450) ([30a07842](https://github.com/spinnaker/deck/commit/30a07842244b1871be0ade3c2cfde1e92f92d98f))
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
## [0.0.43](https://www.github.com/spinnaker/deck/compare/727819f85d73c307f065336fe608060de438ec7b...a7312539380a95562d28028c4a52768d81892725) (2020-07-29)
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
### Changes
|
|
883
|
+
|
|
884
|
+
chore(package): publish core 0.0.495 kubernetes 0.0.43 [#8443](https://github.com/spinnaker/deck/pull/8443) ([a7312539](https://github.com/spinnaker/deck/commit/a7312539380a95562d28028c4a52768d81892725))
|
|
885
|
+
refactor(kubernetes): exclude manifest from infrastructure interfaces [#8438](https://github.com/spinnaker/deck/pull/8438) ([ef176f0c](https://github.com/spinnaker/deck/commit/ef176f0c6eee6cc818f8c2ae714d918d6a85b224))
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
## [0.0.42](https://www.github.com/spinnaker/deck/compare/db2a3d25e126c6d318bedafbcef8ca058188ac98...727819f85d73c307f065336fe608060de438ec7b) (2020-06-29)
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
### Changes
|
|
893
|
+
|
|
894
|
+
chore(package): publish core 0.0.484 google 0.0.15 kubernetes 0.0.42 ([727819f8](https://github.com/spinnaker/deck/commit/727819f85d73c307f065336fe608060de438ec7b))
|
|
895
|
+
feat(kubernetes): Add host rules to the ingress information [#8363](https://github.com/spinnaker/deck/pull/8363) ([ffbdfca7](https://github.com/spinnaker/deck/commit/ffbdfca70c5fde44c19d6786bb83d14d84c7cbfb))
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
## [0.0.41](https://www.github.com/spinnaker/deck/compare/c881a42c3516e4b69594f8055df2d3d7995292af...db2a3d25e126c6d318bedafbcef8ca058188ac98) (2020-06-22)
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
### Changes
|
|
903
|
+
|
|
904
|
+
chore(package): publish appengine 0.0.13 core 0.0.481 ecs 0.0.259 kubernetes 0.0.41 [#8364](https://github.com/spinnaker/deck/pull/8364) ([db2a3d25](https://github.com/spinnaker/deck/commit/db2a3d25e126c6d318bedafbcef8ca058188ac98))
|
|
905
|
+
fix(*): Use allowlist and denylist [#8351](https://github.com/spinnaker/deck/pull/8351) ([579560d5](https://github.com/spinnaker/deck/commit/579560d50fe6811c8525e5f287c79e12928d1b46))
|
|
906
|
+
feat(kubernetes): Add deployment status to Run Job stage UI [#8331](https://github.com/spinnaker/deck/pull/8331) ([4b43e56c](https://github.com/spinnaker/deck/commit/4b43e56c93b60f71c08393fbd247fa226777125c))
|
|
907
|
+
refactor(kubernetes/oracle): remove unread kubernetes/settings.ts and oracle defaults [#8321](https://github.com/spinnaker/deck/pull/8321) ([7bb785c1](https://github.com/spinnaker/deck/commit/7bb785c1b523e6ac420abe2292b7ce95d47e7e39))
|
|
908
|
+
refactor(halyard): clean up halconfig/settings and mark as deprecated [#8312](https://github.com/spinnaker/deck/pull/8312) ([2cc69009](https://github.com/spinnaker/deck/commit/2cc690091189d4e6ffdf8a214f537e69101c781a))
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
## [0.0.40](https://www.github.com/spinnaker/deck/compare/9113047e6647a0bd8bafd7cdb20125fa91492cb5...c881a42c3516e4b69594f8055df2d3d7995292af) (2020-05-18)
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
### Changes
|
|
916
|
+
|
|
917
|
+
chore(package): publish amazon 0.0.254 appengine 0.0.12 core 0.0.477 ecs 0.0.258 google 0.0.14 kubernetes 0.0.40 [#8294](https://github.com/spinnaker/deck/pull/8294) ([c881a42c](https://github.com/spinnaker/deck/commit/c881a42c3516e4b69594f8055df2d3d7995292af))
|
|
918
|
+
refactor(core): legacy artifacts cleanup [#8273](https://github.com/spinnaker/deck/pull/8273) ([f4d41551](https://github.com/spinnaker/deck/commit/f4d415518dd553263ca63f4641ff19facef79464))
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
## [0.0.39](https://www.github.com/spinnaker/deck/compare/55855252f72d540ddef6ca6c7e2f2222a89ef376...9113047e6647a0bd8bafd7cdb20125fa91492cb5) (2020-05-11)
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
### Changes
|
|
926
|
+
|
|
927
|
+
chore(package): publish amazon 0.0.253 core 0.0.475 kubernetes 0.0.39 [#8270](https://github.com/spinnaker/deck/pull/8270) ([9113047e](https://github.com/spinnaker/deck/commit/9113047e6647a0bd8bafd7cdb20125fa91492cb5))
|
|
928
|
+
refactor(core): remove `skin` and `providerVersion` [#8263](https://github.com/spinnaker/deck/pull/8263) ([72af6cc4](https://github.com/spinnaker/deck/commit/72af6cc495cf9f82634f62631bba1f7b6e148eb7))
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
## [0.0.38](https://www.github.com/spinnaker/deck/compare/f227aa8ec00fffe63e39abc75b9c504180804623...55855252f72d540ddef6ca6c7e2f2222a89ef376) (2020-05-04)
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
### Changes
|
|
936
|
+
|
|
937
|
+
chore(package): publish amazon 0.0.252 core 0.0.473 ecs 0.0.257 kubernetes 0.0.38 [#8247](https://github.com/spinnaker/deck/pull/8247) ([55855252](https://github.com/spinnaker/deck/commit/55855252f72d540ddef6ca6c7e2f2222a89ef376))
|
|
938
|
+
feat(core): remove kubernetes v1 module [#8226](https://github.com/spinnaker/deck/pull/8226) ([32c8cc8e](https://github.com/spinnaker/deck/commit/32c8cc8e2c2ad07066ff1c1345fb0d07f213f55c))
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
## [0.0.37](https://www.github.com/spinnaker/deck/compare/93c2f284dd421b0e8b8a686fa7e61631b5139b60...f227aa8ec00fffe63e39abc75b9c504180804623) (2020-04-21)
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
### Changes
|
|
946
|
+
|
|
947
|
+
chore(package): publish amazon 0.0.251 appengine 0.0.11 azure 0.0.251 cloudfoundry 0.0.96 core 0.0.472 docker 0.0.56 ecs 0.0.256 google 0.0.13 huaweicloud 0.0.4 kubernetes 0.0.37 oracle 0.0.6 titus 0.0.135 [#8196](https://github.com/spinnaker/deck/pull/8196) ([f227aa8e](https://github.com/spinnaker/deck/commit/f227aa8ec00fffe63e39abc75b9c504180804623))
|
|
948
|
+
feat(core): enable standard artifacts UI by default [#8184](https://github.com/spinnaker/deck/pull/8184) ([e7b3b352](https://github.com/spinnaker/deck/commit/e7b3b352c445f8d0ff4c824a2fa9812c77d64e6e))
|
|
949
|
+
feat(plugins): Consolidate typescript config (partially). Do not strip comments. [#8180](https://github.com/spinnaker/deck/pull/8180) ([4434d99c](https://github.com/spinnaker/deck/commit/4434d99c4b61704c5e53f356ff9f3b31d715e593))
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
## [0.0.36](https://www.github.com/spinnaker/deck/compare/594d2b7c29cdf693e066d261b9c6a0f5a4b02c67...93c2f284dd421b0e8b8a686fa7e61631b5139b60) (2020-03-31)
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
### Changes
|
|
957
|
+
|
|
958
|
+
chore(package): publish amazon 0.0.249 core 0.0.468 ecs 0.0.254 google 0.0.12 kubernetes 0.0.36 [#8113](https://github.com/spinnaker/deck/pull/8113) ([93c2f284](https://github.com/spinnaker/deck/commit/93c2f284dd421b0e8b8a686fa7e61631b5139b60))
|
|
959
|
+
chore(core): remove versionedProviders flag [#8106](https://github.com/spinnaker/deck/pull/8106) ([10a05f9b](https://github.com/spinnaker/deck/commit/10a05f9b915330cb7ecb5e09eb8942db3c350aab))
|
|
960
|
+
refactor(artifacts): consolidate artifacts feature flags checks [#8096](https://github.com/spinnaker/deck/pull/8096) ([51dba018](https://github.com/spinnaker/deck/commit/51dba018763b71db3ddda1eef87a0cd7a9acdc6a))
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
## [0.0.35](https://www.github.com/spinnaker/deck/compare/d956a2460bdfc301c0c9c9d93e5159ed8f00bfc8...594d2b7c29cdf693e066d261b9c6a0f5a4b02c67) (2020-03-23)
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
### Changes
|
|
968
|
+
|
|
969
|
+
chore(package): publish core 0.0.462 kubernetes 0.0.35 ([594d2b7c](https://github.com/spinnaker/deck/commit/594d2b7c29cdf693e066d261b9c6a0f5a4b02c67))
|
|
970
|
+
refactor(kubernetes): replace duplicated manifest source constants with enum [#8066](https://github.com/spinnaker/deck/pull/8066) ([7bf3e818](https://github.com/spinnaker/deck/commit/7bf3e8186380028a0e53dd91c879c926bb7f2bcc))
|
|
971
|
+
fix(kubernetes): specify manifest source as text for ad-hoc applies [#8065](https://github.com/spinnaker/deck/pull/8065) ([30418ab4](https://github.com/spinnaker/deck/commit/30418ab45772ad2b27988512bc1d34a92c2d4a32))
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
## [0.0.34](https://www.github.com/spinnaker/deck/compare/664d174a790d16c8df06d227d0b26dfbd9a759a4...d956a2460bdfc301c0c9c9d93e5159ed8f00bfc8) (2020-03-20)
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
### Changes
|
|
979
|
+
|
|
980
|
+
chore(package): publish appengine 0.0.10 azure 0.0.250 cloudfoundry 0.0.95 core 0.0.461 docker 0.0.54 ecs 0.0.253 google 0.0.11 huaweicloud 0.0.3 kubernetes 0.0.34 oracle 0.0.5 [#8064](https://github.com/spinnaker/deck/pull/8064) ([d956a246](https://github.com/spinnaker/deck/commit/d956a2460bdfc301c0c9c9d93e5159ed8f00bfc8))
|
|
981
|
+
refactor(svg): add SVGR loader for inlined react SVG support [#8055](https://github.com/spinnaker/deck/pull/8055) ([15e47a68](https://github.com/spinnaker/deck/commit/15e47a680a49f048860cd4a5a0688df16a0ce874))
|
|
982
|
+
feat(kubernetes): remove readonly application input [#8057](https://github.com/spinnaker/deck/pull/8057) ([63c9a1c0](https://github.com/spinnaker/deck/commit/63c9a1c00573723c95aef743fc33deb5be0e4baf))
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
## [0.0.33](https://www.github.com/spinnaker/deck/compare/d71a2f9405d604b20013f2921164b3048f0763c2...664d174a790d16c8df06d227d0b26dfbd9a759a4) (2020-03-12)
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
### Changes
|
|
990
|
+
|
|
991
|
+
chore(package): publish amazon 0.0.245 appengine 0.0.9 azure 0.0.249 cloudfoundry 0.0.94 core 0.0.459 ecs 0.0.252 google 0.0.10 huaweicloud 0.0.2 kubernetes 0.0.33 oracle 0.0.4 [#8035](https://github.com/spinnaker/deck/pull/8035) ([664d174a](https://github.com/spinnaker/deck/commit/664d174a790d16c8df06d227d0b26dfbd9a759a4))
|
|
992
|
+
fix(packages): Preserve webpackIgnore comments when bundling for npm packages [#7850](https://github.com/spinnaker/deck/pull/7850) ([8b84eedb](https://github.com/spinnaker/deck/commit/8b84eedb2f2130fab2d261935de81a2157b2b00e))
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
## [0.0.32](https://www.github.com/spinnaker/deck/compare/73040c1cfe129c83e6f8b1d41d3ca2a265a91102...d71a2f9405d604b20013f2921164b3048f0763c2) (2020-02-03)
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
### Changes
|
|
1000
|
+
|
|
1001
|
+
chore(kubernetes): Bump version to 0.0.32 [#7828](https://github.com/spinnaker/deck/pull/7828) ([d71a2f94](https://github.com/spinnaker/deck/commit/d71a2f9405d604b20013f2921164b3048f0763c2))
|
|
1002
|
+
feat(k8s): ManifestStatus can now be overridden [#7826](https://github.com/spinnaker/deck/pull/7826) ([9b256177](https://github.com/spinnaker/deck/commit/9b2561773b4ee05d4d47490696021abe33d65c88))
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
## [0.0.31](https://www.github.com/spinnaker/deck/compare/fe32bc5c4606e8d9c57a57357661fab842d93d14...73040c1cfe129c83e6f8b1d41d3ca2a265a91102) (2020-01-31)
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
### Changes
|
|
1010
|
+
|
|
1011
|
+
chore(kubernetes): Bump version to 0.0.31 [#7815](https://github.com/spinnaker/deck/pull/7815) ([73040c1c](https://github.com/spinnaker/deck/commit/73040c1cfe129c83e6f8b1d41d3ca2a265a91102))
|
|
1012
|
+
chore(lint): Run eslint on typescript files ([b51dce46](https://github.com/spinnaker/deck/commit/b51dce46be3df14070f06e06de874108dcf23569))
|
|
1013
|
+
fix(core/kubernetes): clean up console noise in tests [#7794](https://github.com/spinnaker/deck/pull/7794) ([05c93f42](https://github.com/spinnaker/deck/commit/05c93f42443e0166a1580cbffd72e79d451bd23d))
|
|
1014
|
+
refactor(*): de-angularize confirmationModalService [#7759](https://github.com/spinnaker/deck/pull/7759) ([e6c6c662](https://github.com/spinnaker/deck/commit/e6c6c662b5326fcb184772c99f2212ce4336a1cb))
|
|
1015
|
+
fix(kubernetes): remove accidental static from resolveIndexedSecurityGroups [#7760](https://github.com/spinnaker/deck/pull/7760) ([eef40f61](https://github.com/spinnaker/deck/commit/eef40f6199cd19325abb18cdcd9d1236a7344d9c))
|
|
1016
|
+
refactor(*): use consistent styles on modal headers ([10b34915](https://github.com/spinnaker/deck/commit/10b34915860ed46f21d0179bf87c3b456de49c56))
|
|
1017
|
+
refactor(core): convert confirmation modal to react ([a59b2c32](https://github.com/spinnaker/deck/commit/a59b2c3264500080fad7caeb05054eef6f51d52c))
|
|
1018
|
+
refactor(core): provide wrapper for dangerously setting html [#7721](https://github.com/spinnaker/deck/pull/7721) ([65488728](https://github.com/spinnaker/deck/commit/65488728e4ef08c2034123a88a9a4b96cb0e4bd9))
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
## [0.0.30](https://www.github.com/spinnaker/deck/compare/09cc2893e5c73ac56cbe3874ef6d2de6ed3f68b4...fe32bc5c4606e8d9c57a57357661fab842d93d14) (2020-01-03)
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
### Changes
|
|
1026
|
+
|
|
1027
|
+
chore(kubernetes): Bump version to 0.0.30 [#7739](https://github.com/spinnaker/deck/pull/7739) ([fe32bc5c](https://github.com/spinnaker/deck/commit/fe32bc5c4606e8d9c57a57357661fab842d93d14))
|
|
1028
|
+
refactor(core): remove unused parameter options from confirmation modal [#7716](https://github.com/spinnaker/deck/pull/7716) ([d2838d80](https://github.com/spinnaker/deck/commit/d2838d80c7f14989368fc490a2d842b2d4952a42))
|
|
1029
|
+
chore(core): upgrade to latest prettier [#7713](https://github.com/spinnaker/deck/pull/7713) ([6291f858](https://github.com/spinnaker/deck/commit/6291f858cb111d9c65affeb82ddd840f05c57b65))
|
|
1030
|
+
refactor(eslint): Fix all 'prefer-const' eslint rule violations ([90aa4775](https://github.com/spinnaker/deck/commit/90aa47754bc8815eb1bdfcceb4d05c9e1cdf325f))
|
|
1031
|
+
refactor(eslint): Fix all 'one-var' eslint rule violations ([d070bd45](https://github.com/spinnaker/deck/commit/d070bd45ff3e185999e863e3f48c01f63eb45733))
|
|
1032
|
+
refactor(eslint): Fix all 'no-var' eslint rule violations ([17487016](https://github.com/spinnaker/deck/commit/174870161a5a09ab7f15c74cb84d0f3e196cd7cb))
|
|
1033
|
+
chore(eslint): remove tslint ([9400826b](https://github.com/spinnaker/deck/commit/9400826bcb119cf7681e1ce37092b9fdd8b76b1b))
|
|
1034
|
+
refactor(angularjs): use ES6 to import angular - migrate from `const angular = require('angular')` to `import * as angular from 'angular'` - Where possible, migrate from `import angular from 'angular'; angular.module('asdf')` to `import { module } from 'angular'; module('asdf')` ([88b8f4ae](https://github.com/spinnaker/deck/commit/88b8f4ae0b9e96ac8d8dbdeff592f3787f0617cb))
|
|
1035
|
+
refactor(angularjs): use ES6 imports for angularjs module deps - migrate from `require('@uirouter/angularjs').default` to import UIROUTER_ANGULARJS from '@uirouter/angularjs' - migrate from `require('angular-ui-bootstrap')` to import ANGULAR_UI_BOOTSTRAP from 'angular-ui-bootstrap' ([a076dc12](https://github.com/spinnaker/deck/commit/a076dc1280b56affcd30cdbea68a84fb7d5ba3f1))
|
|
1036
|
+
refactor(angularjs): Import angularjs module dependencies by name - Migrate angularjs module dependencies to import the exported string identifier, not via require('module').name ([ac1c86eb](https://github.com/spinnaker/deck/commit/ac1c86ebbc72e6d2d83eb57d6710c6ae2651ecc0))
|
|
1037
|
+
refactor(angularjs): Always export the ng module name, not the module itself ([784d64b6](https://github.com/spinnaker/deck/commit/784d64b66a6410e622803b4b0519f7050e9c5f82))
|
|
1038
|
+
chore(typescript): Migrate most wildcard imports to javascript style imports - Migrate from "import * as foo from 'foo'" to "import foo from 'foo'" ([b6aabe18](https://github.com/spinnaker/deck/commit/b6aabe18a2c71f194087c01fd15ec369460f5e70))
|
|
1039
|
+
feat(typescript): enable allowJs and allowSyntheticDefaultImports ([7ef58b6c](https://github.com/spinnaker/deck/commit/7ef58b6c122f9ce91eab95d5f444622a710ff968))
|
|
1040
|
+
chore(typescript): update to typescript 3.7.x [#7668](https://github.com/spinnaker/deck/pull/7668) ([145f540d](https://github.com/spinnaker/deck/commit/145f540d8bab6936a6d5bfb5caf4e1cba426f215))
|
|
1041
|
+
refactor(*): Remove exports-loader from n3-chart import ([f0613c1b](https://github.com/spinnaker/deck/commit/f0613c1b1648f0c2ea54623cb535a6d54bea2355))
|
|
1042
|
+
fix(kubernetes/serverGroup): Remove unused controller file for 'kubernetesServerGroupLoadBalancersController' [#7663](https://github.com/spinnaker/deck/pull/7663) ([9e4e898b](https://github.com/spinnaker/deck/commit/9e4e898b89228b189d70cda0594b9ccb164a4fef))
|
|
1043
|
+
fix(angularJS): Fix all remaining non-strict angularJS DI code via @spinnaker/strictdi linter rule ([c233af0e](https://github.com/spinnaker/deck/commit/c233af0e4ab2268ab1835177ecf85122aa47e7e6))
|
|
1044
|
+
fix(kubernetes): fix patchBody input in Patch (Manifest) stage [#7600](https://github.com/spinnaker/deck/pull/7600) ([baf5e311](https://github.com/spinnaker/deck/commit/baf5e3116bfc094ade8e3d38101181e457af21af))
|
|
1045
|
+
feat(dataSources): widen + parameterize types, add default values ([4ed015a0](https://github.com/spinnaker/deck/commit/4ed015a07c028eb58807601a0b0fb9783b02b0d9))
|
|
1046
|
+
feat(kubernetes): permit multiple ReplicaSets to be deployed with a single rollout strategy config [#7574](https://github.com/spinnaker/deck/pull/7574) ([2c100b6b](https://github.com/spinnaker/deck/commit/2c100b6b16966b484133125da07f8aff7088dc1c))
|
|
1047
|
+
fix(runJob): fix artifact output creation [#7579](https://github.com/spinnaker/deck/pull/7579) ([03cb78cb](https://github.com/spinnaker/deck/commit/03cb78cb30cef4ece56fd7b0181660c93621b9e3))
|
|
1048
|
+
fix: credentails typo [#7541](https://github.com/spinnaker/deck/pull/7541) ([a71f76d1](https://github.com/spinnaker/deck/commit/a71f76d1a44d1f39c1eb008993df2922529e558c))
|
|
1049
|
+
feat(kubernetes): support rolling restart operation for deployments [#7538](https://github.com/spinnaker/deck/pull/7538) ([17be6af0](https://github.com/spinnaker/deck/commit/17be6af0ce874a98ce07ece879c0e4f8522ed78b))
|
|
1050
|
+
fix(kubernetes): add missing `app` config param for patch manifest stages [#7521](https://github.com/spinnaker/deck/pull/7521) ([be258cd3](https://github.com/spinnaker/deck/commit/be258cd34362bb807243fee1fa93b4cfe5c128f7))
|
|
1051
|
+
fix(kubernetes): Fix merge strategy field [#7455](https://github.com/spinnaker/deck/pull/7455) ([479e9d6e](https://github.com/spinnaker/deck/commit/479e9d6ed13d783ae9e625fead5c428a0b640a53))
|
|
1052
|
+
refactor(kubernetes): remove unnecessary angular and non-typescript deps [#7454](https://github.com/spinnaker/deck/pull/7454) ([3b880c76](https://github.com/spinnaker/deck/commit/3b880c76d3d9ded585d1fbde41fa4a0961c46366))
|
|
1053
|
+
refactor(kubernetes): isolate v1 code [#7451](https://github.com/spinnaker/deck/pull/7451) ([e667bdf5](https://github.com/spinnaker/deck/commit/e667bdf5103ebc65e6aa05c4dfd80c004745e0b4))
|
|
1054
|
+
fix(kubernetes): remove former 24-char limit on services names [#7389](https://github.com/spinnaker/deck/pull/7389) ([1083a709](https://github.com/spinnaker/deck/commit/1083a70981a39a1be01272d04bd4a863e92f67d0))
|
|
1055
|
+
fix(core): fix vertical alignment of radio buttons [#7344](https://github.com/spinnaker/deck/pull/7344) ([8bdca890](https://github.com/spinnaker/deck/commit/8bdca89075a5f16f4f318f7fafe9980dfdf3956e))
|
|
1056
|
+
feat(kubernetes): permit creatable options for service and namespace in rollout strategy config [#7320](https://github.com/spinnaker/deck/pull/7320) ([413a3deb](https://github.com/spinnaker/deck/commit/413a3debb61bebd34c8c102ecc45f2047be0b3c3))
|
|
1057
|
+
feat(provider/k8s): support artifacts in run job [#7309](https://github.com/spinnaker/deck/pull/7309) ([0b1ce1e7](https://github.com/spinnaker/deck/commit/0b1ce1e7576fec59a2cad0c7ed744d739a2fc9c9))
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
## [0.0.29](https://www.github.com/spinnaker/deck/compare/221e2e24d6d308a72970e1097f0ba68fa474dc37...09cc2893e5c73ac56cbe3874ef6d2de6ed3f68b4) (2019-08-07)
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
### Changes
|
|
1065
|
+
|
|
1066
|
+
chore(kubernetes): Bump version to 0.0.29 ([09cc2893](https://github.com/spinnaker/deck/commit/09cc2893e5c73ac56cbe3874ef6d2de6ed3f68b4))
|
|
1067
|
+
fix(kubernetes): allow base64 manifests in deploy stage [#7298](https://github.com/spinnaker/deck/pull/7298) ([a66a4a2a](https://github.com/spinnaker/deck/commit/a66a4a2a4dec671a185615e3457ed46a942569b8))
|
|
1068
|
+
feat(*/pipeline): Remove the concept of default stage timeouts, rename option [#7286](https://github.com/spinnaker/deck/pull/7286) ([abac63ce](https://github.com/spinnaker/deck/commit/abac63ce5c88b809fcf5ed1509136fe96489a051))
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
## [0.0.28](https://www.github.com/spinnaker/deck/compare/ab6097e97a391e10d389f7efd143b85d49de6152...221e2e24d6d308a72970e1097f0ba68fa474dc37) (2019-07-26)
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
### Changes
|
|
1076
|
+
|
|
1077
|
+
chore(kubernetes): Bump version to 0.0.28 ([221e2e24](https://github.com/spinnaker/deck/commit/221e2e24d6d308a72970e1097f0ba68fa474dc37))
|
|
1078
|
+
fix(k8s/runJob): External logs URL to support manifest with implicit default namespace [#7252](https://github.com/spinnaker/deck/pull/7252) ([4dba1b12](https://github.com/spinnaker/deck/commit/4dba1b1253652da14b365be4e84096c09e008cf3))
|
|
1079
|
+
fix(k8s/runJob): Allowing only v1 accounts for v1 runJob [#7258](https://github.com/spinnaker/deck/pull/7258) ([4edc5f7a](https://github.com/spinnaker/deck/commit/4edc5f7a1152927b4e4ca74d2ea0e2ed57a71dc0))
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
## [0.0.27](https://www.github.com/spinnaker/deck/compare/e83564d2635b9404810601616a03c4be940e9009...ab6097e97a391e10d389f7efd143b85d49de6152) (2019-07-19)
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
### Changes
|
|
1087
|
+
|
|
1088
|
+
chore(kubernetes): Bump version to 0.0.27 ([ab6097e9](https://github.com/spinnaker/deck/commit/ab6097e97a391e10d389f7efd143b85d49de6152))
|
|
1089
|
+
fix(k8s/runJob): null property file if value none [#7243](https://github.com/spinnaker/deck/pull/7243) ([af4a1ad9](https://github.com/spinnaker/deck/commit/af4a1ad9d2bc66922ddd0127c05725670893e29a))
|
|
1090
|
+
fix(kubernetes): fix radio button alignment in deploy manifest stage [#7240](https://github.com/spinnaker/deck/pull/7240) ([70ea40b2](https://github.com/spinnaker/deck/commit/70ea40b2781333b0591ba822cfb8a631ed8781ee))
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
## [0.0.26](https://www.github.com/spinnaker/deck/compare/0a9393491631a52c3044d65315039906669deab2...e83564d2635b9404810601616a03c4be940e9009) (2019-07-15)
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
### Changes
|
|
1098
|
+
|
|
1099
|
+
chore(kubernetes): Bump version to 0.0.26 ([e83564d2](https://github.com/spinnaker/deck/commit/e83564d2635b9404810601616a03c4be940e9009))
|
|
1100
|
+
feat(kubernetes): allow multi-manifest for rollout strategies [#7219](https://github.com/spinnaker/deck/pull/7219) ([7671a5e6](https://github.com/spinnaker/deck/commit/7671a5e6914f58c6804287a397e314a34c25be61))
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
## [0.0.25](https://www.github.com/spinnaker/deck/compare/ca08184fd001c45736fc258b6db7df613e2211e1...0a9393491631a52c3044d65315039906669deab2) (2019-07-03)
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
### Changes
|
|
1108
|
+
|
|
1109
|
+
chore(kubernetes): Bump version to 0.0.25 ([0a939349](https://github.com/spinnaker/deck/commit/0a9393491631a52c3044d65315039906669deab2))
|
|
1110
|
+
fix(kubernetes): Fix link to strategic merge patch docs [#7177](https://github.com/spinnaker/deck/pull/7177) ([f6163a9e](https://github.com/spinnaker/deck/commit/f6163a9e86ca77f38e2b6b3daa6f6315e0ec6b1d))
|
|
1111
|
+
feat(k8s): Enable new artifacts workflow in Patch Manifest [#7109](https://github.com/spinnaker/deck/pull/7109) ([aca66269](https://github.com/spinnaker/deck/commit/aca662692fcdec2bf4146902d0fe3dbaa3428b8b))
|
|
1112
|
+
chore(package): Just Update Prettier™ ([cdd6f237](https://github.com/spinnaker/deck/commit/cdd6f2379859d3c2b13bac59aa470c08b391a865))
|
|
1113
|
+
fix(kubernetes): use cncf approved svg [#7130](https://github.com/spinnaker/deck/pull/7130) ([5d632301](https://github.com/spinnaker/deck/commit/5d632301949681cd4fdfce610b2193a4694f510d))
|
|
1114
|
+
fix(kubernetes): fix req. artifacts to bind selector in patch manifest stage [#7095](https://github.com/spinnaker/deck/pull/7095) ([fc95ae4f](https://github.com/spinnaker/deck/commit/fc95ae4fc9d5473b9e8d13ae50a8308bbd71fdce))
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
## [0.0.24](https://www.github.com/spinnaker/deck/compare/de67f16cc6cf8c54e38257d5b00db345dc32a2e0...ca08184fd001c45736fc258b6db7df613e2211e1) (2019-06-05)
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
### Changes
|
|
1122
|
+
|
|
1123
|
+
chore(kubernetes): Bump version to 0.0.24 ([ca08184f](https://github.com/spinnaker/deck/commit/ca08184fd001c45736fc258b6db7df613e2211e1))
|
|
1124
|
+
refactor(*): make accountExtractor return an array of strings [#7068](https://github.com/spinnaker/deck/pull/7068) ([8398d770](https://github.com/spinnaker/deck/commit/8398d7706951ce567c352e5f96351366103ef2e3))
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
## [0.0.23](https://www.github.com/spinnaker/deck/compare/04cbe5fca238c5560a3a1d28e3239e807bb22c22...de67f16cc6cf8c54e38257d5b00db345dc32a2e0) (2019-06-03)
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
### Changes
|
|
1132
|
+
|
|
1133
|
+
chore(kubernetes): Bump version to 0.0.23 [#7073](https://github.com/spinnaker/deck/pull/7073) ([de67f16c](https://github.com/spinnaker/deck/commit/de67f16cc6cf8c54e38257d5b00db345dc32a2e0))
|
|
1134
|
+
fix(runJob/kubernetes): reliably display logs [#7060](https://github.com/spinnaker/deck/pull/7060) ([89e4e785](https://github.com/spinnaker/deck/commit/89e4e78505ed8760214389eea683ad929c7a5a9f))
|
|
1135
|
+
fix(runJob/kubernetes): use explicit pod name [#7039](https://github.com/spinnaker/deck/pull/7039) ([f0287a11](https://github.com/spinnaker/deck/commit/f0287a11ccf92ab902adb55de8664bcde43175bd))
|
|
1136
|
+
fix(kubernetes): fix runjob stage init [#7029](https://github.com/spinnaker/deck/pull/7029) ([3fd183ef](https://github.com/spinnaker/deck/commit/3fd183ef3aa86808cc9cdb3b6ef09821acc8ac35))
|
|
1137
|
+
feat(provider/kubernetes): namespace deployManifest [#7016](https://github.com/spinnaker/deck/pull/7016) ([4f4c32be](https://github.com/spinnaker/deck/commit/4f4c32be1fef051a2299ecd7a90e2a1107bdc5cb))
|
|
1138
|
+
refactor(kubernetes): namespace selector component [#7012](https://github.com/spinnaker/deck/pull/7012) ([8e97d592](https://github.com/spinnaker/deck/commit/8e97d5925b1cc1781d1651ae0acdc681175c3edb))
|
|
1139
|
+
refactor(kubernetes): convert deploy manifest stage to react [#7002](https://github.com/spinnaker/deck/pull/7002) ([53cb4229](https://github.com/spinnaker/deck/commit/53cb42296a5dbbff15a96232ea4010d72b81ace2))
|
|
1140
|
+
feat(runjob): capture output ui [#6978](https://github.com/spinnaker/deck/pull/6978) ([0194821e](https://github.com/spinnaker/deck/commit/0194821ef32b3d93e5a1df55ac5cb74200a34160))
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
## [0.0.22](https://www.github.com/spinnaker/deck/compare/81b67739add17a5256abfcb35699d3c39e0aadd0...04cbe5fca238c5560a3a1d28e3239e807bb22c22) (2019-05-10)
|
|
1145
|
+
|
|
1146
|
+
|
|
1147
|
+
### Changes
|
|
1148
|
+
|
|
1149
|
+
chore(kubernetes): Bump version to 0.0.22 [#6969](https://github.com/spinnaker/deck/pull/6969) ([04cbe5fc](https://github.com/spinnaker/deck/commit/04cbe5fca238c5560a3a1d28e3239e807bb22c22))
|
|
1150
|
+
feat(kubernetes): expose rendered helm template in execution details [#6943](https://github.com/spinnaker/deck/pull/6943) ([1ada0219](https://github.com/spinnaker/deck/commit/1ada02195c197978e714126bf867121971ec7ccb))
|
|
1151
|
+
feat(runJob/kubernetes): render external link [#6930](https://github.com/spinnaker/deck/pull/6930) ([d1227493](https://github.com/spinnaker/deck/commit/d122749348d196b8626225d8741e6cdcb6e714bd))
|
|
1152
|
+
refactor(runJob/kubernetes): refactor exec details [#6924](https://github.com/spinnaker/deck/pull/6924) ([9e03e52f](https://github.com/spinnaker/deck/commit/9e03e52fbaf480b5689e4e186b7f5928c976cf6f))
|
|
1153
|
+
refactor(runJob/kubernetes): use joblogviewer [#6917](https://github.com/spinnaker/deck/pull/6917) ([98ca0ff3](https://github.com/spinnaker/deck/commit/98ca0ff3b304fdd814fa85d9f407f8ebc7e81409))
|
|
1154
|
+
feat(provider/kubernetes): run job manifest artifacts [#6902](https://github.com/spinnaker/deck/pull/6902) ([6c5eed6f](https://github.com/spinnaker/deck/commit/6c5eed6f642b801fe3abfd8a2ad10627779e55f9))
|
|
1155
|
+
fix(kubernetes): fix discrepancy between orca deploy stage model and artifacts rewrite stage model ([cd8780cc](https://github.com/spinnaker/deck/commit/cd8780cc39951f57daf7b37c0928195a775bf32c))
|
|
1156
|
+
fix(kubernetes): hide manifest artifact selector in text mode ([d44be0c0](https://github.com/spinnaker/deck/commit/d44be0c068dd4bd53212b44f407f7c2be4d8c7ae))
|
|
1157
|
+
feat(kubernetes): remove rollout strategies feature flag ([bd94593d](https://github.com/spinnaker/deck/commit/bd94593d91f99259a0bff97776909d1572e0540f))
|
|
1158
|
+
feat(kubernetes): validate text manifests when rollout strategies enabled ([0ec6a7e9](https://github.com/spinnaker/deck/commit/0ec6a7e92db5401c7420d719c0fd151b0f21f31c))
|
|
1159
|
+
fix(kubernetes): safer lookups for deploy stage validators [#6847](https://github.com/spinnaker/deck/pull/6847) ([37e24d71](https://github.com/spinnaker/deck/commit/37e24d713c78539e4939ddcce75dd5f2acd235de))
|
|
1160
|
+
feat(kubernetes): add rollout strategies to deploy manifest stage [#6841](https://github.com/spinnaker/deck/pull/6841) ([478e326a](https://github.com/spinnaker/deck/commit/478e326aae8c7e731985883a6c212df961a6b90f))
|
|
1161
|
+
feat(preconfiguredJob): logs for k8s jobs [#6840](https://github.com/spinnaker/deck/pull/6840) ([e6185486](https://github.com/spinnaker/deck/commit/e61854866fbc8e5a4b1a369815d68998a6dc3d79))
|
|
1162
|
+
feat(k8s): Exclude inline base 64 artifact editing in k8s manifest [#6839](https://github.com/spinnaker/deck/pull/6839) ([c30058a2](https://github.com/spinnaker/deck/commit/c30058a20fc9a7a46999dd8275883d902f6b08ac))
|
|
1163
|
+
fix(k8s): Fix deploy manifest [#6833](https://github.com/spinnaker/deck/pull/6833) ([56404313](https://github.com/spinnaker/deck/commit/56404313d6c8001f51eb98905454f7f0f4b5f243))
|
|
1164
|
+
feat(kuberntes): v2 runJob [#6831](https://github.com/spinnaker/deck/pull/6831) ([ee89a64d](https://github.com/spinnaker/deck/commit/ee89a64d3add95176671be9bf726a50e67eb70a8))
|
|
1165
|
+
feat(kubernetes): feature-flagged support for kubernetes traffic management strategies [#6816](https://github.com/spinnaker/deck/pull/6816) ([2d7f3885](https://github.com/spinnaker/deck/commit/2d7f3885248e71b930df101b942bb0998e16b635))
|
|
1166
|
+
chore(kubernetes): refactor BasicSettings component to be usable in stages [#6820](https://github.com/spinnaker/deck/pull/6820) ([33ad914f](https://github.com/spinnaker/deck/commit/33ad914f29db793f6f0f64f9dccdbc719a146b9e))
|
|
1167
|
+
refactor(core): de-angularize ApplicationModelBuilder, fix project executions [#6802](https://github.com/spinnaker/deck/pull/6802) ([72e164df](https://github.com/spinnaker/deck/commit/72e164dfcf11afbac559195a8fa6a91dd77ad2b9))
|
|
1168
|
+
fix(kubernetes): show Deployment clusters in Find Artifacts from Resource stages [#6794](https://github.com/spinnaker/deck/pull/6794) ([d7f6fbde](https://github.com/spinnaker/deck/commit/d7f6fbde34eb9f7a2db9323e80169c559f99f3de))
|
|
1169
|
+
fix(kubernetes): safe lookups for apiVersion on patch manifest deploy status [#6775](https://github.com/spinnaker/deck/pull/6775) ([20d0d7ab](https://github.com/spinnaker/deck/commit/20d0d7ab5ab487f04229ee8d1a5c61c218820fd0))
|
|
1170
|
+
fix(kubernetes): fix validation for Find Artifact from Resource stage [#6777](https://github.com/spinnaker/deck/pull/6777) ([bf13a3cc](https://github.com/spinnaker/deck/commit/bf13a3cca1441a2c62bc5f94bb04941efe2bfd0f))
|
|
1171
|
+
feat(gcb): add Google Cloud Build stage [#6774](https://github.com/spinnaker/deck/pull/6774) ([50b74f2d](https://github.com/spinnaker/deck/commit/50b74f2d0db86b15b66fd7a9a4985d0efb8fdb4b))
|
|
1172
|
+
fix(kubernetes): fix copy manifest from infrastructure button [#6719](https://github.com/spinnaker/deck/pull/6719) ([5b030789](https://github.com/spinnaker/deck/commit/5b0307897ae38a6bbf87220565c0b06aea5b5231))
|
|
1173
|
+
fix(kubernetes): Use apiGroup when looking up deploy status for CRDs [#6691](https://github.com/spinnaker/deck/pull/6691) ([57c30b5c](https://github.com/spinnaker/deck/commit/57c30b5c762176acc85e215ddd614fd20b93b764))
|
|
1174
|
+
feat(kubernetes): add expression evaluation options to bake and deploy manifest stages [#6696](https://github.com/spinnaker/deck/pull/6696) ([a5a54bd3](https://github.com/spinnaker/deck/commit/a5a54bd327cdcb1a1c254f582db88636774a0714))
|
|
1175
|
+
chore(core): upgrade the version to formik 1.4.1 [#6705](https://github.com/spinnaker/deck/pull/6705) ([51eeba48](https://github.com/spinnaker/deck/commit/51eeba480ac1bc232c0df020e4bb788a28a8b744))
|
|
1176
|
+
refactor(*): remove unused local storage caches [#6665](https://github.com/spinnaker/deck/pull/6665) ([e2b4d8e9](https://github.com/spinnaker/deck/commit/e2b4d8e9371d5d2f1f9b60e2a592e10b47df73e2))
|
|
1177
|
+
refactor(artifacts): Combine expected artifacts and trigger artifact constraints [#6634](https://github.com/spinnaker/deck/pull/6634) ([5da29652](https://github.com/spinnaker/deck/commit/5da29652e0f73726ce26de157db4ebff6956f54a))
|
|
1178
|
+
fix(kubernetes): only set manifestName in static mode manifest selector ([0d37cb24](https://github.com/spinnaker/deck/commit/0d37cb2414c3fd70e3d420a6a75d9a2b4c49dba9))
|
|
1179
|
+
feat(kubernetes): add dynamic target selection to patch manifest stage ([79a0700b](https://github.com/spinnaker/deck/commit/79a0700b02edc8f939d5a31d97648865071cf542))
|
|
1180
|
+
fix(kubernetes): remove unnecessary delete manifest stage defaults ([0abce661](https://github.com/spinnaker/deck/commit/0abce661527874ea58965a1420978ca667f5b826))
|
|
1181
|
+
fix(kubernetes): allow text input for replicas in `Scale (Manifest)` stage [#6630](https://github.com/spinnaker/deck/pull/6630) ([5bf60452](https://github.com/spinnaker/deck/commit/5bf60452323ef4d24a86a093756a1ef6efda86b2))
|
|
1182
|
+
feat(kubernetes): add label mode to manifest selector component to enable dynamic target selection in delete manifest stage [#6628](https://github.com/spinnaker/deck/pull/6628) ([cbfcae45](https://github.com/spinnaker/deck/commit/cbfcae454e61ce81de4d5882ab710c04f292ee1b))
|
|
1183
|
+
chore(angularjs): Explicitly annotate directive controllers ([d828a53e](https://github.com/spinnaker/deck/commit/d828a53e55919c16a8cea82af404c05bad081066))
|
|
1184
|
+
refactor(core): migrate momentjs functionality to luxon + date-fns [#6604](https://github.com/spinnaker/deck/pull/6604) ([3e758150](https://github.com/spinnaker/deck/commit/3e758150672fb49e7f66e520f0b6bae87591bbc5))
|
|
1185
|
+
chore(prettier): Just Use Prettier™ [#6600](https://github.com/spinnaker/deck/pull/6600) ([7d5fc346](https://github.com/spinnaker/deck/commit/7d5fc346bca54c5d53f9eb46d823cd993c102058))
|
|
1186
|
+
fix(html): Fix various invalid HTML [#6599](https://github.com/spinnaker/deck/pull/6599) ([04bb4a01](https://github.com/spinnaker/deck/commit/04bb4a01c2d988aab5b5b8ae6e3aadbc59214898))
|
|
1187
|
+
chore(prettier): Just Use Prettier™ ([5cf6c79d](https://github.com/spinnaker/deck/commit/5cf6c79da63404bb7238291d38bb7f5cfd10c26b))
|
|
1188
|
+
chore(angularjs): Do not use .component('foo', new Foo()) ([3ffa4fb7](https://github.com/spinnaker/deck/commit/3ffa4fb7498df815014d61071e8588f0b34bf8b9))
|
|
1189
|
+
refactor(core): move Ace Editor CSS to core module [#6588](https://github.com/spinnaker/deck/pull/6588) ([4b91b36c](https://github.com/spinnaker/deck/commit/4b91b36c6dc52af529efd89461ce0a44d6432ef5))
|
|
1190
|
+
chore(angularjs): Remove all 'ngInject'; in favor of explicit DI annotation ([cc52bee0](https://github.com/spinnaker/deck/commit/cc52bee0b9956693f948806322658f225efa5546))
|
|
1191
|
+
chore(prettier): Just Use Prettier™ ([b6bab1e1](https://github.com/spinnaker/deck/commit/b6bab1e16bb46697fec347cd30934f00fb2e9807))
|
|
1192
|
+
chore(angularjs): Explicitly annotate all AngularJS injection points ([f3fd790e](https://github.com/spinnaker/deck/commit/f3fd790e20a4c3056edcb2c41282517e1cf35004))
|
|
1193
|
+
fix(kubernetes): properly detect if autoscaler is attached to server groups [#6578](https://github.com/spinnaker/deck/pull/6578) ([629613f3](https://github.com/spinnaker/deck/commit/629613f3396e4cb8f91122f92927197a7e57cee4))
|
|
1194
|
+
fix(eslint): Fix eslint warnings for @typescript-eslint/camelcase ([d72bc173](https://github.com/spinnaker/deck/commit/d72bc1733596ff96d1685e2245aa23145d007f63))
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
## [0.0.21](https://www.github.com/spinnaker/deck/compare/1631a825e60363762962ad7c53b8d78baad13322...81b67739add17a5256abfcb35699d3c39e0aadd0) (2019-02-13)
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
### Changes
|
|
1202
|
+
|
|
1203
|
+
Bump package kubernetes to 0.0.21 and google to 0.0.5 [#6540](https://github.com/spinnaker/deck/pull/6540) ([81b67739](https://github.com/spinnaker/deck/commit/81b67739add17a5256abfcb35699d3c39e0aadd0))
|
|
1204
|
+
chore(eslint): Fix lint errors ([27d8a12c](https://github.com/spinnaker/deck/commit/27d8a12c6e133ba0a25d874535f3c77da431113e))
|
|
1205
|
+
chore(package): Just Update Prettier™ ([a8c17492](https://github.com/spinnaker/deck/commit/a8c174925f64045f70c11b2bfc11fe1fdd558660))
|
|
1206
|
+
refactor(artifacts): Generalize artifact delegate for reuse [#6495](https://github.com/spinnaker/deck/pull/6495) ([9eccc0f1](https://github.com/spinnaker/deck/commit/9eccc0f19d3f5aa5a55354d0c9344bb79a9c77bc))
|
|
1207
|
+
fix(kubernetes): do not override `location` and `replicas` in new Scale Manifest stage ([6c54b61d](https://github.com/spinnaker/deck/commit/6c54b61d443907c396055d0f8e1bd2df9ab58405))
|
|
1208
|
+
chore(webpack): Switch to TerserPlugin. Split bundles into ~5mb chunks ([a35088ab](https://github.com/spinnaker/deck/commit/a35088ab28cc3b25c9e6731f6fb70bf7d0e14ef0))
|
|
1209
|
+
fix(kubernetes/serverGroup): Remove module.exports assignment in typescript file ([54157f2e](https://github.com/spinnaker/deck/commit/54157f2e6787e6a12fa0e67ccbc138a903f72a40))
|
|
1210
|
+
chore(typescript): Switch module from 'commonjs' to 'esnext' to emit raw dynamic 'import()' ([5c49dd2a](https://github.com/spinnaker/deck/commit/5c49dd2ab3c4226295a7e8041c25dabdbeee6a2c))
|
|
1211
|
+
chore(package): Add .npmignore to all packages ([0451046c](https://github.com/spinnaker/deck/commit/0451046c241b450ae4b05df0b67b61758c16acce))
|
|
1212
|
+
refactor(kubernetes/modal): Refactor kubernetes modals to use WizardPage component ([d53836b6](https://github.com/spinnaker/deck/commit/d53836b695f3527f8ee9da86e86f30c08bdcc303))
|
|
1213
|
+
feat(kubernetes/v2): Converts CopyToClipboard to React Component [#6451](https://github.com/spinnaker/deck/pull/6451) ([dba26d82](https://github.com/spinnaker/deck/commit/dba26d8225841a9c8512f0aeebc1ba2741fbf96f))
|
|
1214
|
+
fix(*): Remove all self closing tags in AngularJS templates Reference: https://github.com/angular/angular.js/issues/1953#issuecomment-13135021 ([6f608a0a](https://github.com/spinnaker/deck/commit/6f608a0ab43616eb130c7417e560bc3df780f335))
|
|
1215
|
+
fix(kubernetes): post strategic patch body as object ([65c26016](https://github.com/spinnaker/deck/commit/65c26016557740ebce758cc14ec13ca30de72d0f))
|
|
1216
|
+
fix(kubernetes): fix account selection by handling null values passed to ManifestSelector.isExpression ([51a8542b](https://github.com/spinnaker/deck/commit/51a8542bd3ed9a31c0d4dfd8895fe0929aa44462))
|
|
1217
|
+
refactor(*): Don't use js or ts file extension in require() ([35be1f08](https://github.com/spinnaker/deck/commit/35be1f0872f5958514c920ee97510d36484e33eb))
|
|
1218
|
+
chore(k8s): clean up imports [#6430](https://github.com/spinnaker/deck/pull/6430) ([a02a5e19](https://github.com/spinnaker/deck/commit/a02a5e19f057423dcdefde85e292330009f1d72e))
|
|
1219
|
+
feat(kubernetes/v2): Adds CopyToClipboard component to ease getting text from UI [#6419](https://github.com/spinnaker/deck/pull/6419) ([fa18bdcc](https://github.com/spinnaker/deck/commit/fa18bdccbcfc0a553df2cb6ab72173215da11920))
|
|
1220
|
+
chore(*): bump @types/enzyme@3.1.15, @types/jasmine@3.3.7, enzyme@3.8.0, enzyme-adapter-react-16@1.7.1, karma@4.0.0, karma-jasmine@2.0.1, karma-webpack@3.0.5, typescript@^3.2.4, jasmine-core@3.3.0 - disable jasmine 3.0's random test order by default feature ([98a85e9b](https://github.com/spinnaker/deck/commit/98a85e9b40eb728b25fadfe67fb57cceb0c88aac))
|
|
1221
|
+
fix(appengine/google/kubernetes): change logo background colors to official brand colors [#6347](https://github.com/spinnaker/deck/pull/6347) ([93f1209b](https://github.com/spinnaker/deck/commit/93f1209b105e46f423125e879784ab007e6cda25))
|
|
1222
|
+
fix(*): allow modal to stay open on auto-close [#6329](https://github.com/spinnaker/deck/pull/6329) ([e802c451](https://github.com/spinnaker/deck/commit/e802c4515726e74f0f2157bde292fc43a6b46271))
|
|
1223
|
+
fix(kubernetes): specify monospace fonts to prevent cursor misalignment in ace editor ([6fee54da](https://github.com/spinnaker/deck/commit/6fee54da853652d8124669563f3c553e51346f1d))
|
|
1224
|
+
refactor(*): use mask-image CSS for cloud provider logos [#6280](https://github.com/spinnaker/deck/pull/6280) ([86baac96](https://github.com/spinnaker/deck/commit/86baac96af19a15b1339cd5f1856ee1e78d9d800))
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
## [0.0.20](https://www.github.com/spinnaker/deck/compare/9985cc89167e1028a89d5186281d6d85ca82dfd9...1631a825e60363762962ad7c53b8d78baad13322) (2018-12-21)
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
### Changes
|
|
1232
|
+
|
|
1233
|
+
chore(kubernetes): Bump version to 0.0.20 ([1631a825](https://github.com/spinnaker/deck/commit/1631a825e60363762962ad7c53b8d78baad13322))
|
|
1234
|
+
refactor(core/account): Refactor AccountSelectInput to use 'value' prop ([307da1b9](https://github.com/spinnaker/deck/commit/307da1b93fb7a77364f51a2f7ea49652a20bb2d7))
|
|
1235
|
+
refactor(core/account): rename AccountSelectField to AccountSelectInput ([6f7f5435](https://github.com/spinnaker/deck/commit/6f7f543508176aee9eeb5ae40dea2bf03aa6a9ca))
|
|
1236
|
+
chore(*): Add core alias to module tsconfigs ([6b8188bb](https://github.com/spinnaker/deck/commit/6b8188bb54ea2e70987841079a8aff7debd8bd66))
|
|
1237
|
+
fix(imports): Avoid "import { thing } from 'core'" ([af292f69](https://github.com/spinnaker/deck/commit/af292f69b82631e31ae77979336b2b7d7c930083))
|
|
1238
|
+
chore(provider/kubernetes): add tests for yaml editor utils ([5d18fca4](https://github.com/spinnaker/deck/commit/5d18fca442eb5404e29f4039f59c028b5a7d66d6))
|
|
1239
|
+
fix(kubernetes): clicking execution details link filters clusters screen [#6120](https://github.com/spinnaker/deck/pull/6120) ([caee35d3](https://github.com/spinnaker/deck/commit/caee35d32c11fa133bc406859e880e5faea45bf6))
|
|
1240
|
+
fix(kubernetes): namespace details links in executions dont work [#6114](https://github.com/spinnaker/deck/pull/6114) ([d70fcf71](https://github.com/spinnaker/deck/commit/d70fcf71c75694664375241ac726adde602f1c73))
|
|
1241
|
+
fix(kubernetes): fix manifest update race condition [#6101](https://github.com/spinnaker/deck/pull/6101) ([a1d8fed1](https://github.com/spinnaker/deck/commit/a1d8fed1e54bd628317e264e3f8283ad67b6eb1c))
|
|
1242
|
+
fix(artifact): hide artifact account selector when deploying manifest as text [#6100](https://github.com/spinnaker/deck/pull/6100) ([7399d381](https://github.com/spinnaker/deck/commit/7399d381962a513981d48fb85fecc78ea592481e))
|
|
1243
|
+
fix(kubernetes): yaml editor support for multi docs ([acdd57b5](https://github.com/spinnaker/deck/commit/acdd57b50f4ab469ad6f5c23e5240ef1206e6073))
|
|
1244
|
+
feat(entityTags):kubernetes support [#5498](https://github.com/spinnaker/deck/pull/5498) ([7a4b0cd7](https://github.com/spinnaker/deck/commit/7a4b0cd77d993d801f4b9b96178a8f0b4a69fd8b))
|
|
1245
|
+
fix(provider/kubernetes): Change FileSystem to Filesystem [#6044](https://github.com/spinnaker/deck/pull/6044) ([46f60d0b](https://github.com/spinnaker/deck/commit/46f60d0b798721a1172c48ac00c485c4371a3db4))
|
|
1246
|
+
feat(provider/kubernetes): dynamic lookups in scale/find [#6037](https://github.com/spinnaker/deck/pull/6037) ([732619d2](https://github.com/spinnaker/deck/commit/732619d2058ba58482f75d45c8a0b3ebd29b2a31))
|
|
1247
|
+
feat(kubernetes): add execution details for scale + delete stages [#6024](https://github.com/spinnaker/deck/pull/6024) ([70bdf746](https://github.com/spinnaker/deck/commit/70bdf746996a8747d00c8098a26e1e7a4dd9cf74))
|
|
1248
|
+
fix(kubernetes): prevent namespace as expression from resetting to null ([1ddf52c3](https://github.com/spinnaker/deck/commit/1ddf52c3de6fa5a79db690de561354a416157d66))
|
|
1249
|
+
feat(kubernetes): execution details for manifest traffic stages [#5985](https://github.com/spinnaker/deck/pull/5985) ([cbcb28c2](https://github.com/spinnaker/deck/commit/cbcb28c29fbae476724231d57bda6644c16e4db8))
|
|
1250
|
+
fix(kubernetes): add custom prompt text for Creatable selects in ManifestSelector, fix error where custom text fails to load in ui ([d59d77bf](https://github.com/spinnaker/deck/commit/d59d77bf7ee6a853cd1e2aef7f9d0aeeb513cdba))
|
|
1251
|
+
fix(kubernetes): add toggleable text input to ManifestSelector so name can be entered as an expression #3513 ([6a61113b](https://github.com/spinnaker/deck/commit/6a61113b785273c1b467e3fff8985a1ab574d7a3))
|
|
1252
|
+
fix(kubernetes): fix yaml editor [#5981](https://github.com/spinnaker/deck/pull/5981) ([cbb29685](https://github.com/spinnaker/deck/commit/cbb2968500254d4d2948b2651b0426ec6adec801))
|
|
1253
|
+
fix(kubernetes): defaults can be passed in as null [#5975](https://github.com/spinnaker/deck/pull/5975) ([830d4514](https://github.com/spinnaker/deck/commit/830d45147084f57b5b2438f3bcec6279f017b829))
|
|
1254
|
+
fix(kubernetes): include app and provider in enable + disable stages [#5962](https://github.com/spinnaker/deck/pull/5962) ([9e893316](https://github.com/spinnaker/deck/commit/9e8933167be7bc9197262aeb6381e2da5179cb61))
|
|
1255
|
+
feat(kubernetes): enable / disable stages [#5940](https://github.com/spinnaker/deck/pull/5940) ([0cb4ea9d](https://github.com/spinnaker/deck/commit/0cb4ea9dc526497566f3c1309f02c458ee6f6514))
|
|
1256
|
+
fix(artifacts): hide artifact editor when source of manifest is text [#5915](https://github.com/spinnaker/deck/pull/5915) ([d6d6d79f](https://github.com/spinnaker/deck/commit/d6d6d79fa924e4329889d53594953bb2534a5496))
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
## [0.0.19](https://www.github.com/spinnaker/deck/compare/4e682015d25217342c30bc8dfef4b00c89ff8c36...9985cc89167e1028a89d5186281d6d85ca82dfd9) (2018-10-25)
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
### Changes
|
|
1264
|
+
|
|
1265
|
+
chore(kubernetes): bump package to 0.0.19 [#5898](https://github.com/spinnaker/deck/pull/5898) ([9985cc89](https://github.com/spinnaker/deck/commit/9985cc89167e1028a89d5186281d6d85ca82dfd9))
|
|
1266
|
+
fix(kubernetes): fix trailing whitespace [#5881](https://github.com/spinnaker/deck/pull/5881) ([cbb1327c](https://github.com/spinnaker/deck/commit/cbb1327c3ca14326288a5286888924960a9f6b82))
|
|
1267
|
+
feat(kubernetes): ad-hoc enable/disable server groups [#5880](https://github.com/spinnaker/deck/pull/5880) ([91c0b89a](https://github.com/spinnaker/deck/commit/91c0b89a61b8a6a16423dda29550576c5549c71c))
|
|
1268
|
+
Merge branch 'master' into k8s-json-patch-fix ([ee0b53b0](https://github.com/spinnaker/deck/commit/ee0b53b05d60f7f97be72bbe888c06d9dfe76688))
|
|
1269
|
+
feat(artifacts): Add execution artifacts tab to findArtifactsFromResourceStage [#5865](https://github.com/spinnaker/deck/pull/5865) ([3835b394](https://github.com/spinnaker/deck/commit/3835b3947b7b302e4fbaa64e3b4cddce20596a68))
|
|
1270
|
+
fix(kubernetes): add support for json patch ([d2a5ec76](https://github.com/spinnaker/deck/commit/d2a5ec767694a1df2ea0f36c67972454453dbea3))
|
|
1271
|
+
refactor(*): Replace all uses of wrapped AccountSelectField with react version [#5832](https://github.com/spinnaker/deck/pull/5832) ([8e23f8fa](https://github.com/spinnaker/deck/commit/8e23f8fa06433783a1cd2ad5b1f571376340792b))
|
|
1272
|
+
fix(kubernetes): hide copy manifest button if source type is artifact [#5849](https://github.com/spinnaker/deck/pull/5849) ([cc37979d](https://github.com/spinnaker/deck/commit/cc37979dd415bfcc63e4360106fbd12eb29848b0))
|
|
1273
|
+
fix(kubernetes): filter results, update when account changes [#5848](https://github.com/spinnaker/deck/pull/5848) ([b1e1adee](https://github.com/spinnaker/deck/commit/b1e1adeeecc4908671c2ede46acc8d2873e603f7))
|
|
1274
|
+
fix(kubernetes): fix saving of kubernetes yaml patches [#5838](https://github.com/spinnaker/deck/pull/5838) ([059e8179](https://github.com/spinnaker/deck/commit/059e8179d06c1ab29fcbd52f7e8ec1b07ba6c6dc))
|
|
1275
|
+
feat(provider/kubernetes): split kubernetes pod logs by container [#5824](https://github.com/spinnaker/deck/pull/5824) ([761df950](https://github.com/spinnaker/deck/commit/761df9507a6b7e2d72cb45dfd46eba16a70674c1))
|
|
1276
|
+
fix(provider/kubernetes): remove warnings for stages [#5811](https://github.com/spinnaker/deck/pull/5811) ([6ece6359](https://github.com/spinnaker/deck/commit/6ece6359aca55996f657e0f4f7c3c26a6f57f71e))
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
## [0.0.18](https://www.github.com/spinnaker/deck/compare/e3d84813ed1d9b7fec9b3432eba20e9d071ce40e...4e682015d25217342c30bc8dfef4b00c89ff8c36) (2018-10-01)
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
### Changes
|
|
1284
|
+
|
|
1285
|
+
chore(provider/kubernetes): bump k8s package version [#5812](https://github.com/spinnaker/deck/pull/5812) ([4e682015](https://github.com/spinnaker/deck/commit/4e682015d25217342c30bc8dfef4b00c89ff8c36))
|
|
1286
|
+
chore(package): prepare -> prepublishOnly for everything [#5806](https://github.com/spinnaker/deck/pull/5806) ([06f45b5c](https://github.com/spinnaker/deck/commit/06f45b5c0da71227e4f1d7bb9e7187e95231f4d2))
|
|
1287
|
+
fix(kubernetes): copy into pipeline stage [#5795](https://github.com/spinnaker/deck/pull/5795) ([8d19e9d4](https://github.com/spinnaker/deck/commit/8d19e9d4299285bae0e18fa63817817462caf6d4))
|
|
1288
|
+
feat(kubernetes): provide namespace and kind hints in manifest selector component [#5769](https://github.com/spinnaker/deck/pull/5769) ([36d50467](https://github.com/spinnaker/deck/commit/36d504671b735477cd398c2075a9cc3ba1c38187))
|
|
1289
|
+
refactor(core/modal): Improve wizardPage types so no type param is necessary ([8aff36a9](https://github.com/spinnaker/deck/commit/8aff36a9582b775a8e1dc2344938ecf1e22f85be))
|
|
1290
|
+
fix(kubernetes): fix yaml editor in manifest wizard [#5786](https://github.com/spinnaker/deck/pull/5786) ([0f2bb946](https://github.com/spinnaker/deck/commit/0f2bb946ee99d92486246b6e0050853d530db359))
|
|
1291
|
+
refactor(core/modal): Refactor remaining Wizard Pages to use prop instead of spreading. [#5784](https://github.com/spinnaker/deck/pull/5784) ([ae1c7099](https://github.com/spinnaker/deck/commit/ae1c7099b7e18b85741b682adefc23a4f52fab94))
|
|
1292
|
+
fix(kubernetes): fix after formik modal wizard refactor ([de62bd9e](https://github.com/spinnaker/deck/commit/de62bd9e82a7d286d374ed9050c3c8e4ccf15d8b))
|
|
1293
|
+
feat(provider/kubernetes): show manifest condition times as relative [#5773](https://github.com/spinnaker/deck/pull/5773) ([3661743f](https://github.com/spinnaker/deck/commit/3661743f6807fce29b9c4e3d6731589a9109bfd4))
|
|
1294
|
+
feat(kubernetes): show images in server group details [#5767](https://github.com/spinnaker/deck/pull/5767) ([a5644108](https://github.com/spinnaker/deck/commit/a56441089df57d940600bada502463811882c28e))
|
|
1295
|
+
refactor(kubernetes): convert manifest wizard to react [#5764](https://github.com/spinnaker/deck/pull/5764) ([fbc72797](https://github.com/spinnaker/deck/commit/fbc72797717a22f30923a0e7e95c0507426ce687))
|
|
1296
|
+
feat(kubernetes): allow a copy from running infrastructure into deploy manifest stage [#5751](https://github.com/spinnaker/deck/pull/5751) ([a8ec3c11](https://github.com/spinnaker/deck/commit/a8ec3c11c72e89ee476515c3d973bbfa39a4ea0b))
|
|
1297
|
+
chore(prettier): Just Update Prettier™ [#5754](https://github.com/spinnaker/deck/pull/5754) ([709f30f6](https://github.com/spinnaker/deck/commit/709f30f6eff0c8862cb8736465e4fd152abd693c))
|
|
1298
|
+
feat(kayenta): show image sources [#5749](https://github.com/spinnaker/deck/pull/5749) ([ffb7a8bb](https://github.com/spinnaker/deck/commit/ffb7a8bbf2fc42f110baef75b0860ae0d92ef447))
|
|
1299
|
+
feat(kubernetes): bake manifest artifacts inline editor [#5740](https://github.com/spinnaker/deck/pull/5740) ([3e0065d9](https://github.com/spinnaker/deck/commit/3e0065d9d91a52f9d157cb6102d83de9e591ef41))
|
|
1300
|
+
fix(kubernetes): hide expected artifact label when manifest source is text [#5722](https://github.com/spinnaker/deck/pull/5722) ([b28302b0](https://github.com/spinnaker/deck/commit/b28302b0c9f96584a45bf45698fa2a82be189217))
|
|
1301
|
+
fix(kubernetes): fix lint from patch manifest inline artifact editor merge [#5721](https://github.com/spinnaker/deck/pull/5721) ([b6a7376f](https://github.com/spinnaker/deck/commit/b6a7376fb1aa530e90aee0d9d10d28b6dc33462d))
|
|
1302
|
+
feat(kubernetes): add inline artifact editor to patch manifest stage [#5717](https://github.com/spinnaker/deck/pull/5717) ([5e1e08e6](https://github.com/spinnaker/deck/commit/5e1e08e6f9cddd8529b55df30867a17bb3b0afde))
|
|
1303
|
+
fix(kubernetes): add missing typings [#5713](https://github.com/spinnaker/deck/pull/5713) ([d5882f0d](https://github.com/spinnaker/deck/commit/d5882f0d8a4c8a5df307f6131484b9078f6cb589))
|
|
1304
|
+
fix(kubernetes): Replace all periods in image name [#5711](https://github.com/spinnaker/deck/pull/5711) ([a1f88989](https://github.com/spinnaker/deck/commit/a1f8898960bbfa7471114a3de7e584580f235edb))
|
|
1305
|
+
feat(kubernetes): use inline artifact editor for deploy manifest artifact [#5707](https://github.com/spinnaker/deck/pull/5707) ([d6bc248a](https://github.com/spinnaker/deck/commit/d6bc248a8a0bf0e618831c4568c58ddaab0a54b1))
|
|
1306
|
+
fix(kubernetes): Fix container selection with multiple triggers [#5705](https://github.com/spinnaker/deck/pull/5705) ([c046a1f4](https://github.com/spinnaker/deck/commit/c046a1f43889c0ec5b475cb906aa4ae6cb5ca5f3))
|
|
1307
|
+
fix(provider/kubernetes): fixup lb details view [#5662](https://github.com/spinnaker/deck/pull/5662) ([335556c4](https://github.com/spinnaker/deck/commit/335556c4e87afb0514aeb1e388aa6d469be3b646))
|
|
1308
|
+
fix(kubernetes): links from server groups + instances in load balancer view [#5675](https://github.com/spinnaker/deck/pull/5675) ([f1050f16](https://github.com/spinnaker/deck/commit/f1050f16d1485e95357973f9d48ec86c9a61bdcb))
|
|
1309
|
+
feat(kubernetes): better undo rollout ux [#5663](https://github.com/spinnaker/deck/pull/5663) ([a1b3e9ec](https://github.com/spinnaker/deck/commit/a1b3e9ec2e93b4df463c3240164ed9d57b7c9282))
|
|
1310
|
+
feat(kubernetes): add ace yaml editor [#5660](https://github.com/spinnaker/deck/pull/5660) ([199c3fb0](https://github.com/spinnaker/deck/commit/199c3fb040a472c46722d3adf194be9dad6fe317))
|
|
1311
|
+
feat(provider/kubernetes): move logs up to top section [#5658](https://github.com/spinnaker/deck/pull/5658) ([7c971de6](https://github.com/spinnaker/deck/commit/7c971de67b16b5461aa6b31c345596bfe509f193))
|
|
1312
|
+
fix(provider/kubernetes): remove 'instance' ref in dropdown [#5659](https://github.com/spinnaker/deck/pull/5659) ([b588576b](https://github.com/spinnaker/deck/commit/b588576bf0242b2dc4fe68870d821b1f3f6306e1))
|
|
1313
|
+
feat(provider/kubernetes): container metrics & QOS tier [#5654](https://github.com/spinnaker/deck/pull/5654) ([5eefc939](https://github.com/spinnaker/deck/commit/5eefc939b451066e919b295e62d45048946832af))
|
|
1314
|
+
fix(provider/kubernetes): edit last applied config [#5641](https://github.com/spinnaker/deck/pull/5641) ([e1ec0902](https://github.com/spinnaker/deck/commit/e1ec0902db45c626b2be21ab55d6ce8dc7ba27cf))
|
|
1315
|
+
fix(kubernetes): placate compiler [#5639](https://github.com/spinnaker/deck/pull/5639) ([5d4446f3](https://github.com/spinnaker/deck/commit/5d4446f38b4fe29c8e0b6e1855fa225fe6020f1c))
|
|
1316
|
+
fix(provider/kubernetes): fix missing event message check [#5638](https://github.com/spinnaker/deck/pull/5638) ([2629b311](https://github.com/spinnaker/deck/commit/2629b311bb7e3171ac1454471fae0e945d8d3cc2))
|
|
1317
|
+
feat(kubernetes): new deployment representation in cluster view [#5617](https://github.com/spinnaker/deck/pull/5617) ([b97cb454](https://github.com/spinnaker/deck/commit/b97cb45459061f9301f5e59a7595b374788ed6bb))
|
|
1318
|
+
feat(appengine): filter container image artifacts to just docker images [#5629](https://github.com/spinnaker/deck/pull/5629) ([7ff3c018](https://github.com/spinnaker/deck/commit/7ff3c0181d6a7fd027a094172b1750b0d199981c))
|
|
1319
|
+
feat(kubernetes): filter artifact types that dont make sense for a manifest [#5621](https://github.com/spinnaker/deck/pull/5621) ([4716f558](https://github.com/spinnaker/deck/commit/4716f558caa8940e177ba36699b69f30ea135d97))
|
|
1320
|
+
feat(kubernetes): use native language on action buttons [#5618](https://github.com/spinnaker/deck/pull/5618) ([98093453](https://github.com/spinnaker/deck/commit/98093453a541124301168fbdfcfff2abd9f6e1c0))
|
|
1321
|
+
feat(provider/kubernetes): Hide min/max label in servergroup details when min is null-ish [#5616](https://github.com/spinnaker/deck/pull/5616) ([39bbd408](https://github.com/spinnaker/deck/commit/39bbd408bfab17118a7da47735ef217119943602))
|
|
1322
|
+
fix(kubernetes): correct lint error [#5606](https://github.com/spinnaker/deck/pull/5606) ([d9e85a18](https://github.com/spinnaker/deck/commit/d9e85a187d573dfb068d04dc608a77dde7d33539))
|
|
1323
|
+
fix(kubernetes): pick correct account when opening manifest wizard [#5599](https://github.com/spinnaker/deck/pull/5599) ([2cfd7c7e](https://github.com/spinnaker/deck/commit/2cfd7c7e8ccf51058eafa1d74cc2d1bc727408d6))
|
|
1324
|
+
fix(kubernetes): duplicate 'replicas' label in scale manifest stage [#5592](https://github.com/spinnaker/deck/pull/5592) ([7ac083e8](https://github.com/spinnaker/deck/commit/7ac083e8c1b924a36d3489682eb69f03ff7a45b6))
|
|
1325
|
+
fix(kubernetes): return type of server group command builder [#5591](https://github.com/spinnaker/deck/pull/5591) ([1e80ec4f](https://github.com/spinnaker/deck/commit/1e80ec4f60e8d6d9d8d3b066b69764bba95ac194))
|
|
1326
|
+
fix(kubernetes): replace all hyphens in annotation driven titles [#5590](https://github.com/spinnaker/deck/pull/5590) ([6f1c4579](https://github.com/spinnaker/deck/commit/6f1c45792f742296feff82d78f51a3809061b758))
|
|
1327
|
+
feat(kubernetes): remove annotations from details view [#5588](https://github.com/spinnaker/deck/pull/5588) ([aa16c0ad](https://github.com/spinnaker/deck/commit/aa16c0ad96d6cc9a542de4fef1591dba32cb9e05))
|
|
1328
|
+
fix(kubernetes): manifest editor loading [#5589](https://github.com/spinnaker/deck/pull/5589) ([de019971](https://github.com/spinnaker/deck/commit/de019971a37a6360837fca5347d490f489c9faf7))
|
|
1329
|
+
fix(kubernetes): remove asterisks for basic settings component [#5587](https://github.com/spinnaker/deck/pull/5587) ([698101ef](https://github.com/spinnaker/deck/commit/698101ef80adcd591d2268a5905f69b111ec1b2d))
|
|
1330
|
+
fix(kubernetes): help text spelling [#5585](https://github.com/spinnaker/deck/pull/5585) ([857ca242](https://github.com/spinnaker/deck/commit/857ca24290856e53b3d49a901213e5dac3609847))
|
|
1331
|
+
chore(core): Update typescript and tslint dependencies [#5557](https://github.com/spinnaker/deck/pull/5557) ([311bb09e](https://github.com/spinnaker/deck/commit/311bb09e6eec8f99532439cee2fda2a66ea970c9))
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
|
|
1335
|
+
## [0.0.17](https://www.github.com/spinnaker/deck/compare/63639250f55533bc34e6ea26e29097cfd96ac177...e3d84813ed1d9b7fec9b3432eba20e9d071ce40e) (2018-08-01)
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
### Changes
|
|
1339
|
+
|
|
1340
|
+
fix(kubernetes): fixes package build [#5555](https://github.com/spinnaker/deck/pull/5555) ([e3d84813](https://github.com/spinnaker/deck/commit/e3d84813ed1d9b7fec9b3432eba20e9d071ce40e))
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
## [0.0.16](https://www.github.com/spinnaker/deck/compare/f05ea872fbe4ce9413237c854c7da7506ed6a275...63639250f55533bc34e6ea26e29097cfd96ac177) (2018-07-27)
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
### Changes
|
|
1348
|
+
|
|
1349
|
+
chore(kubernetes): bump kubernetes package to 0.0.16 [#5547](https://github.com/spinnaker/deck/pull/5547) ([63639250](https://github.com/spinnaker/deck/commit/63639250f55533bc34e6ea26e29097cfd96ac177))
|
|
1350
|
+
style(kubernetes): Removing unused variable [#5548](https://github.com/spinnaker/deck/pull/5548) ([d2c109b4](https://github.com/spinnaker/deck/commit/d2c109b40e300fc12c60a2f0fe057b6f47c15d93))
|
|
1351
|
+
feat(artifacts): Kubernetes V1 provider removes deleted artifacts [#5544](https://github.com/spinnaker/deck/pull/5544) ([3ace82a2](https://github.com/spinnaker/deck/commit/3ace82a2cb6d730faffc3c58c97c2d1df41338fe))
|
|
1352
|
+
feat(provider/kubernetes-v2): Add pod logs output for job kinds in deploy manifest [#5537](https://github.com/spinnaker/deck/pull/5537) ([1123dc54](https://github.com/spinnaker/deck/commit/1123dc5418d825235819adce5af2dc17f4884dad))
|
|
1353
|
+
fix(artifacts): Remove kubernetes import from core [#5540](https://github.com/spinnaker/deck/pull/5540) ([0c105323](https://github.com/spinnaker/deck/commit/0c1053230ca87afe62412d6e752b22a3a88e50b6))
|
|
1354
|
+
feat(kubernetes): Add consumed artifacts to Kubernetes V1 provider [#5538](https://github.com/spinnaker/deck/pull/5538) ([a99f527c](https://github.com/spinnaker/deck/commit/a99f527c161610f8966e5c66dfd42dadb8998b06))
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
## [0.0.15](https://www.github.com/spinnaker/deck/compare/ee89420398e2a7a42e199ba89c7ac730f494be95...f05ea872fbe4ce9413237c854c7da7506ed6a275) (2018-07-17)
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
### Changes
|
|
1362
|
+
|
|
1363
|
+
chore(kubernetes): bump package version [#5532](https://github.com/spinnaker/deck/pull/5532) ([f05ea872](https://github.com/spinnaker/deck/commit/f05ea872fbe4ce9413237c854c7da7506ed6a275))
|
|
1364
|
+
feat(kubernetes): Allow deploying containers specified as artifacts [#5524](https://github.com/spinnaker/deck/pull/5524) ([3dd3b25b](https://github.com/spinnaker/deck/commit/3dd3b25b87309c8c446a6695a8c5c199af917fcd))
|
|
1365
|
+
fix(kubernetes): console output broken for instances [#5516](https://github.com/spinnaker/deck/pull/5516) ([44503f9d](https://github.com/spinnaker/deck/commit/44503f9d5be7cf7377f7b2b8310ae70bd3d4f8fc))
|
|
1366
|
+
feat(instances): support name field on IInstance [#5506](https://github.com/spinnaker/deck/pull/5506) ([73240917](https://github.com/spinnaker/deck/commit/7324091773422cd65feb1f10529014237342c7d9))
|
|
1367
|
+
fix(provider/kubernetes): Remove patch manifest stage from v1 provider [#5502](https://github.com/spinnaker/deck/pull/5502) ([e0c7b70d](https://github.com/spinnaker/deck/commit/e0c7b70dd1494917a0ebed67803be9837f69f39b))
|
|
1368
|
+
fix(kubernetes): menifest -> manifest [#5487](https://github.com/spinnaker/deck/pull/5487) ([4393dd5b](https://github.com/spinnaker/deck/commit/4393dd5b3c85516e87cae76e6e0f3b626d939308))
|
|
1369
|
+
feat(kubernetes): add more info about k8s-v2 loadbalancer [#5486](https://github.com/spinnaker/deck/pull/5486) ([a683507a](https://github.com/spinnaker/deck/commit/a683507a7415a5bfd586f16f7ed0fe1adf2421d2))
|
|
1370
|
+
feat(kubernetes): add account tag to pipeline headers [#5470](https://github.com/spinnaker/deck/pull/5470) ([02c78943](https://github.com/spinnaker/deck/commit/02c7894329910614bcf5049d08778348840fd622))
|
|
1371
|
+
feat(kubernetes): use kind mapping to determine details view [#5469](https://github.com/spinnaker/deck/pull/5469) ([d1c01ee1](https://github.com/spinnaker/deck/commit/d1c01ee115ff8c3ea958ffc1352b6100ec904ba8))
|
|
1372
|
+
feat(provider/kubernetes): generic details view for unmapped resources [#5463](https://github.com/spinnaker/deck/pull/5463) ([736dc9a7](https://github.com/spinnaker/deck/commit/736dc9a78da73b3fe87a75d6d056500145a8802e))
|
|
1373
|
+
feat(provier/kubernetes): add artifact tab to bakeManifest executions [#5462](https://github.com/spinnaker/deck/pull/5462) ([d00be060](https://github.com/spinnaker/deck/commit/d00be0602bdee6038d102d2148e957262f09a849))
|
|
1374
|
+
fix(provider/kubernetes): re-enable script stage for k8s v2 [#5434](https://github.com/spinnaker/deck/pull/5434) ([58e92942](https://github.com/spinnaker/deck/commit/58e92942b10b8ed5f31ada69a15dfd25caec26b7))
|
|
1375
|
+
fix(deck): Change RunJob stage to check for logs in HTML [#5424](https://github.com/spinnaker/deck/pull/5424) ([30965784](https://github.com/spinnaker/deck/commit/309657842391fb2a2d33a834db0fb208d6455237))
|
|
1376
|
+
Add a new patch manifest stage for kubernetes V2 provider [#5417](https://github.com/spinnaker/deck/pull/5417) ([74ac6162](https://github.com/spinnaker/deck/commit/74ac6162a80ccae4b5baf2cc7bdb2c362c0f6c15))
|
|
1377
|
+
feat(provider/kubernetes): Support NFS volumes [#5421](https://github.com/spinnaker/deck/pull/5421) ([b78976e7](https://github.com/spinnaker/deck/commit/b78976e75e78f787bd5d559b4edaa15598a0d1d9))
|
|
1378
|
+
fix(provider/kubernetes): namespace manifests are fetched with namespace of _ [#5412](https://github.com/spinnaker/deck/pull/5412) ([c90aef67](https://github.com/spinnaker/deck/commit/c90aef67e27ebf7ad4393494d1505fe8abab8ce8))
|
|
1379
|
+
chore(provider/kubernetes): delete unused ng modules [#5408](https://github.com/spinnaker/deck/pull/5408) ([690839de](https://github.com/spinnaker/deck/commit/690839de4209015ff93aae66728eb7d773e2e909))
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
## [0.0.14](https://www.github.com/spinnaker/deck/compare/7b8085db6a1d0672cea566b6eed99c30b40829b2...ee89420398e2a7a42e199ba89c7ac730f494be95) (2018-05-30)
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
### Changes
|
|
1387
|
+
|
|
1388
|
+
chore(core/kubernetes/appengine): core@0.0.231, kubernetes@0.0.14, appengine@0.0.5 [#5405](https://github.com/spinnaker/deck/pull/5405) ([ee894203](https://github.com/spinnaker/deck/commit/ee89420398e2a7a42e199ba89c7ac730f494be95))
|
|
1389
|
+
fix(provider/kubernetes): provide placeholders when manifest API returns 404 [#5404](https://github.com/spinnaker/deck/pull/5404) ([583f2f70](https://github.com/spinnaker/deck/commit/583f2f705afa412988ead730b86002583df8e03c))
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
## [0.0.13](https://www.github.com/spinnaker/deck/compare/6e20b41114db7ebba7a7dabd55818349871c5595...7b8085db6a1d0672cea566b6eed99c30b40829b2) (2018-05-30)
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
### Changes
|
|
1397
|
+
|
|
1398
|
+
chore(kubernetes/appengine): bump package versions [#5396](https://github.com/spinnaker/deck/pull/5396) ([7b8085db](https://github.com/spinnaker/deck/commit/7b8085db6a1d0672cea566b6eed99c30b40829b2))
|
|
1399
|
+
fix(provider/kubernetes): clicking LB doesnt always show correct details view [#5401](https://github.com/spinnaker/deck/pull/5401) ([bec17d66](https://github.com/spinnaker/deck/commit/bec17d66cdad5a159f9d70bb351afd6a960740af))
|
|
1400
|
+
fix(provider/kubernetes): manifest.metadata.namespace can be null-ish [#5399](https://github.com/spinnaker/deck/pull/5399) ([e43746fd](https://github.com/spinnaker/deck/commit/e43746fd822f97fc77f63106a64f1c8e14c2c983))
|
|
1401
|
+
fix(provider/kubernetes): config relying on name instead of labels incorrectly validates kind [#5393](https://github.com/spinnaker/deck/pull/5393) ([06015d1e](https://github.com/spinnaker/deck/commit/06015d1e0aad7c5ca3b22f8958095e781792fe45))
|
|
1402
|
+
chore(provider/kubernetes): reactify deployManifest execution details [#5376](https://github.com/spinnaker/deck/pull/5376) ([c6d98ac4](https://github.com/spinnaker/deck/commit/c6d98ac4f21d63d670901d9316ce93b87e543117))
|
|
1403
|
+
refactor(core) de-angularize more services [#5390](https://github.com/spinnaker/deck/pull/5390) ([ca5df990](https://github.com/spinnaker/deck/commit/ca5df990b30a9208a682831803d376781a4cba87))
|
|
1404
|
+
fix(provider/kubernetes): manifest textarea clipped [#5389](https://github.com/spinnaker/deck/pull/5389) ([2eae600d](https://github.com/spinnaker/deck/commit/2eae600d90403e217fa0008a12e53bb7fc4419d7))
|
|
1405
|
+
refactor(core): de-angularize services [#5385](https://github.com/spinnaker/deck/pull/5385) ([37a96b16](https://github.com/spinnaker/deck/commit/37a96b168cae0cb5517c269e858bc16020f753c2))
|
|
1406
|
+
refactor(core): de-angularize services [#5377](https://github.com/spinnaker/deck/pull/5377) ([bda420f9](https://github.com/spinnaker/deck/commit/bda420f98933852e734452a40d9ab788912dbb42))
|
|
1407
|
+
refactor(artifacts): Generalize kubernetes artifact summary [#5370](https://github.com/spinnaker/deck/pull/5370) ([847359e4](https://github.com/spinnaker/deck/commit/847359e4bb5bdda7008f22afe4a010c83f8b99c1))
|
|
1408
|
+
refactor(core): de-angularize services [#5365](https://github.com/spinnaker/deck/pull/5365) ([5d159622](https://github.com/spinnaker/deck/commit/5d159622f43fb2aa859a46b47665c8c60165224e))
|
|
1409
|
+
feat(*/instance): add moniker info + env to instance link templates [#5367](https://github.com/spinnaker/deck/pull/5367) ([b70c6d98](https://github.com/spinnaker/deck/commit/b70c6d98a92adc3f2ddabb4d449c6ced3249480c))
|
|
1410
|
+
chore(provider/kubernetes): de-angularize manifest command builder [#5369](https://github.com/spinnaker/deck/pull/5369) ([8e178312](https://github.com/spinnaker/deck/commit/8e178312c1d1f625664336a947ad8b0b474b6d89))
|
|
1411
|
+
fix(provider/kubernetes): correct closing tag in deploy manifest execution details [#5361](https://github.com/spinnaker/deck/pull/5361) ([569e668f](https://github.com/spinnaker/deck/commit/569e668f5bc754c2b93d6d815bc1a91bac7e4f23))
|
|
1412
|
+
refactor(core): de-angularize services [#5354](https://github.com/spinnaker/deck/pull/5354) ([ab380a10](https://github.com/spinnaker/deck/commit/ab380a105abd46116de1ea0b70c560f066732644))
|
|
1413
|
+
chore(provider/kubernetes): deangularizify k8s manifest services [#5358](https://github.com/spinnaker/deck/pull/5358) ([86955869](https://github.com/spinnaker/deck/commit/86955869d1ca280717b4b7599a30db415e54511f))
|
|
1414
|
+
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
## [0.0.12](https://www.github.com/spinnaker/deck/compare/bd00645072b4462288e0b7b10d2140751ff725f5...6e20b41114db7ebba7a7dabd55818349871c5595) (2018-05-18)
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
### Changes
|
|
1421
|
+
|
|
1422
|
+
chore(*): bump packages for amazon/appengine/core/google/k8s/titus [#5353](https://github.com/spinnaker/deck/pull/5353) ([6e20b411](https://github.com/spinnaker/deck/commit/6e20b41114db7ebba7a7dabd55818349871c5595))
|
|
1423
|
+
refactor(*): de-angular-ize task reader/writer/executor [#5352](https://github.com/spinnaker/deck/pull/5352) ([56ede9d2](https://github.com/spinnaker/deck/commit/56ede9d28f704926f4fadf60af42612138e5b4ce))
|
|
1424
|
+
chore(artifacts): de-angularize artifact reference service [#5348](https://github.com/spinnaker/deck/pull/5348) ([0acc2a3d](https://github.com/spinnaker/deck/commit/0acc2a3d6a6cc9cb0856f83847b732f725f255cb))
|
|
1425
|
+
chore(provider/kubernetes): de-angularize v2 expected artifact service [#5345](https://github.com/spinnaker/deck/pull/5345) ([9423895c](https://github.com/spinnaker/deck/commit/9423895c242ab4673418dd94a1b09b5df56b5db0))
|
|
1426
|
+
feat(artifacts): type icons in artifact selectors [#5346](https://github.com/spinnaker/deck/pull/5346) ([db4b3716](https://github.com/spinnaker/deck/commit/db4b37161622081f560b808fe93206fbb0b8d387))
|
|
1427
|
+
feat(artifacts): increase set of artifacts listed in execution artifacts tab [#5343](https://github.com/spinnaker/deck/pull/5343) ([9e41ff98](https://github.com/spinnaker/deck/commit/9e41ff980afad38657e29866963550a26c6c9e61))
|
|
1428
|
+
refactor(*): De-angular pipelineConfigProvider and rename to PipelineRegistry [#5340](https://github.com/spinnaker/deck/pull/5340) ([40d11f8c](https://github.com/spinnaker/deck/commit/40d11f8c5a48284bca56e639e46cf846311a5dd4))
|
|
1429
|
+
feat(artifacts): List artifacts consumed / produced by executions [#5322](https://github.com/spinnaker/deck/pull/5322) ([897818f6](https://github.com/spinnaker/deck/commit/897818f6453e2dbfb066091643238cbf0b3a309f))
|
|
1430
|
+
refactor(*): De-angular retry service ([f73d1292](https://github.com/spinnaker/deck/commit/f73d129247657aedf3d5a6e06d8be6f296281ab2))
|
|
1431
|
+
refactor(core): De-angular pipelineConfig.service [#5306](https://github.com/spinnaker/deck/pull/5306) ([bf797263](https://github.com/spinnaker/deck/commit/bf797263217544f29c888dc4293b13dd027ee872))
|
|
1432
|
+
chore(*): Keep dependencies up to date [#5294](https://github.com/spinnaker/deck/pull/5294) ([18f40953](https://github.com/spinnaker/deck/commit/18f40953e599ad6c5cff0e10d194f0c1cd6fd264))
|
|
1433
|
+
refactor(core): rename Security Groups to Firewalls [#5284](https://github.com/spinnaker/deck/pull/5284) ([d9291085](https://github.com/spinnaker/deck/commit/d929108509898833b535d20be01179dffaf187bf))
|
|
1434
|
+
perf(*): transpile to latest two modern browsers only [#5260](https://github.com/spinnaker/deck/pull/5260) ([caf1a8a8](https://github.com/spinnaker/deck/commit/caf1a8a84139fb4e5fe4c12959e02a9309d4a7db))
|
|
1435
|
+
fix(provider/kubernetes): update manifest status class for babel change [#5266](https://github.com/spinnaker/deck/pull/5266) ([81ee8073](https://github.com/spinnaker/deck/commit/81ee80734cc61141d599ffbc28c88621cb1a81be))
|
|
1436
|
+
refactor(google): Refactor config fields to use consistent directive [#5263](https://github.com/spinnaker/deck/pull/5263) ([e9f0d246](https://github.com/spinnaker/deck/commit/e9f0d2462ca3d8038f6559cc8a1c34851827beee))
|
|
1437
|
+
fix(provider/kubernetes): manifest status fails to show unstable entries [#5265](https://github.com/spinnaker/deck/pull/5265) ([938f3ae5](https://github.com/spinnaker/deck/commit/938f3ae56e8db12e48460c0027e90fb65c78fbfb))
|
|
1438
|
+
feat(provider/kubernetes): add manifest status in execution summary [#5257](https://github.com/spinnaker/deck/pull/5257) ([ee080145](https://github.com/spinnaker/deck/commit/ee080145d150bba98c2c8d55d977460d36ffc71f))
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
## [0.0.11](https://www.github.com/spinnaker/deck/compare/3213db0648ccc2c88063991d745d315052519aa2...bd00645072b4462288e0b7b10d2140751ff725f5) (2018-05-01)
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
### Changes
|
|
1446
|
+
|
|
1447
|
+
chore(kubernetes): bump package to 0.0.11 [#5252](https://github.com/spinnaker/deck/pull/5252) ([bd006450](https://github.com/spinnaker/deck/commit/bd00645072b4462288e0b7b10d2140751ff725f5))
|
|
1448
|
+
feat(artifacts): find artifacts from resource should produce artifacts [#5248](https://github.com/spinnaker/deck/pull/5248) ([5bb5c270](https://github.com/spinnaker/deck/commit/5bb5c270ed51e577578b9fd861491a36ba0a1725))
|
|
1449
|
+
feat(provider/kubernetes): cluster/app/detail no longer configurable in [#5243](https://github.com/spinnaker/deck/pull/5243) ([7c51a6d2](https://github.com/spinnaker/deck/commit/7c51a6d2e9ac48e0bb6d543d648ecbb5e465d2a0))
|
|
1450
|
+
Open links in new tab [#5240](https://github.com/spinnaker/deck/pull/5240) ([0a053e73](https://github.com/spinnaker/deck/commit/0a053e73b1aeb6d9c281ac5d71bdaebe62cb358a))
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
## [0.0.10](https://www.github.com/spinnaker/deck/compare/8e8cee4bb137cb3b302b6aaa9a154b0abf7eeb18...3213db0648ccc2c88063991d745d315052519aa2) (2018-04-25)
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
### Changes
|
|
1458
|
+
|
|
1459
|
+
chore(kubernetes): Bump package to 0.0.10 [#5233](https://github.com/spinnaker/deck/pull/5233) ([3213db06](https://github.com/spinnaker/deck/commit/3213db0648ccc2c88063991d745d315052519aa2))
|
|
1460
|
+
refactor(*): De-angularize account service ([cc6d3332](https://github.com/spinnaker/deck/commit/cc6d333254159ab713a83bc89f13938d4c98e256))
|
|
1461
|
+
refactor(*): De-angularize API service ([cc8adc9d](https://github.com/spinnaker/deck/commit/cc8adc9df3f191ff2590a0bb5eea3f794cc85544))
|
|
1462
|
+
refactor(*): De-angularize cloud provider registry ([5aaf40d8](https://github.com/spinnaker/deck/commit/5aaf40d8599e372b3f49ba2db3dffbd711bf437e))
|
|
1463
|
+
feat(bake/manifest): helm values artifacts [#5222](https://github.com/spinnaker/deck/pull/5222) ([5f728802](https://github.com/spinnaker/deck/commit/5f728802954dcf5d1ed7f13395d649b3e70d0301))
|
|
1464
|
+
chore(provider/kubernetes): tighten deploy manifest details view [#5215](https://github.com/spinnaker/deck/pull/5215) ([1240f12f](https://github.com/spinnaker/deck/commit/1240f12f21632eb8de69daecd8d1ce0352bf5691))
|
|
1465
|
+
feat(provider/kubernetes): expose optional envvar [#5209](https://github.com/spinnaker/deck/pull/5209) ([15b4a70c](https://github.com/spinnaker/deck/commit/15b4a70c100f109a09aa1dd8fa0dff8538e02a2e))
|
|
1466
|
+
fix(provider/kubernetes): fix empty tolerations [#5207](https://github.com/spinnaker/deck/pull/5207) ([76dab456](https://github.com/spinnaker/deck/commit/76dab45631533b61457a7fae99d9e0c3ce0843c7))
|
|
1467
|
+
fix(provider/kubernetes): hide bake manifest stage from k8s v1 provider [#5205](https://github.com/spinnaker/deck/pull/5205) ([099117b4](https://github.com/spinnaker/deck/commit/099117b454a474722fd333c6d8a3f838d1d75587))
|
|
1468
|
+
feat(provider/kubernetes): v1 suport tolerations [#5203](https://github.com/spinnaker/deck/pull/5203) ([6c7ad16c](https://github.com/spinnaker/deck/commit/6c7ad16ca3adf6fe74e9e8c816894c30b24446e2))
|
|
1469
|
+
feat(provider/kubernetes): Surface specially named annotations in details UI [#5197](https://github.com/spinnaker/deck/pull/5197) ([7b095af8](https://github.com/spinnaker/deck/commit/7b095af8a21d2f869c68db5bc9e4f50ac959708d))
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
## [0.0.9](https://www.github.com/spinnaker/deck/compare/a7fdd3791d51bd0a20bb3262d4e764abcb29f37d...8e8cee4bb137cb3b302b6aaa9a154b0abf7eeb18) (2018-04-17)
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
### Changes
|
|
1477
|
+
|
|
1478
|
+
chore(*): bump packages for de-angularized help contents [#5200](https://github.com/spinnaker/deck/pull/5200) ([8e8cee4b](https://github.com/spinnaker/deck/commit/8e8cee4bb137cb3b302b6aaa9a154b0abf7eeb18))
|
|
1479
|
+
refactor(*): de-angularize help contents/registry [#5199](https://github.com/spinnaker/deck/pull/5199) ([d6bfa5c2](https://github.com/spinnaker/deck/commit/d6bfa5c22c2196942230721ecc38ddb68e56874f))
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
## [0.0.8](https://www.github.com/spinnaker/deck/compare/e989e202e56a7ccbfb6c431c6b7d8b6e7e3bcb3e...a7fdd3791d51bd0a20bb3262d4e764abcb29f37d) (2018-04-17)
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
### Changes
|
|
1487
|
+
|
|
1488
|
+
chore(kubernetes): bump package.json to 0.0.8 [#5194](https://github.com/spinnaker/deck/pull/5194) ([a7fdd379](https://github.com/spinnaker/deck/commit/a7fdd3791d51bd0a20bb3262d4e764abcb29f37d))
|
|
1489
|
+
feat(provider/kubernetes): run job node selector [#5181](https://github.com/spinnaker/deck/pull/5181) ([e3d82ed8](https://github.com/spinnaker/deck/commit/e3d82ed849bef84477b5a893702b0bb5e4b0dd5b))
|
|
1490
|
+
refactor(*): De-angularize caches [#5161](https://github.com/spinnaker/deck/pull/5161) ([2f654733](https://github.com/spinnaker/deck/commit/2f6547336c43fdf5ced72dc029700e214d07c1b9))
|
|
1491
|
+
feat(kubernetes) remove upper limit for CPU Target on resize [#5159](https://github.com/spinnaker/deck/pull/5159) ([eaa25f18](https://github.com/spinnaker/deck/commit/eaa25f18522882c3fad34e84f20b76f4f1418935))
|
|
1492
|
+
refactor(core/naming): Convert angular naming.service to plain NameUtils ([d9f313bd](https://github.com/spinnaker/deck/commit/d9f313bd36508961f2a6be8d32c5155e0b5b893d))
|
|
1493
|
+
chore(tslint): ❯ npx tslint --fix -p tsconfig.json ([b1ddb67c](https://github.com/spinnaker/deck/commit/b1ddb67c2c7a74f451baac070a65c985c2b6fb8e))
|
|
1494
|
+
Just Use Prettier™ ([532ab778](https://github.com/spinnaker/deck/commit/532ab7784ca93569308c8f2ab80a18d313b910f9))
|
|
1495
|
+
fix(artifacts): deleting expected artifact removes stale references [#5107](https://github.com/spinnaker/deck/pull/5107) ([bd912257](https://github.com/spinnaker/deck/commit/bd912257caa91660d3ec92be37cb64b142d35f68))
|
|
1496
|
+
feat(provider/kubernetes): pipeline manifest events [#5096](https://github.com/spinnaker/deck/pull/5096) ([fa436486](https://github.com/spinnaker/deck/commit/fa436486ebc7c5fd87ba042375f527401766d25a))
|
|
1497
|
+
Updating to use auto-generated files from icomoon.app [#5086](https://github.com/spinnaker/deck/pull/5086) ([c96f74b7](https://github.com/spinnaker/deck/commit/c96f74b720624631b65405e847593c0e52b4a5fb))
|
|
1498
|
+
feat(provider/kubernetes): events in manifest details [#5092](https://github.com/spinnaker/deck/pull/5092) ([720f07d2](https://github.com/spinnaker/deck/commit/720f07d2edae1cbfee493bcd254a3e71299aeb84))
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
## [0.0.7](https://www.github.com/spinnaker/deck/compare/987d268481d7dace92cf3dc24a616c09fee1ce5e...e989e202e56a7ccbfb6c431c6b7d8b6e7e3bcb3e) (2018-03-29)
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
### Changes
|
|
1506
|
+
|
|
1507
|
+
chore(kubernetes): bump package to 0.0.7 [#5091](https://github.com/spinnaker/deck/pull/5091) ([e989e202](https://github.com/spinnaker/deck/commit/e989e202e56a7ccbfb6c431c6b7d8b6e7e3bcb3e))
|
|
1508
|
+
feat(kubernetes): use v2 load balancer and security group transformers [#5085](https://github.com/spinnaker/deck/pull/5085) ([81c0307a](https://github.com/spinnaker/deck/commit/81c0307a8e579f4e789a28f315312dcdd9efa6ad))
|
|
1509
|
+
feat(core): move from provider version UI implementation to skins [#5080](https://github.com/spinnaker/deck/pull/5080) ([dc6d3fdc](https://github.com/spinnaker/deck/commit/dc6d3fdc912faf17db4f0ef8cf37ae7de9e6ca84))
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
## [0.0.6](https://www.github.com/spinnaker/deck/compare/59ba44795cdc5a42332d861c24bde26f12b41e66...987d268481d7dace92cf3dc24a616c09fee1ce5e) (2018-03-27)
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
### Changes
|
|
1517
|
+
|
|
1518
|
+
chore(kubernetes): bump package to 0.0.6 [#5082](https://github.com/spinnaker/deck/pull/5082) ([987d2684](https://github.com/spinnaker/deck/commit/987d268481d7dace92cf3dc24a616c09fee1ce5e))
|
|
1519
|
+
chore(package): minify package bundles in production mode only ([a5bde826](https://github.com/spinnaker/deck/commit/a5bde826f2c641c6075fbb3900f740050892eb72))
|
|
1520
|
+
chore(webpack): update webpack configurations for webpack 4 ([40981eae](https://github.com/spinnaker/deck/commit/40981eae4c404cd833cf186a9df50d3a56b5c927))
|
|
1521
|
+
chore(core): upgrade to font-awesome 5 [#5029](https://github.com/spinnaker/deck/pull/5029) ([c2bdbf72](https://github.com/spinnaker/deck/commit/c2bdbf727746223e1c9e0a1d7fc56018a0e81736))
|
|
1522
|
+
feat(provider/kubernetes): trim runJob logs from executions until explicitly requested [#5014](https://github.com/spinnaker/deck/pull/5014) ([cab2cec4](https://github.com/spinnaker/deck/commit/cab2cec4328dfe509a5e30e84942654caeef822f))
|
|
1523
|
+
feat(kubernetes): Expose use source capacity for deploy (#2543) [#5008](https://github.com/spinnaker/deck/pull/5008) ([0c0dcfd1](https://github.com/spinnaker/deck/commit/0c0dcfd1c2607f025e15f79c3544f74fb6c53749))
|
|
1524
|
+
feat(artifacts): Enable GCE deploy stage to deploy an artifact [#4986](https://github.com/spinnaker/deck/pull/4986) ([d4e61e5c](https://github.com/spinnaker/deck/commit/d4e61e5c456a8f7eacaf5ae96b05ce67146346d0))
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
## [0.0.5](https://www.github.com/spinnaker/deck/compare/eb1b2cc073062a6980bf641ee3686cbcb13b113b...59ba44795cdc5a42332d861c24bde26f12b41e66) (2018-03-06)
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
### Changes
|
|
1532
|
+
|
|
1533
|
+
chore(kubernetes): bump package version [#4963](https://github.com/spinnaker/deck/pull/4963) ([59ba4479](https://github.com/spinnaker/deck/commit/59ba44795cdc5a42332d861c24bde26f12b41e66))
|
|
1534
|
+
fix(kubernetes): fix import [#4962](https://github.com/spinnaker/deck/pull/4962) ([bee66c4e](https://github.com/spinnaker/deck/commit/bee66c4ea9dad9e331dc36a61a60ab173ab0874e))
|
|
1535
|
+
fix(core): Fix dismissal of new server group template modal [#4954](https://github.com/spinnaker/deck/pull/4954) ([f52d61a7](https://github.com/spinnaker/deck/commit/f52d61a7c1e440259c0b9addce8fb4e9183ff792))
|
|
1536
|
+
fix(provider/kubernetes): v1 namespace lookup [#4950](https://github.com/spinnaker/deck/pull/4950) ([dc0c184c](https://github.com/spinnaker/deck/commit/dc0c184c9e382e7bc744b8b2416b5212a7bf1cfc))
|
|
1537
|
+
chore(*): Prepare for upgrading to react 16 [#4947](https://github.com/spinnaker/deck/pull/4947) ([0b9ebbaa](https://github.com/spinnaker/deck/commit/0b9ebbaacd9635efba39758f214e9e562d5efc2a))
|
|
1538
|
+
feat(provider/kubernetes): link to resources next to YAML in deploy pipeline [#4945](https://github.com/spinnaker/deck/pull/4945) ([4c3cbb57](https://github.com/spinnaker/deck/commit/4c3cbb578bbb7aaa620e41ee27eb3df1e8900266))
|
|
1539
|
+
fix(provider/kubernetes): update stage's kind when controller's rawKind changes [#4940](https://github.com/spinnaker/deck/pull/4940) ([60c3e208](https://github.com/spinnaker/deck/commit/60c3e208f32560e4f160c4f9068497714b9d8f62))
|
|
1540
|
+
fix(provider/kubernetes): Show warnings for dashes in app names [#4927](https://github.com/spinnaker/deck/pull/4927) ([b5f1f2a1](https://github.com/spinnaker/deck/commit/b5f1f2a1c9a528131f9e0a5410b687ceb3499497))
|
|
1541
|
+
fix(provider/kubernetes): deploy manifests array nests itself on save [#4921](https://github.com/spinnaker/deck/pull/4921) ([d232dedb](https://github.com/spinnaker/deck/commit/d232dedb5b496ad985803cecdc67ae7944b65a6d))
|
|
1542
|
+
fix(provider/kubernetes): add type to manifestController resolver funcs [#4881](https://github.com/spinnaker/deck/pull/4881) ([f4f8a96c](https://github.com/spinnaker/deck/commit/f4f8a96c6dbc3c0477bbd79367eab74fe3df3f12))
|
|
1543
|
+
fix(provider/kubernetes): delete action broken for all but server groups [#4879](https://github.com/spinnaker/deck/pull/4879) ([f43dfea7](https://github.com/spinnaker/deck/commit/f43dfea785d59aef9dbd3baa699241eba901dba0))
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
## [0.0.4](https://www.github.com/spinnaker/deck/compare/ed9470db4e656a18ee93c3d7b8863dc632ee7e81...eb1b2cc073062a6980bf641ee3686cbcb13b113b) (2018-02-20)
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
### Changes
|
|
1551
|
+
|
|
1552
|
+
chore(kubernetes): bump package version [#4877](https://github.com/spinnaker/deck/pull/4877) ([eb1b2cc0](https://github.com/spinnaker/deck/commit/eb1b2cc073062a6980bf641ee3686cbcb13b113b))
|
|
1553
|
+
feat(kubernetes): Surfacing timeout override for Deploy (Manifest) [#4871](https://github.com/spinnaker/deck/pull/4871) ([37af25d3](https://github.com/spinnaker/deck/commit/37af25d3427d3dfac39cb714b1d5a829987ad930))
|
|
1554
|
+
fix(provider/kubernetes): exclude manifest stages from v1 [#4863](https://github.com/spinnaker/deck/pull/4863) ([f0a8d6b9](https://github.com/spinnaker/deck/commit/f0a8d6b96c2b0dcea6db9aebc65ca108874b2f7b))
|
|
1555
|
+
feat(artifacts): allow specific stages to 'produce' artifacts [#4858](https://github.com/spinnaker/deck/pull/4858) ([388953db](https://github.com/spinnaker/deck/commit/388953dbfea640477845f4d9aac455fe382a31d7))
|
|
1556
|
+
feature(provider/kubernetes): hide stages in applications with only k8s v2 account [#4855](https://github.com/spinnaker/deck/pull/4855) ([b8477342](https://github.com/spinnaker/deck/commit/b8477342e0fd3c340752f058e281218f57d3fa60))
|
|
1557
|
+
fix(core/stages): Hide excluded providers [#4831](https://github.com/spinnaker/deck/pull/4831) ([d6268c6c](https://github.com/spinnaker/deck/commit/d6268c6c4aa8e70ac00a2931a12301a394e8208e))
|
|
1558
|
+
fix(provider/kubernetes): fix instance dereg lb [#4842](https://github.com/spinnaker/deck/pull/4842) ([bf09de8f](https://github.com/spinnaker/deck/commit/bf09de8f113de13815e8ac2a612cf9499b811d18))
|
|
1559
|
+
support custom apiPrefix in a k8s account [#4664](https://github.com/spinnaker/deck/pull/4664) ([881066ec](https://github.com/spinnaker/deck/commit/881066eca51c9ee4fc20e167b787cad1b61b8fba))
|
|
1560
|
+
feat(provider/kubernetes): v2 Add find artifacts from resource stage [#4732](https://github.com/spinnaker/deck/pull/4732) ([99567048](https://github.com/spinnaker/deck/commit/99567048150be33fa435b5be6507b0762fbdaa55))
|
|
1561
|
+
feat(provider/kubernetes): adds missing details [#4820](https://github.com/spinnaker/deck/pull/4820) ([b9d000c0](https://github.com/spinnaker/deck/commit/b9d000c0eecdd2fccefd2a2ee68ff634cb7e1583))
|
|
1562
|
+
feat(provider/kubernetes): provide name of deployed manifest [#4811](https://github.com/spinnaker/deck/pull/4811) ([7a7db0bd](https://github.com/spinnaker/deck/commit/7a7db0bd70ec169b0a454a358625fd94f52315a2))
|
|
1563
|
+
feat(provider/kubernetes): support mulitple manifests from text [#4808](https://github.com/spinnaker/deck/pull/4808) ([8fdad0da](https://github.com/spinnaker/deck/commit/8fdad0da475432723c8af05b51493210c71ff3fe))
|
|
1564
|
+
chore(linter): missed " inplace of ' [#4801](https://github.com/spinnaker/deck/pull/4801) ([0250fba2](https://github.com/spinnaker/deck/commit/0250fba27b25546c9cafaaf11e1cf23c926e2610))
|
|
1565
|
+
feat(provider/kubernetes): useful UI metadata [#4800](https://github.com/spinnaker/deck/pull/4800) ([991d856f](https://github.com/spinnaker/deck/commit/991d856f8b3f104c40a7a78252ea86219ace0530))
|
|
1566
|
+
fix(provider/kubernetes): stack/detail aren't required [#4770](https://github.com/spinnaker/deck/pull/4770) ([c4e8f393](https://github.com/spinnaker/deck/commit/c4e8f3937699b458f25bfef3058170d6c39057ca))
|
|
1567
|
+
fix(provider/kubernetes): remove a trailing 'for' from title [#4756](https://github.com/spinnaker/deck/pull/4756) ([cac6acb5](https://github.com/spinnaker/deck/commit/cac6acb566c8a2dbb5eb24b4816f7230900a0c45))
|
|
1568
|
+
fix(details): allow details dropdowns to wrap (at smaller widths). remove clearfix [#4748](https://github.com/spinnaker/deck/pull/4748) ([46c774d8](https://github.com/spinnaker/deck/commit/46c774d81fdd40edf0ce03f0735d81ceee30f995))
|
|
1569
|
+
fix(provider/kubernetes): add error message when manifest yaml isn't valid [#4739](https://github.com/spinnaker/deck/pull/4739) ([efbeef44](https://github.com/spinnaker/deck/commit/efbeef44b9246d7c6f006c7d0fdfe75a54249482))
|
|
1570
|
+
fix(provider/kubernetes): Disable editing of managed ReplicaSets [#4696](https://github.com/spinnaker/deck/pull/4696) ([a5a68f29](https://github.com/spinnaker/deck/commit/a5a68f29a44a77be6083284841c1f7f4c6ceb883))
|
|
1571
|
+
docs(provider/kubernetes) - Adding additional tool tips around kubernetes v2 provider [#4723](https://github.com/spinnaker/deck/pull/4723) ([e63429e4](https://github.com/spinnaker/deck/commit/e63429e45d58dd559173ec49abdf52d998bce9e5))
|
|
1572
|
+
fix(provider/kubernetes): prevent npe in run job stage if no triggers configured [#4724](https://github.com/spinnaker/deck/pull/4724) ([67e2c53d](https://github.com/spinnaker/deck/commit/67e2c53df288f6f23897b6eee681595cc665d053))
|
|
1573
|
+
feat(provider/kubernetes): v1 subpath UI support [#4720](https://github.com/spinnaker/deck/pull/4720) ([fd9770e7](https://github.com/spinnaker/deck/commit/fd9770e79a9bddb18a6333e1532e3ac2e4e806ec))
|
|
1574
|
+
fix(provider/kubernetes) - manfiests can be provided now through artifacts [#4709](https://github.com/spinnaker/deck/pull/4709) ([18e62ad3](https://github.com/spinnaker/deck/commit/18e62ad38e9eec9870a8566b27f968b775164f23))
|
|
1575
|
+
fix(provider/kubernetes): Fix label wording [#4683](https://github.com/spinnaker/deck/pull/4683) ([acafa231](https://github.com/spinnaker/deck/commit/acafa231da298492890fee304f0ad83668a64d15))
|
|
1576
|
+
style(amazon/application/projects/pipeline/google/kubernetes): Replacing fa-cog icons with new spinner [#4630](https://github.com/spinnaker/deck/pull/4630) ([c1f63e87](https://github.com/spinnaker/deck/commit/c1f63e879791473e86d0ecc0a316c3e94a9ba8de))
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
## [0.0.3](https://www.github.com/spinnaker/deck/compare/fc4edde0f4ba2f51f8230d73d8f09280e747d216...ed9470db4e656a18ee93c3d7b8863dc632ee7e81) (2018-01-17)
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
### Changes
|
|
1584
|
+
|
|
1585
|
+
chore(provider/kubernetes): bump kubernetes package version [#4676](https://github.com/spinnaker/deck/pull/4676) ([ed9470db](https://github.com/spinnaker/deck/commit/ed9470db4e656a18ee93c3d7b8863dc632ee7e81))
|
|
1586
|
+
feat(provider/kubernetes): export k8s server group interface [#4674](https://github.com/spinnaker/deck/pull/4674) ([88e36864](https://github.com/spinnaker/deck/commit/88e368647a4452ea7b07ef0a1c51cfb4ad6f714a))
|
|
1587
|
+
feat(provider/kubernetes): v2 rename required deployed artifacts [#4627](https://github.com/spinnaker/deck/pull/4627) ([33e048e4](https://github.com/spinnaker/deck/commit/33e048e43f020438bb0dfa57f3b4a40793cbd588))
|
|
1588
|
+
style(amazon/azure/cloudfoundry/core/dcos/google/kubernetes/openstack/oracle): Added new spinners per designs [#4611](https://github.com/spinnaker/deck/pull/4611) ([47b809c3](https://github.com/spinnaker/deck/commit/47b809c3445b606d6c668ab1657811bf2924ca74))
|
|
1589
|
+
feat(provider/kubernetes): pick artifacts to deploy [#4595](https://github.com/spinnaker/deck/pull/4595) ([3363cff0](https://github.com/spinnaker/deck/commit/3363cff077e63309d1c4f59f0cefb8928b92310f))
|
|
1590
|
+
fix(provider/kubernetes): fix runjob trigger image [#4618](https://github.com/spinnaker/deck/pull/4618) ([21c91eb0](https://github.com/spinnaker/deck/commit/21c91eb03776f4866362f3f8c50fd62947a61a07))
|
|
1591
|
+
feat(kubernetes): deployed yaml in pipeline [#4591](https://github.com/spinnaker/deck/pull/4591) ([69d995d6](https://github.com/spinnaker/deck/commit/69d995d62a670c6ada94e4cd5b79a08a7253d216))
|
|
1592
|
+
feat(provider/kubernetes): dynamic rollback stage [#4594](https://github.com/spinnaker/deck/pull/4594) ([c89a5867](https://github.com/spinnaker/deck/commit/c89a5867ef07a625c7292c199b3e9944d0778b80))
|
|
1593
|
+
fix(provider/kubernetes): fix multi manifest label selectors [#4588](https://github.com/spinnaker/deck/pull/4588) ([4564d39f](https://github.com/spinnaker/deck/commit/4564d39f91c0fc2186a7245c9c7ca68972057c75))
|
|
1594
|
+
feat(artifacts): artifact account selector [#4586](https://github.com/spinnaker/deck/pull/4586) ([df9d664c](https://github.com/spinnaker/deck/commit/df9d664cc49f4906e568363f9f89126f15635b45))
|
|
1595
|
+
fix(provider/kubernetes): initContianers exiting [#4587](https://github.com/spinnaker/deck/pull/4587) ([8e2d6861](https://github.com/spinnaker/deck/commit/8e2d68619f67de9db0e06a6cb080389a87730630))
|
|
1596
|
+
feat(provider/kubernetes): support initContainers [#4582](https://github.com/spinnaker/deck/pull/4582) ([c60112f5](https://github.com/spinnaker/deck/commit/c60112f5d7f633a537822be57304e72eb53d5213))
|
|
1597
|
+
refactor(*): Remove closeable.modal.controller [#4583](https://github.com/spinnaker/deck/pull/4583) ([2a0f1cac](https://github.com/spinnaker/deck/commit/2a0f1cac5f3237d6a97806cabe10c2f7e4b0a1ac))
|
|
1598
|
+
fix(provider/k8s-v2): Use 'manifestName' in place of 'name' in adhoc operations [#4580](https://github.com/spinnaker/deck/pull/4580) ([a732ac5f](https://github.com/spinnaker/deck/commit/a732ac5f09debeae361b5738db336f0a163b3f98))
|
|
1599
|
+
fix(provider/k8s-v2): Add field label to 'name'/'labels' toggle [#4581](https://github.com/spinnaker/deck/pull/4581) ([f06668b6](https://github.com/spinnaker/deck/commit/f06668b63689159df0e6e8c3e33d326bd1352a62))
|
|
1600
|
+
feat(provider/k8sv2): Delete/Resize manifest stage [#4567](https://github.com/spinnaker/deck/pull/4567) ([450d54c8](https://github.com/spinnaker/deck/commit/450d54c8db8541d2e7f52e18082759b9f0c4737d))
|
|
1601
|
+
fix(provider/kubernetes): fix existing envfrom [#4573](https://github.com/spinnaker/deck/pull/4573) ([337dffbc](https://github.com/spinnaker/deck/commit/337dffbcaf8c3f5935ee684148a4585ec3358f4b))
|
|
1602
|
+
feat(provider/kubernetes): support envFrom [#4564](https://github.com/spinnaker/deck/pull/4564) ([656dc87c](https://github.com/spinnaker/deck/commit/656dc87c50739c6f1e2f15ba650427be349a3130))
|
|
1603
|
+
fix(provider/kubernetes): Fixed incorrect duplication upon edit. [#4555](https://github.com/spinnaker/deck/pull/4555) ([79e45868](https://github.com/spinnaker/deck/commit/79e4586847cac251cab555100920879f8f117160))
|
|
1604
|
+
feat/deck: Configurable apiPrefix for K8s [#4562](https://github.com/spinnaker/deck/pull/4562) ([7ae69756](https://github.com/spinnaker/deck/commit/7ae69756c5927a41aa3a4bef1e32581dc61689e6))
|
|
1605
|
+
feat(provider/kubernetes): deploy artifact from application [#4552](https://github.com/spinnaker/deck/pull/4552) ([7ca410fe](https://github.com/spinnaker/deck/commit/7ca410fe37eca4f3e3a0ecaf057ce969eaa9e606))
|
|
1606
|
+
fix(provider/k8sv2): Move delete manifest form data into its own component [#4550](https://github.com/spinnaker/deck/pull/4550) ([86fba308](https://github.com/spinnaker/deck/commit/86fba30809fb484b0a9ef07cb001d02a64fb3af0))
|
|
1607
|
+
fix(provider/kubernetes): v2 move backing data out of stage [#4539](https://github.com/spinnaker/deck/pull/4539) ([afca1abe](https://github.com/spinnaker/deck/commit/afca1abee65c9f7ddfcb3166a610606c39991b88))
|
|
1608
|
+
fix(provider/kubernetes): fixup deploy manifest stage [#4538](https://github.com/spinnaker/deck/pull/4538) ([0b03a738](https://github.com/spinnaker/deck/commit/0b03a738c19fd07b61910e35b5038bf4f1d97c18))
|
|
1609
|
+
feat(provider/kubernetes): Add deploy manifest stage [#4525](https://github.com/spinnaker/deck/pull/4525) ([678e04af](https://github.com/spinnaker/deck/commit/678e04af15ad9421007b0ea71be60f48e653f1c2))
|
|
1610
|
+
|
|
1611
|
+
|
|
1612
|
+
|
|
1613
|
+
## [0.0.2](https://www.github.com/spinnaker/deck/compare/5879eabe6d724250ec0c182d50270900dcf1524c...fc4edde0f4ba2f51f8230d73d8f09280e747d216) (2017-11-28)
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
### Changes
|
|
1617
|
+
|
|
1618
|
+
chore(kubernetes): bump npm package version [#4527](https://github.com/spinnaker/deck/pull/4527) ([fc4edde0](https://github.com/spinnaker/deck/commit/fc4edde0f4ba2f51f8230d73d8f09280e747d216))
|
|
1619
|
+
feat(kubernetes): export v2 provider [#4523](https://github.com/spinnaker/deck/pull/4523) ([0a187e09](https://github.com/spinnaker/deck/commit/0a187e09b01e976196fd909ba45dabdb135651c8))
|
|
1620
|
+
feat(artifacts): show artifacts next to manifest [#4510](https://github.com/spinnaker/deck/pull/4510) ([ca8f43d2](https://github.com/spinnaker/deck/commit/ca8f43d20e22c3f4fb3b4cad9b2c8047c709d8dc))
|
|
1621
|
+
feat(provider/kubernetes): runJob logs [#4501](https://github.com/spinnaker/deck/pull/4501) ([44c5fc9a](https://github.com/spinnaker/deck/commit/44c5fc9abfb152909e702b2b7f7a848cc3d41cf3))
|
|
1622
|
+
fix(kubernetes): fixed typing [#4504](https://github.com/spinnaker/deck/pull/4504) ([8a5afd92](https://github.com/spinnaker/deck/commit/8a5afd9233de7b00793ea2f12bc8810e0bce66d9))
|
|
1623
|
+
fix(provider/kubernetes): fix runJob exec details [#4497](https://github.com/spinnaker/deck/pull/4497) ([57fd96bf](https://github.com/spinnaker/deck/commit/57fd96bf63f1f4472ab18705f2bdaa3a6b417d86))
|
|
1624
|
+
fix(provider/kubernetes): hide status banners for they are ready [#4496](https://github.com/spinnaker/deck/pull/4496) ([595cdcdf](https://github.com/spinnaker/deck/commit/595cdcdf2a59cdf3fb282624e4f9ba132fef259d))
|
|
1625
|
+
feat(provider/kubernetes): v2 surface rollout revision details [#4495](https://github.com/spinnaker/deck/pull/4495) ([3c61f0cc](https://github.com/spinnaker/deck/commit/3c61f0ccd1f1cadcb71a935881be6be7f4a7162f))
|
|
1626
|
+
refactor(*): Convert find ami execution details to react ([1896c7b2](https://github.com/spinnaker/deck/commit/1896c7b25fc18e57b639b6a7e9b3872d0c52b2f8))
|
|
1627
|
+
feat(provider/kubernetes): surface shared "conditions" [#4486](https://github.com/spinnaker/deck/pull/4486) ([efa0e126](https://github.com/spinnaker/deck/commit/efa0e126e3080808f492c48f080646a94204e84b))
|
|
1628
|
+
feat(provider/kubernetes): v1 pod logs [#4492](https://github.com/spinnaker/deck/pull/4492) ([a65e49f8](https://github.com/spinnaker/deck/commit/a65e49f800a2847063ddce23dc7f94559dc95c0d))
|
|
1629
|
+
feat(core): versioned security group create [#4489](https://github.com/spinnaker/deck/pull/4489) ([ae1ab4d2](https://github.com/spinnaker/deck/commit/ae1ab4d27744b095d4996c37a9e3a3c220f83cb4))
|
|
1630
|
+
feat(manifest): more status banners [#4475](https://github.com/spinnaker/deck/pull/4475) ([567e132f](https://github.com/spinnaker/deck/commit/567e132f624c5f8456e56186642485458f983d91))
|
|
1631
|
+
feat(provider/kubernetes): load entire manifest rather than status [#4481](https://github.com/spinnaker/deck/pull/4481) ([c56899e0](https://github.com/spinnaker/deck/commit/c56899e0cc8891b163c95cc10545cb72c975675a))
|
|
1632
|
+
feat(provider/kubernetes): runJob multi container [#4474](https://github.com/spinnaker/deck/pull/4474) ([116834bf](https://github.com/spinnaker/deck/commit/116834bfe59bf1b9b1611af0859be6063042535c))
|
|
1633
|
+
fix(provider/kubernetes): fix sg lint [#4478](https://github.com/spinnaker/deck/pull/4478) ([aeef4de3](https://github.com/spinnaker/deck/commit/aeef4de36f63b1fb1d766e5d78f046d5cac81388))
|
|
1634
|
+
chore(provider/kubernetes): Fix lint [#4479](https://github.com/spinnaker/deck/pull/4479) ([4503849b](https://github.com/spinnaker/deck/commit/4503849b43b40f8ceb2a3a21f5470fbe54309bfb))
|
|
1635
|
+
feat(provider/kubernetes): make state bars modular [#4471](https://github.com/spinnaker/deck/pull/4471) ([f04f2582](https://github.com/spinnaker/deck/commit/f04f258270c4e60c72788f0f79a173efdcfac182))
|
|
1636
|
+
feat(provider/kubernetes): surface manifest stability [#4470](https://github.com/spinnaker/deck/pull/4470) ([3c9214df](https://github.com/spinnaker/deck/commit/3c9214dfcf4cb6c583281e0d3c7d69e9f615a668))
|
|
1637
|
+
feat(provider/kubernetes): Undo rollout [#4468](https://github.com/spinnaker/deck/pull/4468) ([46882c62](https://github.com/spinnaker/deck/commit/46882c62e6ab48e365e2679140ea20726c23e0ca))
|
|
1638
|
+
fix(provider/kubernetes): fix lint issues [#4465](https://github.com/spinnaker/deck/pull/4465) ([06a4aa93](https://github.com/spinnaker/deck/commit/06a4aa93f2184bdbdc93aa5a51664484e1308246))
|
|
1639
|
+
chore(k8s): pacify linter [#4463](https://github.com/spinnaker/deck/pull/4463) ([a3c4b14b](https://github.com/spinnaker/deck/commit/a3c4b14bc419431736a3b800cad1d46bb0bcac8c))
|
|
1640
|
+
feat(provider/kubernetes): render security groups [#4460](https://github.com/spinnaker/deck/pull/4460) ([e6148d3a](https://github.com/spinnaker/deck/commit/e6148d3a0529e83a2c5f18ca36dd128c9f903a18))
|
|
1641
|
+
feat(provider/kubernetes): make it clear that stack/detail are optoinal [#4461](https://github.com/spinnaker/deck/pull/4461) ([cf3d74a7](https://github.com/spinnaker/deck/commit/cf3d74a789702eae7b44b78bfc84e1ff3b5d6ba9))
|
|
1642
|
+
feat(provider/kubernetes): runJob more fields [#4444](https://github.com/spinnaker/deck/pull/4444) ([3bbc82ee](https://github.com/spinnaker/deck/commit/3bbc82ee8078014a071780631cad6743d2302a2b))
|
|
1643
|
+
feat(provider/kubernetes): scale modal [#4458](https://github.com/spinnaker/deck/pull/4458) ([01f047dc](https://github.com/spinnaker/deck/commit/01f047dcbc70192901db6d62da0bccfd171a4492))
|
|
1644
|
+
chore(kubernetes): Placate linter [#4452](https://github.com/spinnaker/deck/pull/4452) ([2e419403](https://github.com/spinnaker/deck/commit/2e419403d092a267907e98589adb708ea994af09))
|
|
1645
|
+
feat(provider/kubernetes): server group manager details [#4451](https://github.com/spinnaker/deck/pull/4451) ([884e7ac7](https://github.com/spinnaker/deck/commit/884e7ac74bfb4fc9cd4348acd43fd63efbc71817))
|
|
1646
|
+
enhance(provider/kubernetes): runJob stage [#4416](https://github.com/spinnaker/deck/pull/4416) ([75e84a52](https://github.com/spinnaker/deck/commit/75e84a52b3f3a7db01db7a0bacfc903c8bf71826))
|
|
1647
|
+
feat(provider/kubernetes): Edit lb & instance options [#4433](https://github.com/spinnaker/deck/pull/4433) ([b7b7ef06](https://github.com/spinnaker/deck/commit/b7b7ef06e902529665e57c8e6a392a33c3bee137))
|
|
1648
|
+
feat(core): Versioned provider lb creation [#4428](https://github.com/spinnaker/deck/pull/4428) ([facde2a4](https://github.com/spinnaker/deck/commit/facde2a40b81d495df4763e71477c3ac61926880))
|
|
1649
|
+
feat(core): server group manager button on server group pod [#4431](https://github.com/spinnaker/deck/pull/4431) ([e0f7ee87](https://github.com/spinnaker/deck/commit/e0f7ee8780ff4be46af712a7bfaf61bd6e860fc9))
|
|
1650
|
+
fix(provider/kubernetes): fix envvar deletion [#4430](https://github.com/spinnaker/deck/pull/4430) ([9ab8ca0a](https://github.com/spinnaker/deck/commit/9ab8ca0a700f52d180611bed4ea9e5374a44561a))
|
|
1651
|
+
Server Group Manager data source, states, and kubernetes details [#4421](https://github.com/spinnaker/deck/pull/4421) ([a8dd439f](https://github.com/spinnaker/deck/commit/a8dd439fc67f008bcbe5e12f26388f79841b9cdc))
|
|
1652
|
+
fix(provider/kubernetes): fix destroy multiple [#4427](https://github.com/spinnaker/deck/pull/4427) ([4143f6c3](https://github.com/spinnaker/deck/commit/4143f6c315bf0c87e89eeab55ba01594f99f55e4))
|
|
1653
|
+
feat(provider/kubernetes): edit manifest in details view [#4426](https://github.com/spinnaker/deck/pull/4426) ([4d35a762](https://github.com/spinnaker/deck/commit/4d35a762519fd5879bcb5507cbfd6d253665ad24))
|
|
1654
|
+
feat(provider/kubernetes): v2 pod logs [#4411](https://github.com/spinnaker/deck/pull/4411) ([96271b84](https://github.com/spinnaker/deck/commit/96271b84f26e70a036bf3f05af49a056ae09e2c3))
|
|
1655
|
+
fix(provider/kubernetes): fix imageid filter [#4415](https://github.com/spinnaker/deck/pull/4415) ([f415a25b](https://github.com/spinnaker/deck/commit/f415a25bd7f889ac2492c6f1b660c8103cb9593a))
|
|
1656
|
+
feat(provider/kubernetes): adds instance details [#4410](https://github.com/spinnaker/deck/pull/4410) ([c9da5714](https://github.com/spinnaker/deck/commit/c9da57144739b13aa695ff326aa8eb846a8ee574))
|
|
1657
|
+
fix(provider/kubernetes): fix security group edit [#4409](https://github.com/spinnaker/deck/pull/4409) ([39614531](https://github.com/spinnaker/deck/commit/39614531bacde460c912b35ecfd1d65dfefbce8b))
|
|
1658
|
+
feat(provider/kubernetes): runJob context images [#4385](https://github.com/spinnaker/deck/pull/4385) ([b25edb40](https://github.com/spinnaker/deck/commit/b25edb40af8278adffc38eda78bbc504223b0406))
|
|
1659
|
+
feat(provider/kubernetes): v2 lb details [#4375](https://github.com/spinnaker/deck/pull/4375) ([16d3fce2](https://github.com/spinnaker/deck/commit/16d3fce21506bf36d43d115ae4decb38ee9e6670))
|
|
1660
|
+
feat(provider/kubernetes): v2 manifest delete ctrl [#4370](https://github.com/spinnaker/deck/pull/4370) ([45880cca](https://github.com/spinnaker/deck/commit/45880cca3b19a08dbd61402a472079bec14386a7))
|
|
1661
|
+
fix(provider/kubernetes): fix parsing of v2 names [#4367](https://github.com/spinnaker/deck/pull/4367) ([7cf1bbbf](https://github.com/spinnaker/deck/commit/7cf1bbbf664da8d705a4b32c1b07efd414f58945))
|
|
1662
|
+
feat(provider/kubernetes): surface stack & detail [#4341](https://github.com/spinnaker/deck/pull/4341) ([ffd6f35e](https://github.com/spinnaker/deck/commit/ffd6f35ea4a91d0d78d9cd965647624851129031))
|
|
1663
|
+
feat(provider/kubernetes): feature flag v1 rrb [#4343](https://github.com/spinnaker/deck/pull/4343) ([ca15ec80](https://github.com/spinnaker/deck/commit/ca15ec8026283eb474e9877f64010a119b77c47a))
|