@spinnaker/google 0.0.0-2025.1-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1198 -0
- package/LICENSE.txt +203 -0
- package/dist/address/address.reader.d.ts +15 -0
- package/dist/autoscalingPolicy/GceAutoScalingFieldLayout.d.ts +4 -0
- package/dist/autoscalingPolicy/IGceAutoscalingPolicy.d.ts +19 -0
- package/dist/autoscalingPolicy/autoscalingPolicy.write.service.d.ts +2 -0
- package/dist/autoscalingPolicy/components/basicSettings/basicSettings.component.d.ts +2 -0
- package/dist/autoscalingPolicy/components/metricSettings/GcePredictiveAutoscaling.d.ts +1 -0
- package/dist/autoscalingPolicy/components/metricSettings/metricSettings.component.d.ts +2 -0
- package/dist/autoscalingPolicy/components/scalingSchedules/scalingSchedules.component.d.ts +2 -0
- package/dist/autoscalingPolicy/components/scalingSchedules/timeZoneSelect.d.ts +13 -0
- package/dist/autoscalingPolicy/index.d.ts +2 -0
- package/dist/backendService/backendService.reader.d.ts +2 -0
- package/dist/cache/cacheConfigurer.service.d.ts +2 -0
- package/dist/cache/cacheRefresh.component.d.ts +1 -0
- package/dist/certificate/certificate.reader.d.ts +10 -0
- package/dist/common/footer.directive.d.ts +2 -0
- package/dist/common/xpnNaming.gce.service.d.ts +2 -0
- package/dist/domain/autoHealingPolicy.d.ts +12 -0
- package/dist/domain/backendService.d.ts +13 -0
- package/dist/domain/disk.d.ts +10 -0
- package/dist/domain/healthCheck.d.ts +18 -0
- package/dist/domain/index.d.ts +8 -0
- package/dist/domain/loadBalancer.d.ts +42 -0
- package/dist/domain/network.d.ts +10 -0
- package/dist/domain/serverGroup.d.ts +5 -0
- package/dist/domain/subnet.d.ts +12 -0
- package/dist/gce.logo2ae85d8704b1d6b8.png +0 -0
- package/dist/gce.module.d.ts +3 -0
- package/dist/gce.settings.d.ts +14 -0
- package/dist/gceNetworkSelectField.directive.d.ts +2 -0
- package/dist/gceRegionSelectField.directive.d.ts +2 -0
- package/dist/healthCheck/healthCheck.read.service.d.ts +5 -0
- package/dist/healthCheck/healthCheckUtils.d.ts +13 -0
- package/dist/help/gce.help.d.ts +1 -0
- package/dist/image/ImageSelect.d.ts +14 -0
- package/dist/image/image.reader.d.ts +11 -0
- package/dist/image/index.d.ts +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +17717 -0
- package/dist/index.js.map +1 -0
- package/dist/instance/custom/customInstance.filter.d.ts +2 -0
- package/dist/instance/custom/customInstanceBuilder.gce.service.d.ts +2 -0
- package/dist/instance/details/instance.details.controller.d.ts +2 -0
- package/dist/instance/gceInstanceType.service.d.ts +2 -0
- package/dist/instance/gceInstanceTypeDisks.d.ts +15 -0
- package/dist/instance/gceMultiInstanceTask.transformer.d.ts +2 -0
- package/dist/interceptors/iap.interceptor.d.ts +8 -0
- package/dist/loadBalancer/configure/choice/gceLoadBalancerChoice.modal.d.ts +1 -0
- package/dist/loadBalancer/configure/choice/loadBalancerTypeToWizardMap.constant.d.ts +10 -0
- package/dist/loadBalancer/configure/common/addressSelector.component.d.ts +1 -0
- package/dist/loadBalancer/configure/common/commonLoadBalancer.controller.d.ts +17 -0
- package/dist/loadBalancer/configure/common/commonLoadBalancerCommandBuilder.service.d.ts +23 -0
- package/dist/loadBalancer/configure/common/healthCheck.component.d.ts +1 -0
- package/dist/loadBalancer/configure/common/sessionAffinityNameMaps.d.ts +5 -0
- package/dist/loadBalancer/configure/http/backendService/backendService.component.d.ts +2 -0
- package/dist/loadBalancer/configure/http/basicSettings/basicSettings.component.d.ts +2 -0
- package/dist/loadBalancer/configure/http/commandBuilder.service.d.ts +2 -0
- package/dist/loadBalancer/configure/http/createHttpLoadBalancer.controller.d.ts +2 -0
- package/dist/loadBalancer/configure/http/healthCheck/healthCheck.component.d.ts +2 -0
- package/dist/loadBalancer/configure/http/hostRule/hostRule.component.d.ts +2 -0
- package/dist/loadBalancer/configure/http/httpLoadBalancer.write.service.d.ts +2 -0
- package/dist/loadBalancer/configure/http/listeners/listener.component.d.ts +2 -0
- package/dist/loadBalancer/configure/http/pathRule/pathRule.component.d.ts +2 -0
- package/dist/loadBalancer/configure/http/templates.d.ts +42 -0
- package/dist/loadBalancer/configure/http/transformer.service.d.ts +2 -0
- package/dist/loadBalancer/configure/internal/gceCreateInternalLoadBalancer.controller.d.ts +1 -0
- package/dist/loadBalancer/configure/internalhttp/createInternalHttpLoadBalancer.controller.d.ts +3 -0
- package/dist/loadBalancer/configure/network/createLoadBalancer.controller.d.ts +2 -0
- package/dist/loadBalancer/configure/ssl/gceCreateSslLoadBalancer.controller.d.ts +1 -0
- package/dist/loadBalancer/configure/tcp/gceCreateTcpLoadBalancer.controller.d.ts +1 -0
- package/dist/loadBalancer/details/backendService/backendService.component.d.ts +1 -0
- package/dist/loadBalancer/details/backendService/sessionAffinity.filter.d.ts +1 -0
- package/dist/loadBalancer/details/deleteModal/deleteModal.controller.d.ts +1 -0
- package/dist/loadBalancer/details/healthCheck/healthCheck.component.d.ts +2 -0
- package/dist/loadBalancer/details/hostAndPathRules/hostAndPathRules.controller.d.ts +2 -0
- package/dist/loadBalancer/details/hostAndPathRules/hostAndPathRules.service.d.ts +2 -0
- package/dist/loadBalancer/details/hostAndPathRules/hostAndPathRulesButton.component.d.ts +2 -0
- package/dist/loadBalancer/details/loadBalancerDetail.controller.d.ts +2 -0
- package/dist/loadBalancer/details/loadBalancerType/loadBalancerType.component.d.ts +2 -0
- package/dist/loadBalancer/httpLoadBalancerUtils.service.d.ts +7 -0
- package/dist/loadBalancer/loadBalancer.setTransformer.d.ts +11 -0
- package/dist/loadBalancer/loadBalancer.transformer.d.ts +2 -0
- package/dist/pipeline/stages/bake/bakeExecutionDetails.controller.d.ts +2 -0
- package/dist/pipeline/stages/bake/gceBakeStage.d.ts +2 -0
- package/dist/pipeline/stages/cloneServerGroup/gceCloneServerGroupStage.d.ts +2 -0
- package/dist/pipeline/stages/destroyAsg/gceDestroyAsgStage.d.ts +2 -0
- package/dist/pipeline/stages/disableAsg/gceDisableAsgStage.d.ts +2 -0
- package/dist/pipeline/stages/disableCluster/gceDisableClusterStage.d.ts +2 -0
- package/dist/pipeline/stages/enableAsg/gceEnableAsgStage.d.ts +2 -0
- package/dist/pipeline/stages/findAmi/gceFindAmiStage.d.ts +2 -0
- package/dist/pipeline/stages/findImageFromTags/gceFindImageFromTagsStage.d.ts +2 -0
- package/dist/pipeline/stages/resizeAsg/gceResizeAsgStage.d.ts +2 -0
- package/dist/pipeline/stages/scaleDownCluster/gceScaleDownClusterStage.d.ts +2 -0
- package/dist/pipeline/stages/shrinkCluster/gceShrinkClusterStage.d.ts +2 -0
- package/dist/pipeline/stages/tagImage/gceTagImageStage.d.ts +2 -0
- package/dist/securityGroup/clone/cloneSecurityGroup.controller.d.ts +2 -0
- package/dist/securityGroup/configure/ConfigSecurityGroupMixin.controller.d.ts +2 -0
- package/dist/securityGroup/configure/createSecurityGroup.controller.d.ts +2 -0
- package/dist/securityGroup/configure/editSecurityGroup.controller.d.ts +2 -0
- package/dist/securityGroup/details/securityGroupDetail.controller.d.ts +2 -0
- package/dist/securityGroup/securityGroup.reader.d.ts +2 -0
- package/dist/securityGroup/securityGroup.transformer.d.ts +2 -0
- package/dist/securityGroup/securityGroupHelpText.service.d.ts +13 -0
- package/dist/serverGroup/configure/serverGroup.configure.gce.module.d.ts +2 -0
- package/dist/serverGroup/configure/serverGroupCommandBuilder.service.d.ts +2 -0
- package/dist/serverGroup/configure/serverGroupConfiguration.service.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/advancedSettings/GceAcceleratorConfigurer.d.ts +16 -0
- package/dist/serverGroup/configure/wizard/advancedSettings/advancedSettingsSelector.directive.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/advancedSettings/diskConfigurer.component.d.ts +1 -0
- package/dist/serverGroup/configure/wizard/advancedSettings/gceAccelerator.service.d.ts +25 -0
- package/dist/serverGroup/configure/wizard/autoHealingPolicy/autoHealingPolicySelector.component.d.ts +1 -0
- package/dist/serverGroup/configure/wizard/autoScalingPolicy/autoScalingPolicySelector.component.d.ts +1 -0
- package/dist/serverGroup/configure/wizard/capacity/advancedCapacitySelector.component.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/capacity/simpleCapacitySelector.component.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/cloneServerGroup.gce.controller.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/customInstance/CustomInstanceConfigurer.d.ts +26 -0
- package/dist/serverGroup/configure/wizard/customInstance/customInstanceConfigurer.component.d.ts +1 -0
- package/dist/serverGroup/configure/wizard/hiddenMetadataKeys.value.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/loadBalancers/elSevenOptions/backendServiceSelector.component.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/loadBalancers/elSevenOptions/elSevenOptionsGenerator.component.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/loadBalancers/loadBalancerSelector.directive.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/loadBalancingPolicy/loadBalancingPolicySelector.component.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/location/basicSettings.controller.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/securityGroups/securityGroupSelector.directive.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/securityGroups/securityGroupsRemoved.directive.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/securityGroups/tagManager.service.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/securityGroups/tagSelector.component.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/securityGroups/tagSelectorGenerator.component.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/zones/regionalSelector.directive.d.ts +2 -0
- package/dist/serverGroup/configure/wizard/zones/targetShapeSelector.directive.d.ts +1 -0
- package/dist/serverGroup/configure/wizard/zones/zoneSelector.directive.d.ts +2 -0
- package/dist/serverGroup/details/ServerGroupDiskDescriptions.d.ts +1 -0
- package/dist/serverGroup/details/autoHealingPolicy/addAutoHealingPolicyButton.component.d.ts +1 -0
- package/dist/serverGroup/details/autoHealingPolicy/autoHealingPolicy.component.d.ts +1 -0
- package/dist/serverGroup/details/autoHealingPolicy/modal/upsertAutoHealingPolicy.modal.controller.d.ts +2 -0
- package/dist/serverGroup/details/autoscalingPolicy/addAutoscalingPolicyButton.component.d.ts +2 -0
- package/dist/serverGroup/details/autoscalingPolicy/autoscalingPolicy.directive.d.ts +2 -0
- package/dist/serverGroup/details/autoscalingPolicy/modal/GceScaleInControls.d.ts +1 -0
- package/dist/serverGroup/details/autoscalingPolicy/modal/upsertAutoscalingPolicy.modal.controller.d.ts +2 -0
- package/dist/serverGroup/details/resize/resizeAutoscalingPolicy.component.d.ts +2 -0
- package/dist/serverGroup/details/resize/resizeCapacity.component.d.ts +2 -0
- package/dist/serverGroup/details/resize/resizeServerGroup.controller.d.ts +2 -0
- package/dist/serverGroup/details/rollback/rollbackServerGroup.controller.d.ts +2 -0
- package/dist/serverGroup/details/serverGroup.details.gce.module.d.ts +2 -0
- package/dist/serverGroup/details/serverGroupDetails.gce.controller.d.ts +2 -0
- package/dist/serverGroup/details/stateful/MarkDiskStatefulButton.d.ts +10 -0
- package/dist/serverGroup/details/stateful/StatefulMIGService.d.ts +7 -0
- package/dist/serverGroup/details/stateful/UpdateBootImageButton.d.ts +10 -0
- package/dist/serverGroup/serverGroup.transformer.d.ts +2 -0
- package/dist/subnet/subnet.renderer.d.ts +2 -0
- package/dist/subnet/subnetSelectField.directive.d.ts +2 -0
- package/dist/validation/applicationName.validator.d.ts +2 -0
- package/package.json +45 -0
- package/src/address/address.reader.ts +61 -0
- package/src/applicationProviderFields/gceFields.html +13 -0
- package/src/autoscalingPolicy/GceAutoScalingFieldLayout.tsx +31 -0
- package/src/autoscalingPolicy/IGceAutoscalingPolicy.ts +22 -0
- package/src/autoscalingPolicy/autoscalingPolicy.write.service.js +83 -0
- package/src/autoscalingPolicy/components/basicSettings/basicSettings.component.html +71 -0
- package/src/autoscalingPolicy/components/basicSettings/basicSettings.component.js +20 -0
- package/src/autoscalingPolicy/components/metricSettings/GcePredictiveAutoscaling.tsx +54 -0
- package/src/autoscalingPolicy/components/metricSettings/metricSettings.component.html +208 -0
- package/src/autoscalingPolicy/components/metricSettings/metricSettings.component.js +108 -0
- package/src/autoscalingPolicy/components/scalingSchedules/scalingSchedules.component.html +84 -0
- package/src/autoscalingPolicy/components/scalingSchedules/scalingSchedules.component.js +61 -0
- package/src/autoscalingPolicy/components/scalingSchedules/standardTimezone.json +596 -0
- package/src/autoscalingPolicy/components/scalingSchedules/timeZoneSelect.tsx +63 -0
- package/src/autoscalingPolicy/gceAutoscalingFieldLayout.less +7 -0
- package/src/autoscalingPolicy/index.ts +2 -0
- package/src/backendService/backendService.reader.js +28 -0
- package/src/cache/cacheConfigurer.service.js +41 -0
- package/src/cache/cacheRefresh.component.html +17 -0
- package/src/cache/cacheRefresh.component.ts +53 -0
- package/src/cache/cacheRefreshTooltip.html +3 -0
- package/src/certificate/certificate.reader.ts +31 -0
- package/src/common/footer.directive.html +7 -0
- package/src/common/footer.directive.js +22 -0
- package/src/common/xpnNaming.gce.service.js +35 -0
- package/src/domain/autoHealingPolicy.ts +14 -0
- package/src/domain/backendService.ts +15 -0
- package/src/domain/disk.ts +10 -0
- package/src/domain/healthCheck.ts +19 -0
- package/src/domain/index.ts +8 -0
- package/src/domain/loadBalancer.ts +49 -0
- package/src/domain/network.ts +10 -0
- package/src/domain/serverGroup.ts +8 -0
- package/src/domain/subnet.ts +12 -0
- package/src/gce.module.ts +155 -0
- package/src/gce.settings.ts +23 -0
- package/src/gceNetworkSelectField.directive.js +22 -0
- package/src/gceRegionSelectField.directive.js +22 -0
- package/src/healthCheck/healthCheck.read.service.ts +55 -0
- package/src/healthCheck/healthCheckUtils.spec.ts +80 -0
- package/src/healthCheck/healthCheckUtils.ts +47 -0
- package/src/help/gce.help.ts +225 -0
- package/src/image/ImageSelect.tsx +66 -0
- package/src/image/image.reader.ts +19 -0
- package/src/image/index.ts +2 -0
- package/src/index.ts +1 -0
- package/src/instance/custom/customInstance.filter.js +26 -0
- package/src/instance/custom/customInstanceBuilder.gce.service.js +153 -0
- package/src/instance/details/instance.details.controller.js +518 -0
- package/src/instance/details/instance.details.controller.spec.js +27 -0
- package/src/instance/details/instanceDetails.html +248 -0
- package/src/instance/gceInstanceType.service.js +432 -0
- package/src/instance/gceInstanceType.service.spec.js +19 -0
- package/src/instance/gceInstanceTypeDisks.ts +261 -0
- package/src/instance/gceMultiInstanceTask.transformer.js +32 -0
- package/src/interceptors/iap.interceptor.ts +36 -0
- package/src/loadBalancer/configure/choice/gceLoadBalancerChoice.modal.html +33 -0
- package/src/loadBalancer/configure/choice/gceLoadBalancerChoice.modal.ts +49 -0
- package/src/loadBalancer/configure/choice/loadBalancerTypeToWizardMap.constant.ts +58 -0
- package/src/loadBalancer/configure/common/addressSelector.component.ts +47 -0
- package/src/loadBalancer/configure/common/commonAdvancedSettingsPage.html +32 -0
- package/src/loadBalancer/configure/common/commonCreateLoadBalancer.html +41 -0
- package/src/loadBalancer/configure/common/commonEditLoadBalancer.html +38 -0
- package/src/loadBalancer/configure/common/commonHealthCheckPage.html +16 -0
- package/src/loadBalancer/configure/common/commonLoadBalancer.controller.ts +56 -0
- package/src/loadBalancer/configure/common/commonLoadBalancerCommandBuilder.service.ts +87 -0
- package/src/loadBalancer/configure/common/healthCheck.component.html +164 -0
- package/src/loadBalancer/configure/common/healthCheck.component.ts +82 -0
- package/src/loadBalancer/configure/common/sessionAffinityNameMaps.ts +18 -0
- package/src/loadBalancer/configure/http/backendService/backendService.component.html +157 -0
- package/src/loadBalancer/configure/http/backendService/backendService.component.js +80 -0
- package/src/loadBalancer/configure/http/backendService/backendServices.html +57 -0
- package/src/loadBalancer/configure/http/basicSettings/basicSettings.component.html +105 -0
- package/src/loadBalancer/configure/http/basicSettings/basicSettings.component.js +46 -0
- package/src/loadBalancer/configure/http/basicSettings/basicSettings.html +6 -0
- package/src/loadBalancer/configure/http/commandBuilder.service.js +404 -0
- package/src/loadBalancer/configure/http/createHttpLoadBalancer.controller.js +162 -0
- package/src/loadBalancer/configure/http/createHttpLoadBalancer.html +39 -0
- package/src/loadBalancer/configure/http/defaultService/defaultService.html +24 -0
- package/src/loadBalancer/configure/http/editHttpLoadBalancer.html +36 -0
- package/src/loadBalancer/configure/http/healthCheck/healthCheck.component.html +169 -0
- package/src/loadBalancer/configure/http/healthCheck/healthCheck.component.js +69 -0
- package/src/loadBalancer/configure/http/healthCheck/healthChecks.html +55 -0
- package/src/loadBalancer/configure/http/hostRule/hostRule.component.html +60 -0
- package/src/loadBalancer/configure/http/hostRule/hostRule.component.js +35 -0
- package/src/loadBalancer/configure/http/hostRule/hostRules.html +16 -0
- package/src/loadBalancer/configure/http/httpLoadBalancer.write.service.js +56 -0
- package/src/loadBalancer/configure/http/httpLoadBalancerWizard.component.less +24 -0
- package/src/loadBalancer/configure/http/listeners/listener.component.html +190 -0
- package/src/loadBalancer/configure/http/listeners/listener.component.js +82 -0
- package/src/loadBalancer/configure/http/listeners/listeners.html +17 -0
- package/src/loadBalancer/configure/http/pathRule/pathRule.component.html +51 -0
- package/src/loadBalancer/configure/http/pathRule/pathRule.component.js +16 -0
- package/src/loadBalancer/configure/http/templates.ts +48 -0
- package/src/loadBalancer/configure/http/transformer.service.js +176 -0
- package/src/loadBalancer/configure/internal/createLoadBalancerProperties.html +98 -0
- package/src/loadBalancer/configure/internal/gceCreateInternalLoadBalancer.controller.ts +276 -0
- package/src/loadBalancer/configure/internal/listener.html +41 -0
- package/src/loadBalancer/configure/internalhttp/createInternalHttpLoadBalancer.controller.ts +173 -0
- package/src/loadBalancer/configure/network/advancedSettings.html +54 -0
- package/src/loadBalancer/configure/network/createLoadBalancer.controller.js +224 -0
- package/src/loadBalancer/configure/network/createLoadBalancer.controller.spec.js +76 -0
- package/src/loadBalancer/configure/network/createLoadBalancer.html +25 -0
- package/src/loadBalancer/configure/network/createLoadBalancerProperties.html +86 -0
- package/src/loadBalancer/configure/network/editLoadBalancer.html +29 -0
- package/src/loadBalancer/configure/network/healthCheck.html +36 -0
- package/src/loadBalancer/configure/network/listeners.html +55 -0
- package/src/loadBalancer/configure/ssl/backendService.html +31 -0
- package/src/loadBalancer/configure/ssl/createLoadBalancerProperties.html +86 -0
- package/src/loadBalancer/configure/ssl/gceCreateSslLoadBalancer.controller.ts +236 -0
- package/src/loadBalancer/configure/ssl/listener.html +43 -0
- package/src/loadBalancer/configure/tcp/backendService.html +31 -0
- package/src/loadBalancer/configure/tcp/createLoadBalancerProperties.html +86 -0
- package/src/loadBalancer/configure/tcp/gceCreateTcpLoadBalancer.controller.ts +226 -0
- package/src/loadBalancer/configure/tcp/listener.html +15 -0
- package/src/loadBalancer/details/backendService/backendService.component.ts +23 -0
- package/src/loadBalancer/details/backendService/sessionAffinity.filter.ts +11 -0
- package/src/loadBalancer/details/deleteModal/deleteModal.controller.ts +105 -0
- package/src/loadBalancer/details/deleteModal/deleteModal.html +31 -0
- package/src/loadBalancer/details/healthCheck/healthCheck.component.html +14 -0
- package/src/loadBalancer/details/healthCheck/healthCheck.component.js +13 -0
- package/src/loadBalancer/details/hostAndPathRules/hostAndPathRules.controller.js +23 -0
- package/src/loadBalancer/details/hostAndPathRules/hostAndPathRules.modal.html +40 -0
- package/src/loadBalancer/details/hostAndPathRules/hostAndPathRules.service.js +41 -0
- package/src/loadBalancer/details/hostAndPathRules/hostAndPathRulesButton.component.js +39 -0
- package/src/loadBalancer/details/loadBalancerDetail.controller.js +260 -0
- package/src/loadBalancer/details/loadBalancerDetail.controller.spec.js +41 -0
- package/src/loadBalancer/details/loadBalancerDetails.html +202 -0
- package/src/loadBalancer/details/loadBalancerType/loadBalancerType.component.js +29 -0
- package/src/loadBalancer/httpLoadBalancerUtils.service.ts +42 -0
- package/src/loadBalancer/loadBalancer.setTransformer.ts +55 -0
- package/src/loadBalancer/loadBalancer.transformer.js +168 -0
- package/src/logo/gce.logo.less +6 -0
- package/src/logo/gce.logo.png +0 -0
- package/src/logo/gce.logo.svg +30 -0
- package/src/networkSelectField.directive.html +14 -0
- package/src/pipeline/stages/bake/bakeExecutionDetails.controller.js +40 -0
- package/src/pipeline/stages/bake/bakeExecutionDetails.html +60 -0
- package/src/pipeline/stages/bake/bakeStage.html +117 -0
- package/src/pipeline/stages/bake/gceBakeStage.js +171 -0
- package/src/pipeline/stages/cloneServerGroup/cloneServerGroupStage.html +99 -0
- package/src/pipeline/stages/cloneServerGroup/cloneServerGroupStepLabel.html +1 -0
- package/src/pipeline/stages/cloneServerGroup/gceCloneServerGroupStage.js +83 -0
- package/src/pipeline/stages/destroyAsg/destroyAsgStage.html +9 -0
- package/src/pipeline/stages/destroyAsg/destroyAsgStepLabel.html +1 -0
- package/src/pipeline/stages/destroyAsg/gceDestroyAsgStage.js +62 -0
- package/src/pipeline/stages/disableAsg/disableAsgStage.html +11 -0
- package/src/pipeline/stages/disableAsg/disableAsgStepLabel.html +1 -0
- package/src/pipeline/stages/disableAsg/gceDisableAsgStage.js +68 -0
- package/src/pipeline/stages/disableCluster/disableClusterStage.html +26 -0
- package/src/pipeline/stages/disableCluster/gceDisableClusterStage.js +79 -0
- package/src/pipeline/stages/enableAsg/enableAsgStage.html +11 -0
- package/src/pipeline/stages/enableAsg/enableAsgStepLabel.html +1 -0
- package/src/pipeline/stages/enableAsg/gceEnableAsgStage.js +65 -0
- package/src/pipeline/stages/findAmi/findAmiStage.html +20 -0
- package/src/pipeline/stages/findAmi/gceFindAmiStage.js +79 -0
- package/src/pipeline/stages/findImageFromTags/findImageFromTagsExecutionDetails.html +40 -0
- package/src/pipeline/stages/findImageFromTags/findImageFromTagsStage.html +8 -0
- package/src/pipeline/stages/findImageFromTags/gceFindImageFromTagsStage.js +35 -0
- package/src/pipeline/stages/resizeAsg/gceResizeAsgStage.js +125 -0
- package/src/pipeline/stages/resizeAsg/resizeAsgStage.html +97 -0
- package/src/pipeline/stages/resizeAsg/resizeAsgStepLabel.html +1 -0
- package/src/pipeline/stages/scaleDownCluster/gceScaleDownClusterStage.js +78 -0
- package/src/pipeline/stages/scaleDownCluster/scaleDownClusterStage.html +35 -0
- package/src/pipeline/stages/shrinkCluster/gceShrinkClusterStage.js +73 -0
- package/src/pipeline/stages/shrinkCluster/shrinkClusterStage.html +34 -0
- package/src/pipeline/stages/tagImage/gceTagImageStage.js +36 -0
- package/src/pipeline/stages/tagImage/tagImageExecutionDetails.html +39 -0
- package/src/pipeline/stages/tagImage/tagImageStage.html +14 -0
- package/src/regionSelectField.directive.html +18 -0
- package/src/securityGroup/clone/cloneSecurityGroup.controller.js +85 -0
- package/src/securityGroup/clone/cloneSecurityGroup.html +25 -0
- package/src/securityGroup/configure/ConfigSecurityGroupMixin.controller.js +318 -0
- package/src/securityGroup/configure/createSecurityGroup.controller.js +62 -0
- package/src/securityGroup/configure/createSecurityGroup.html +25 -0
- package/src/securityGroup/configure/createSecurityGroupIngress.html +81 -0
- package/src/securityGroup/configure/createSecurityGroupProperties.html +70 -0
- package/src/securityGroup/configure/createSecurityGroupSourceFilters.html +56 -0
- package/src/securityGroup/configure/createSecurityGroupTargets.html +43 -0
- package/src/securityGroup/configure/editSecurityGroup.controller.js +132 -0
- package/src/securityGroup/configure/editSecurityGroup.html +26 -0
- package/src/securityGroup/configure/securityGroup.configure.less +22 -0
- package/src/securityGroup/details/securityGroupDetail.controller.js +258 -0
- package/src/securityGroup/details/securityGroupDetail.html +171 -0
- package/src/securityGroup/securityGroup.reader.js +15 -0
- package/src/securityGroup/securityGroup.transformer.js +18 -0
- package/src/securityGroup/securityGroupHelpText.service.spec.ts +102 -0
- package/src/securityGroup/securityGroupHelpText.service.ts +83 -0
- package/src/serverGroup/configure/serverGroup.configure.gce.module.js +59 -0
- package/src/serverGroup/configure/serverGroupCommandBuilder.service.js +620 -0
- package/src/serverGroup/configure/serverGroupConfiguration.service.js +781 -0
- package/src/serverGroup/configure/wizard/advancedSettings/GceAcceleratorConfigurer.tsx +222 -0
- package/src/serverGroup/configure/wizard/advancedSettings/advancedSettings.directive.html +277 -0
- package/src/serverGroup/configure/wizard/advancedSettings/advancedSettings.html +9 -0
- package/src/serverGroup/configure/wizard/advancedSettings/advancedSettingsSelector.directive.js +71 -0
- package/src/serverGroup/configure/wizard/advancedSettings/advancedSettingsSelector.directive.spec.js +58 -0
- package/src/serverGroup/configure/wizard/advancedSettings/diskConfigurer.component.ts +199 -0
- package/src/serverGroup/configure/wizard/advancedSettings/gceAccelerator.service.spec.ts +108 -0
- package/src/serverGroup/configure/wizard/advancedSettings/gceAccelerator.service.ts +74 -0
- package/src/serverGroup/configure/wizard/autoHealingPolicy/autoHealingPolicy.html +20 -0
- package/src/serverGroup/configure/wizard/autoHealingPolicy/autoHealingPolicySelector.component.html +90 -0
- package/src/serverGroup/configure/wizard/autoHealingPolicy/autoHealingPolicySelector.component.ts +70 -0
- package/src/serverGroup/configure/wizard/autoScalingPolicy/autoScalingPolicy.html +20 -0
- package/src/serverGroup/configure/wizard/autoScalingPolicy/autoScalingPolicySelector.component.html +21 -0
- package/src/serverGroup/configure/wizard/autoScalingPolicy/autoScalingPolicySelector.component.js +47 -0
- package/src/serverGroup/configure/wizard/autoScalingPolicy/autoScalingPolicySelector.less +15 -0
- package/src/serverGroup/configure/wizard/capacity/advancedCapacitySelector.component.html +42 -0
- package/src/serverGroup/configure/wizard/capacity/advancedCapacitySelector.component.js +16 -0
- package/src/serverGroup/configure/wizard/capacity/capacity.html +16 -0
- package/src/serverGroup/configure/wizard/capacity/simpleCapacitySelector.component.html +14 -0
- package/src/serverGroup/configure/wizard/capacity/simpleCapacitySelector.component.js +22 -0
- package/src/serverGroup/configure/wizard/capacity/simpleCapacitySelector.component.spec.js +31 -0
- package/src/serverGroup/configure/wizard/capacity/zones.html +7 -0
- package/src/serverGroup/configure/wizard/cloneServerGroup.gce.controller.js +476 -0
- package/src/serverGroup/configure/wizard/customInstance/CustomInstanceConfigurer.tsx +166 -0
- package/src/serverGroup/configure/wizard/customInstance/customInstanceBuilder.html +13 -0
- package/src/serverGroup/configure/wizard/customInstance/customInstanceConfigurer.component.less +9 -0
- package/src/serverGroup/configure/wizard/customInstance/customInstanceConfigurer.component.ts +21 -0
- package/src/serverGroup/configure/wizard/hiddenMetadataKeys.value.js +15 -0
- package/src/serverGroup/configure/wizard/instanceType/instanceType.html +11 -0
- package/src/serverGroup/configure/wizard/loadBalancers/elSevenOptions/backendServiceSelector.component.html +21 -0
- package/src/serverGroup/configure/wizard/loadBalancers/elSevenOptions/backendServiceSelector.component.js +33 -0
- package/src/serverGroup/configure/wizard/loadBalancers/elSevenOptions/elSevenOptionsGenerator.component.js +42 -0
- package/src/serverGroup/configure/wizard/loadBalancers/loadBalancerSelector.directive.html +53 -0
- package/src/serverGroup/configure/wizard/loadBalancers/loadBalancerSelector.directive.js +55 -0
- package/src/serverGroup/configure/wizard/loadBalancers/loadBalancers.html +5 -0
- package/src/serverGroup/configure/wizard/loadBalancingPolicy/loadBalancingPolicySelector.component.html +182 -0
- package/src/serverGroup/configure/wizard/loadBalancingPolicy/loadBalancingPolicySelector.component.less +11 -0
- package/src/serverGroup/configure/wizard/loadBalancingPolicy/loadBalancingPolicySelector.component.ts +149 -0
- package/src/serverGroup/configure/wizard/location/basicSettings.controller.js +139 -0
- package/src/serverGroup/configure/wizard/location/basicSettings.html +167 -0
- package/src/serverGroup/configure/wizard/securityGroups/securityGroupSelector.directive.html +66 -0
- package/src/serverGroup/configure/wizard/securityGroups/securityGroupSelector.directive.js +48 -0
- package/src/serverGroup/configure/wizard/securityGroups/securityGroups.html +4 -0
- package/src/serverGroup/configure/wizard/securityGroups/securityGroupsRemoved.directive.html +14 -0
- package/src/serverGroup/configure/wizard/securityGroups/securityGroupsRemoved.directive.js +25 -0
- package/src/serverGroup/configure/wizard/securityGroups/tagManager.service.js +208 -0
- package/src/serverGroup/configure/wizard/securityGroups/tagSelector.component.html +26 -0
- package/src/serverGroup/configure/wizard/securityGroups/tagSelector.component.js +31 -0
- package/src/serverGroup/configure/wizard/securityGroups/tagSelectorGenerator.component.js +44 -0
- package/src/serverGroup/configure/wizard/serverGroupWizard.html +52 -0
- package/src/serverGroup/configure/wizard/templateSelection/templateSelection.html +9 -0
- package/src/serverGroup/configure/wizard/zones/regionalSelector.directive.html +13 -0
- package/src/serverGroup/configure/wizard/zones/regionalSelector.directive.js +21 -0
- package/src/serverGroup/configure/wizard/zones/targetShapeSelector.directive.html +13 -0
- package/src/serverGroup/configure/wizard/zones/targetShapeSelector.directive.ts +20 -0
- package/src/serverGroup/configure/wizard/zones/zoneSelector.directive.html +24 -0
- package/src/serverGroup/configure/wizard/zones/zoneSelector.directive.js +21 -0
- package/src/serverGroup/details/ServerGroupDiskDescriptions.tsx +97 -0
- package/src/serverGroup/details/autoHealingPolicy/addAutoHealingPolicyButton.component.ts +38 -0
- package/src/serverGroup/details/autoHealingPolicy/autoHealingPolicy.component.ts +73 -0
- package/src/serverGroup/details/autoHealingPolicy/modal/upsertAutoHealingPolicy.modal.controller.ts +88 -0
- package/src/serverGroup/details/autoHealingPolicy/modal/upsertAutoHealingPolicy.modal.html +29 -0
- package/src/serverGroup/details/autoHealingPolicy/modal/upsertAutoHealingPolicy.modal.less +13 -0
- package/src/serverGroup/details/autoscalingPolicy/addAutoscalingPolicyButton.component.js +38 -0
- package/src/serverGroup/details/autoscalingPolicy/autoscalingPolicy.directive.html +49 -0
- package/src/serverGroup/details/autoscalingPolicy/autoscalingPolicy.directive.js +138 -0
- package/src/serverGroup/details/autoscalingPolicy/modal/GceScaleInControls.tsx +137 -0
- package/src/serverGroup/details/autoscalingPolicy/modal/upsertAutoscalingPolicy.modal.controller.js +56 -0
- package/src/serverGroup/details/autoscalingPolicy/modal/upsertAutoscalingPolicy.modal.html +38 -0
- package/src/serverGroup/details/autoscalingPolicy/modal/upsertAutoscalingPolicy.modal.less +17 -0
- package/src/serverGroup/details/resize/resizeAutoscalingPolicy.component.html +55 -0
- package/src/serverGroup/details/resize/resizeAutoscalingPolicy.component.js +60 -0
- package/src/serverGroup/details/resize/resizeCapacity.component.html +36 -0
- package/src/serverGroup/details/resize/resizeCapacity.component.js +46 -0
- package/src/serverGroup/details/resize/resizeServerGroup.controller.js +64 -0
- package/src/serverGroup/details/resize/resizeServerGroup.controller.spec.js +119 -0
- package/src/serverGroup/details/resize/resizeServerGroup.html +41 -0
- package/src/serverGroup/details/rollback/rollbackServerGroup.controller.js +73 -0
- package/src/serverGroup/details/rollback/rollbackServerGroup.html +43 -0
- package/src/serverGroup/details/serverGroup.details.gce.module.js +17 -0
- package/src/serverGroup/details/serverGroupDetails.gce.controller.js +511 -0
- package/src/serverGroup/details/serverGroupDetails.gce.controller.spec.js +26 -0
- package/src/serverGroup/details/serverGroupDetails.html +359 -0
- package/src/serverGroup/details/serverGroupDetails.less +3 -0
- package/src/serverGroup/details/stateful/MarkDiskStatefulButton.tsx +41 -0
- package/src/serverGroup/details/stateful/StatefulMIGService.ts +49 -0
- package/src/serverGroup/details/stateful/UpdateBootImageButton.tsx +108 -0
- package/src/serverGroup/serverGroup.transformer.js +64 -0
- package/src/serverGroup/serverGroup.transformer.spec.js +59 -0
- package/src/subnet/subnet.renderer.js +34 -0
- package/src/subnet/subnetSelectField.directive.html +21 -0
- package/src/subnet/subnetSelectField.directive.js +24 -0
- package/src/validation/applicationName.validator.js +114 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1198 @@
|
|
|
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.2.14](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.13...@spinnaker/google@0.2.14) (2024-06-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.2.13](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.12...@spinnaker/google@0.2.13) (2024-05-10)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [0.2.12](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.11...@spinnaker/google@0.2.12) (2023-12-07)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [0.2.11](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.10...@spinnaker/google@0.2.11) (2023-10-16)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [0.2.10](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.9...@spinnaker/google@0.2.10) (2023-09-06)
|
|
42
|
+
|
|
43
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## [0.2.9](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.8...@spinnaker/google@0.2.9) (2023-07-20)
|
|
50
|
+
|
|
51
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## [0.2.8](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.7...@spinnaker/google@0.2.8) (2023-06-02)
|
|
58
|
+
|
|
59
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## [0.2.7](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.6...@spinnaker/google@0.2.7) (2023-05-11)
|
|
66
|
+
|
|
67
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## [0.2.6](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.5...@spinnaker/google@0.2.6) (2023-05-03)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
* **angular:** fix missed AngularJS bindings ([#9989](https://github.com/spinnaker/deck/issues/9989)) ([f947bf9](https://github.com/spinnaker/deck/commit/f947bf997a03dee2f600fc72415bf141320978e4))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## [0.2.5](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.4...@spinnaker/google@0.2.5) (2023-04-03)
|
|
85
|
+
|
|
86
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## [0.2.4](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.3...@spinnaker/google@0.2.4) (2023-02-20)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Bug Fixes
|
|
96
|
+
|
|
97
|
+
* **google:** Resolved typo errors in GCE Autoscaler feature ([#9947](https://github.com/spinnaker/deck/issues/9947)) ([2250a47](https://github.com/spinnaker/deck/commit/2250a477dd51cfd3695e28ad04e8c8466b5bcfe2))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## [0.2.3](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.2...@spinnaker/google@0.2.3) (2023-02-01)
|
|
104
|
+
|
|
105
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## [0.2.2](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.1...@spinnaker/google@0.2.2) (2022-10-21)
|
|
112
|
+
|
|
113
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## [0.2.1](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.2.0...@spinnaker/google@0.2.1) (2022-10-06)
|
|
120
|
+
|
|
121
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
# [0.2.0](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.13...@spinnaker/google@0.2.0) (2022-08-03)
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Features
|
|
131
|
+
|
|
132
|
+
* **provider/google:** enhanced autoscaler functionality. ([#9867](https://github.com/spinnaker/deck/issues/9867)) ([dbdee6d](https://github.com/spinnaker/deck/commit/dbdee6de89f78b112d4a5464cecdbb822c8e578b))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## [0.1.13](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.12...@spinnaker/google@0.1.13) (2022-07-11)
|
|
139
|
+
|
|
140
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
## [0.1.12](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.11...@spinnaker/google@0.1.12) (2022-07-01)
|
|
147
|
+
|
|
148
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## [0.1.11](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.10...@spinnaker/google@0.1.11) (2022-06-22)
|
|
155
|
+
|
|
156
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
## [0.1.10](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.9...@spinnaker/google@0.1.10) (2022-05-05)
|
|
163
|
+
|
|
164
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
## [0.1.9](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.8...@spinnaker/google@0.1.9) (2022-04-21)
|
|
171
|
+
|
|
172
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
## [0.1.8](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.7...@spinnaker/google@0.1.8) (2022-04-09)
|
|
179
|
+
|
|
180
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## [0.1.7](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.6...@spinnaker/google@0.1.7) (2022-03-08)
|
|
187
|
+
|
|
188
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
## [0.1.6](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.5...@spinnaker/google@0.1.6) (2022-01-22)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
## [0.1.5](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.4...@spinnaker/google@0.1.5) (2022-01-12)
|
|
203
|
+
|
|
204
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
## [0.1.4](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.3...@spinnaker/google@0.1.4) (2021-12-11)
|
|
211
|
+
|
|
212
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
## [0.1.3](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.2...@spinnaker/google@0.1.3) (2021-12-08)
|
|
219
|
+
|
|
220
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
## [0.1.2](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.1...@spinnaker/google@0.1.2) (2021-12-01)
|
|
227
|
+
|
|
228
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
## [0.1.1](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.1.0...@spinnaker/google@0.1.1) (2021-11-12)
|
|
235
|
+
|
|
236
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
# [0.1.0](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.77...@spinnaker/google@0.1.0) (2021-11-03)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Features
|
|
246
|
+
|
|
247
|
+
* **gce:** Enabled extended memory feature to define reusable custom types ([#9721](https://github.com/spinnaker/deck/issues/9721)) ([e108e95](https://github.com/spinnaker/deck/commit/e108e953473252f1695cfca30f81817aa3e13575))
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
## [0.0.77](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.76...@spinnaker/google@0.0.77) (2021-10-05)
|
|
254
|
+
|
|
255
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## [0.0.76](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.75...@spinnaker/google@0.0.76) (2021-10-01)
|
|
262
|
+
|
|
263
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
## [0.0.75](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.73...@spinnaker/google@0.0.75) (2021-09-30)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Bug Fixes
|
|
273
|
+
|
|
274
|
+
* bump @types/react to 16.14.10 ([bb62b99](https://github.com/spinnaker/deck/commit/bb62b991514c2a81fbdf467c01f3ce7467f71718))
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
## [0.0.74](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.73...@spinnaker/google@0.0.74) (2021-09-30)
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
### Bug Fixes
|
|
284
|
+
|
|
285
|
+
* bump @types/react to 16.14.10 ([bb62b99](https://github.com/spinnaker/deck/commit/bb62b991514c2a81fbdf467c01f3ce7467f71718))
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
## [0.0.73](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.72...@spinnaker/google@0.0.73) (2021-09-29)
|
|
292
|
+
|
|
293
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
## [0.0.72](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.71...@spinnaker/google@0.0.72) (2021-09-24)
|
|
300
|
+
|
|
301
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
## [0.0.71](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.70...@spinnaker/google@0.0.71) (2021-09-23)
|
|
308
|
+
|
|
309
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
## [0.0.70](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.69...@spinnaker/google@0.0.70) (2021-09-23)
|
|
316
|
+
|
|
317
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
## [0.0.69](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.68...@spinnaker/google@0.0.69) (2021-09-21)
|
|
324
|
+
|
|
325
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
## [0.0.68](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.67...@spinnaker/google@0.0.68) (2021-09-18)
|
|
332
|
+
|
|
333
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
## [0.0.67](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.66...@spinnaker/google@0.0.67) (2021-09-18)
|
|
340
|
+
|
|
341
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
## [0.0.66](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.65...@spinnaker/google@0.0.66) (2021-09-16)
|
|
348
|
+
|
|
349
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
## [0.0.65](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.64...@spinnaker/google@0.0.65) (2021-09-15)
|
|
356
|
+
|
|
357
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
## [0.0.64](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.63...@spinnaker/google@0.0.64) (2021-09-14)
|
|
364
|
+
|
|
365
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
## [0.0.63](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.62...@spinnaker/google@0.0.63) (2021-09-06)
|
|
372
|
+
|
|
373
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
## [0.0.62](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.61...@spinnaker/google@0.0.62) (2021-09-02)
|
|
380
|
+
|
|
381
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
## [0.0.61](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.60...@spinnaker/google@0.0.61) (2021-08-30)
|
|
388
|
+
|
|
389
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
## [0.0.60](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.59...@spinnaker/google@0.0.60) (2021-08-25)
|
|
396
|
+
|
|
397
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
## [0.0.59](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.58...@spinnaker/google@0.0.59) (2021-08-20)
|
|
404
|
+
|
|
405
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
## [0.0.58](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.57...@spinnaker/google@0.0.58) (2021-08-18)
|
|
412
|
+
|
|
413
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
## [0.0.57](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.56...@spinnaker/google@0.0.57) (2021-08-17)
|
|
420
|
+
|
|
421
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
## [0.0.56](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.55...@spinnaker/google@0.0.56) (2021-08-13)
|
|
428
|
+
|
|
429
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
## [0.0.55](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.54...@spinnaker/google@0.0.55) (2021-08-10)
|
|
436
|
+
|
|
437
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
## [0.0.54](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.53...@spinnaker/google@0.0.54) (2021-08-05)
|
|
444
|
+
|
|
445
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
## [0.0.53](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.52...@spinnaker/google@0.0.53) (2021-08-02)
|
|
452
|
+
|
|
453
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
## [0.0.52](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.51...@spinnaker/google@0.0.52) (2021-07-30)
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
* **all:** Fix lodash global usage ([d048432](https://github.com/spinnaker/deck/commit/d048432978f0aa0bceb2b58f80ea7301de153072))
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
## [0.0.51](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.50...@spinnaker/google@0.0.51) (2021-07-26)
|
|
471
|
+
|
|
472
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
## [0.0.50](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.49...@spinnaker/google@0.0.50) (2021-07-22)
|
|
479
|
+
|
|
480
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
## [0.0.49](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.47...@spinnaker/google@0.0.49) (2021-07-22)
|
|
487
|
+
|
|
488
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
## [0.0.48](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.47...@spinnaker/google@0.0.48) (2021-07-22)
|
|
495
|
+
|
|
496
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
## [0.0.47](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.42...@spinnaker/google@0.0.47) (2021-07-19)
|
|
503
|
+
|
|
504
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
## [0.0.46](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.42...@spinnaker/google@0.0.46) (2021-07-19)
|
|
511
|
+
|
|
512
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
## [0.0.45](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.42...@spinnaker/google@0.0.45) (2021-07-19)
|
|
519
|
+
|
|
520
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
## [0.0.44](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.42...@spinnaker/google@0.0.44) (2021-07-19)
|
|
527
|
+
|
|
528
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
## [0.0.43](https://github.com/spinnaker/deck/compare/@spinnaker/google@0.0.42...@spinnaker/google@0.0.43) (2021-07-19)
|
|
535
|
+
|
|
536
|
+
**Note:** Version bump only for package @spinnaker/google
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
## 0.0.42 (2021-07-17)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
### Bug Fixes
|
|
546
|
+
|
|
547
|
+
* **publishing:** Auto approve instead of adding "ready to merge" label ([51f536c](https://github.com/spinnaker/deck/commit/51f536c275e77854d8f173aeec86412ffbd66b6d))
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
## [0.0.40](https://www.github.com/spinnaker/deck/compare/f5349b4308afcc5b74bed0b9a7695a3ea31af401...d5b3de937e0f3a4fdb5d651a231b7585b3fc4a0b) (2021-07-01)
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### Changes
|
|
558
|
+
|
|
559
|
+
chore(google): publish google@0.0.40 ([d5b3de93](https://github.com/spinnaker/deck/commit/d5b3de937e0f3a4fdb5d651a231b7585b3fc4a0b))
|
|
560
|
+
chore(all): Remove ng template cache for webpack ([be6df680](https://github.com/spinnaker/deck/commit/be6df680689e0624b27635bc875d0b4390a3bc4a))
|
|
561
|
+
chore(build): Integrate with yarn workspaces ([e30e631b](https://github.com/spinnaker/deck/commit/e30e631b128bd1c8bfef3a48643ce0b4f9935f1d))
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
## [0.0.39](https://www.github.com/spinnaker/deck/compare/489b9664f27c43d82c9239d31321e49424e74bc4...f5349b4308afcc5b74bed0b9a7695a3ea31af401) (2021-06-14)
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
### Changes
|
|
569
|
+
|
|
570
|
+
chore(google): publish google@0.0.39 ([f5349b43](https://github.com/spinnaker/deck/commit/f5349b4308afcc5b74bed0b9a7695a3ea31af401))
|
|
571
|
+
fix(imports): Convert requires to imports ([5839a0f4](https://github.com/spinnaker/deck/commit/5839a0f42059247c08ac52322f2c7dfd260b3644))
|
|
572
|
+
refactor(packages): Migrate packages to make them independent ([38b5fa17](https://github.com/spinnaker/deck/commit/38b5fa17d82a1a032e84e6c3f51c806b5d6901b8))
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
## [0.0.38](https://www.github.com/spinnaker/deck/compare/115d001915ddbaf04e3eaf180309875dd109a281...489b9664f27c43d82c9239d31321e49424e74bc4) (2021-06-10)
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### Changes
|
|
580
|
+
|
|
581
|
+
chore(google): publish google@0.0.38 ([489b9664](https://github.com/spinnaker/deck/commit/489b9664f27c43d82c9239d31321e49424e74bc4))
|
|
582
|
+
fix(build): Fix distribution dir ([eb87451a](https://github.com/spinnaker/deck/commit/eb87451afb8a4696a4c6d76589cb95d8b4192398))
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
## [0.0.37](https://www.github.com/spinnaker/deck/compare/9d3f42592ee1d91dcc798ff2b57662f12dbf4c59...115d001915ddbaf04e3eaf180309875dd109a281) (2021-05-12)
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
### Changes
|
|
590
|
+
|
|
591
|
+
chore(google): publish google@0.0.37 ([115d0019](https://github.com/spinnaker/deck/commit/115d001915ddbaf04e3eaf180309875dd109a281))
|
|
592
|
+
refactor(core): Convert AddEntityTagLinks to React [#9147](https://github.com/spinnaker/deck/pull/9147) ([39fa7730](https://github.com/spinnaker/deck/commit/39fa77303b75ca6e5b0af96d1e011bcff452cede))
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
## [0.0.36](https://www.github.com/spinnaker/deck/compare/50ecfcf0c7967f28abed18b895ffd1819f539146...9d3f42592ee1d91dcc798ff2b57662f12dbf4c59) (2021-05-06)
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
### Changes
|
|
600
|
+
|
|
601
|
+
chore(google): publish google@0.0.36 ([9d3f4259](https://github.com/spinnaker/deck/commit/9d3f42592ee1d91dcc798ff2b57662f12dbf4c59))
|
|
602
|
+
chore(eslint): yarn eslint --fix ([7360252e](https://github.com/spinnaker/deck/commit/7360252e1a44b2c76c67b9741289a523bbd799c3))
|
|
603
|
+
chore(prettier): Just Update Prettier™️ ([9aeb398b](https://github.com/spinnaker/deck/commit/9aeb398ba3a6a49ad9677f2d8b5ba6f8840f2b21))
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
## [0.0.35](https://www.github.com/spinnaker/deck/compare/deb21f2d26ab87031a462b5e3eac84420d030c7d...50ecfcf0c7967f28abed18b895ffd1819f539146) (2021-04-29)
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
### Changes
|
|
611
|
+
|
|
612
|
+
chore(google): publish google@0.0.35 ([50ecfcf0](https://github.com/spinnaker/deck/commit/50ecfcf0c7967f28abed18b895ffd1819f539146))
|
|
613
|
+
chore(rxjs): Manually migrate rxjs code in .js files ([30c3ee8d](https://github.com/spinnaker/deck/commit/30c3ee8d593973b0c6a87fd0a2dd9a15b10470f0))
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
## [0.0.34](https://www.github.com/spinnaker/deck/compare/ad5ebd37e198ec4951ea94315e2faa17c5a15ee3...deb21f2d26ab87031a462b5e3eac84420d030c7d) (2021-04-21)
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
### Changes
|
|
621
|
+
|
|
622
|
+
chore(google): publish google@0.0.34 ([deb21f2d](https://github.com/spinnaker/deck/commit/deb21f2d26ab87031a462b5e3eac84420d030c7d))
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
## [0.0.33](https://www.github.com/spinnaker/deck/compare/1bcd937610ad2e5e4824fdbcc738e0f4a4b7df57...ad5ebd37e198ec4951ea94315e2faa17c5a15ee3) (2021-04-21)
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
### Changes
|
|
630
|
+
|
|
631
|
+
chore(google): publish google@0.0.33 ([ad5ebd37](https://github.com/spinnaker/deck/commit/ad5ebd37e198ec4951ea94315e2faa17c5a15ee3))
|
|
632
|
+
Remove webpack modules + webpack consolidation [#9097](https://github.com/spinnaker/deck/pull/9097) ([00145566](https://github.com/spinnaker/deck/commit/001455667f2afb5c728737863f7365fc4fcbb76b))
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
## [0.0.32](https://www.github.com/spinnaker/deck/compare/c1009c3bab1b1ff066b28a5f7d5ff4f9eab8adef...1bcd937610ad2e5e4824fdbcc738e0f4a4b7df57) (2021-02-22)
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
### Changes
|
|
640
|
+
|
|
641
|
+
chore(google): publish google@0.0.32 ([1bcd9376](https://github.com/spinnaker/deck/commit/1bcd937610ad2e5e4824fdbcc738e0f4a4b7df57))
|
|
642
|
+
chore(lint): Update import statement ordering ([5a9768bc](https://github.com/spinnaker/deck/commit/5a9768bc6db2f527a73d6b1f5fb3120c101e094b))
|
|
643
|
+
chore(lint): Sort import statements ([cca56eaa](https://github.com/spinnaker/deck/commit/cca56eaaeeb412b7596c68a1260eefed7fbf6fed))
|
|
644
|
+
chore(prettier): Format code using prettier ([b6364c82](https://github.com/spinnaker/deck/commit/b6364c820c106ee54e5bd5770e44c81fa3af06e9))
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
## [0.0.31](https://www.github.com/spinnaker/deck/compare/55d49b07589ec310dc4db569a3cf9482b2eae90a...c1009c3bab1b1ff066b28a5f7d5ff4f9eab8adef) (2021-01-19)
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
### Changes
|
|
652
|
+
|
|
653
|
+
chore(google): publish google@0.0.31 ([c1009c3b](https://github.com/spinnaker/deck/commit/c1009c3bab1b1ff066b28a5f7d5ff4f9eab8adef))
|
|
654
|
+
Deangularize instance writer [#8834](https://github.com/spinnaker/deck/pull/8834) ([f16b0775](https://github.com/spinnaker/deck/commit/f16b0775917242a39ae70e86c5541020c898b872))
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
## [0.0.30](https://www.github.com/spinnaker/deck/compare/487c93982f6b125b4b8ff494b817e1cf82a1ae81...55d49b07589ec310dc4db569a3cf9482b2eae90a) (2020-12-16)
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
### Changes
|
|
662
|
+
|
|
663
|
+
chore(google): publish google@0.0.30 ([55d49b07](https://github.com/spinnaker/deck/commit/55d49b07589ec310dc4db569a3cf9482b2eae90a))
|
|
664
|
+
refactor(REST): Prefer REST('/foo/bar') over REST().path('foo', 'bar') ([1d4320a0](https://github.com/spinnaker/deck/commit/1d4320a08f73093483cbb93784e9115c236b1f8a))
|
|
665
|
+
refactor(api-deprecation): API is deprecated, switch to REST() ([97bfbf67](https://github.com/spinnaker/deck/commit/97bfbf67b5d359cc540918b62c99088ad82dfb1b))
|
|
666
|
+
refactor(api-deprecation): Migrate from API.get(queryparams) to .query(queryparams).get() ([46db35b0](https://github.com/spinnaker/deck/commit/46db35b063b8c9b457f3f3675cd81a11a867c070))
|
|
667
|
+
refactor(api-deprecation): Migrate from API.one/all/withParams/getList() to path/query/get() ([587db3ab](https://github.com/spinnaker/deck/commit/587db3ab20040fb5c72fe48feb36eccd7d1f297a))
|
|
668
|
+
Avoid raw "$http" usage [#8790](https://github.com/spinnaker/deck/pull/8790) ([969f4fe0](https://github.com/spinnaker/deck/commit/969f4fe0e9ab75eef2ceb0a2287643425293e209))
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
## [0.0.29](https://www.github.com/spinnaker/deck/compare/c198e2dbefe3362f5cad8b5cf92387b3f66c5836...487c93982f6b125b4b8ff494b817e1cf82a1ae81) (2020-12-11)
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
### Changes
|
|
676
|
+
|
|
677
|
+
chore(google): publish google@0.0.29 ([487c9398](https://github.com/spinnaker/deck/commit/487c93982f6b125b4b8ff494b817e1cf82a1ae81))
|
|
678
|
+
feat(targetShape): remove the ALPHA conditional on the targetShape [#8787](https://github.com/spinnaker/deck/pull/8787) ([1446faca](https://github.com/spinnaker/deck/commit/1446faca4d7e6d24079722c8dd56f51c35f4d010))
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
## [0.0.28](https://www.github.com/spinnaker/deck/compare/01bd131946f8f84370cc0249c8c69578a084fa5d...c198e2dbefe3362f5cad8b5cf92387b3f66c5836) (2020-11-07)
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
### Changes
|
|
686
|
+
|
|
687
|
+
chore(google): publish google@0.0.28 ([c198e2db](https://github.com/spinnaker/deck/commit/c198e2dbefe3362f5cad8b5cf92387b3f66c5836))
|
|
688
|
+
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))
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
## [0.0.27](https://www.github.com/spinnaker/deck/compare/863cf54c7bcc4e04c4ff0f897c5570b6ad4401ff...01bd131946f8f84370cc0249c8c69578a084fa5d) (2020-10-28)
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
### Changes
|
|
696
|
+
|
|
697
|
+
chore(google): publish google@0.0.27 ([01bd1319](https://github.com/spinnaker/deck/commit/01bd131946f8f84370cc0249c8c69578a084fa5d))
|
|
698
|
+
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))
|
|
699
|
+
chore(PromiseLike): Migrate remaining IPromise typings to PromiseLike ([2c0d0f68](https://github.com/spinnaker/deck/commit/2c0d0f6814689d93820eab4e97e5d89f98a61cc5))
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
## [0.0.26](https://www.github.com/spinnaker/deck/compare/47a8002877ce304ce51f928214e6b3b60820fc6c...863cf54c7bcc4e04c4ff0f897c5570b6ad4401ff) (2020-10-28)
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
### Changes
|
|
707
|
+
|
|
708
|
+
chore(google): publish google@0.0.26 ([863cf54c](https://github.com/spinnaker/deck/commit/863cf54c7bcc4e04c4ff0f897c5570b6ad4401ff))
|
|
709
|
+
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))
|
|
710
|
+
chore(google/serverGroup): Migrate from $q.all({}) to $q.all([]) ([ec9a5316](https://github.com/spinnaker/deck/commit/ec9a5316b133696aad7b535e777586bbb3ccffe8))
|
|
711
|
+
chore(google/pipeline): Migrate from $q.all({}) to $q.all([]) ([9886b795](https://github.com/spinnaker/deck/commit/9886b795b57d76a96e831ae3f815775459575c76))
|
|
712
|
+
chore(google/serverGroup): Migrate from $q.all({}) to $q.all([]) ([00d946c7](https://github.com/spinnaker/deck/commit/00d946c7b9bee99ec9c6a492b3d5a456973de142))
|
|
713
|
+
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))
|
|
714
|
+
chore(modules): Reformat package.json with prettier [#8679](https://github.com/spinnaker/deck/pull/8679) ([0b1e2977](https://github.com/spinnaker/deck/commit/0b1e29778521da03673dc2aff083e490164ce616))
|
|
715
|
+
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))
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
## [0.0.25](https://www.github.com/spinnaker/deck/compare/a220af588e194762757be534cce2d7ae9dc508d5...47a8002877ce304ce51f928214e6b3b60820fc6c) (2020-10-26)
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### Changes
|
|
723
|
+
|
|
724
|
+
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))
|
|
725
|
+
chore(modules): Reformat package.json with prettier [#8679](https://github.com/spinnaker/deck/pull/8679) ([0b1e2977](https://github.com/spinnaker/deck/commit/0b1e29778521da03673dc2aff083e490164ce616))
|
|
726
|
+
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))
|
|
727
|
+
chore(google): publish google@0.0.25 ([6ccd3bdb](https://github.com/spinnaker/deck/commit/6ccd3bdb593e4b75c1c79c5fc27bbb60a657199c))
|
|
728
|
+
chore(PromiseLike): Migrate code from IPromise types to PromiseLike ([1e2032bb](https://github.com/spinnaker/deck/commit/1e2032bb39d6b524a3dfae3df9c4bd6862c40057))
|
|
729
|
+
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))
|
|
730
|
+
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))
|
|
731
|
+
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))
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
## [0.0.24](https://www.github.com/spinnaker/deck/compare/6ccd3bdb593e4b75c1c79c5fc27bbb60a657199c...a220af588e194762757be534cce2d7ae9dc508d5) (2020-10-26)
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
### Changes
|
|
739
|
+
|
|
740
|
+
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))
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
## [0.0.25](https://www.github.com/spinnaker/deck/compare/4b79b4d75628bc74b91b72980f0a5e8ba479335e...6ccd3bdb593e4b75c1c79c5fc27bbb60a657199c) (2020-10-26)
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
### Changes
|
|
748
|
+
|
|
749
|
+
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))
|
|
750
|
+
chore(modules): Reformat package.json with prettier [#8679](https://github.com/spinnaker/deck/pull/8679) ([0b1e2977](https://github.com/spinnaker/deck/commit/0b1e29778521da03673dc2aff083e490164ce616))
|
|
751
|
+
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))
|
|
752
|
+
chore(google): publish google@0.0.25 ([6ccd3bdb](https://github.com/spinnaker/deck/commit/6ccd3bdb593e4b75c1c79c5fc27bbb60a657199c))
|
|
753
|
+
chore(PromiseLike): Migrate code from IPromise types to PromiseLike ([1e2032bb](https://github.com/spinnaker/deck/commit/1e2032bb39d6b524a3dfae3df9c4bd6862c40057))
|
|
754
|
+
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))
|
|
755
|
+
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))
|
|
756
|
+
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))
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
## [0.0.24](https://www.github.com/spinnaker/deck/compare/f216cc6556bff90033b28bbe7e9f94517ddaa270...4b79b4d75628bc74b91b72980f0a5e8ba479335e) (2020-10-12)
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
### Changes
|
|
764
|
+
|
|
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(google): publish google@0.0.25 ([6ccd3bdb](https://github.com/spinnaker/deck/commit/6ccd3bdb593e4b75c1c79c5fc27bbb60a657199c))
|
|
767
|
+
chore(PromiseLike): Migrate code from IPromise types to PromiseLike ([1e2032bb](https://github.com/spinnaker/deck/commit/1e2032bb39d6b524a3dfae3df9c4bd6862c40057))
|
|
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
|
+
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))
|
|
772
|
+
chore(prettier): Just Update Prettier™ [#8644](https://github.com/spinnaker/deck/pull/8644) ([8532bdd4](https://github.com/spinnaker/deck/commit/8532bdd4c08d59c38a0adde70ccac4f163c9dd97))
|
|
773
|
+
chore(lint): eslint --fix react2angular-with-error-boundary ([defaf19b](https://github.com/spinnaker/deck/commit/defaf19b5f11f8cce70e14fa1cdd52e88e6de0fd))
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
## [0.0.23](https://www.github.com/spinnaker/deck/compare/5cdc7fa4494ada88702155bb91f80a0a16f3782e...f216cc6556bff90033b28bbe7e9f94517ddaa270) (2020-10-09)
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
### Changes
|
|
781
|
+
|
|
782
|
+
Package bump amazon 0.0.271 azure 0.0.257 cloudfoundry 0.0.103 core 0.0.518 docker 0.0.62 google 0.0.23 oracle 0.0.11 tencentcloud 0.0.8 titus 0.0.147 [#8640](https://github.com/spinnaker/deck/pull/8640) ([f216cc65](https://github.com/spinnaker/deck/commit/f216cc6556bff90033b28bbe7e9f94517ddaa270))
|
|
783
|
+
feat(gce): remove the deprecated ONLY_UP autoscaling mode [#8633](https://github.com/spinnaker/deck/pull/8633) ([b221157e](https://github.com/spinnaker/deck/commit/b221157eeb03c985b23e4c287109f2e641080208))
|
|
784
|
+
chore(eslint): eslint --fix api-no-slashes [#8631](https://github.com/spinnaker/deck/pull/8631) ([fab1a0ad](https://github.com/spinnaker/deck/commit/fab1a0ad75200cca60dfb74455d99f332e3e376f))
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
## [0.0.22](https://www.github.com/spinnaker/deck/compare/8aa1e3e514703fcf0b4bf7b06dffafe01e9c27ed...5cdc7fa4494ada88702155bb91f80a0a16f3782e) (2020-10-06)
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
### Changes
|
|
792
|
+
|
|
793
|
+
chore(package): amazon@0.0.270 azure@0.0.256 cloudfoundry@0.0.102 core@0.0.517 docker@0.0.61 google@0.0.22 oracle@0.0.10 tencentcloud@0.0.7 [#8630](https://github.com/spinnaker/deck/pull/8630) ([5cdc7fa4](https://github.com/spinnaker/deck/commit/5cdc7fa4494ada88702155bb91f80a0a16f3782e))
|
|
794
|
+
Revert "fix(appname): encodeURIComponent for app name (#8586)" [#8627](https://github.com/spinnaker/deck/pull/8627) ([885cd169](https://github.com/spinnaker/deck/commit/885cd169ad0dca8e7e6683bc96d2c131af6b3a1e))
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
## [0.0.21](https://www.github.com/spinnaker/deck/compare/2273dee2b3668ba105a34a062da669cdf7c207c5...8aa1e3e514703fcf0b4bf7b06dffafe01e9c27ed) (2020-10-05)
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
### Changes
|
|
802
|
+
|
|
803
|
+
chore(package): amazon@0.0.269 azure@0.0.255 cloudfoundry@0.0.101 core@0.0.516 docker@0.0.60 google@0.0.21 oracle@0.0.9 tencentcloud@0.0.6 [#8624](https://github.com/spinnaker/deck/pull/8624) ([8aa1e3e5](https://github.com/spinnaker/deck/commit/8aa1e3e514703fcf0b4bf7b06dffafe01e9c27ed))
|
|
804
|
+
fix(appname): encodeURIComponent for app name [#8586](https://github.com/spinnaker/deck/pull/8586) ([f1bb04e8](https://github.com/spinnaker/deck/commit/f1bb04e867e68e53f4e4edb22192afbcd9715d5d))
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
## [0.0.20](https://www.github.com/spinnaker/deck/compare/ced77a7453a0ffab5a14c38943288138fdcb084b...2273dee2b3668ba105a34a062da669cdf7c207c5) (2020-09-23)
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
### Changes
|
|
812
|
+
|
|
813
|
+
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))
|
|
814
|
+
feat(core/*): Deck layout optimizations [#8556](https://github.com/spinnaker/deck/pull/8556) ([2588b7f3](https://github.com/spinnaker/deck/commit/2588b7f3e1ecbfd590e7cc87a225bbfd056449e3))
|
|
815
|
+
refactor(google): clean up GCE-specific feature config [#8585](https://github.com/spinnaker/deck/pull/8585) ([b8051972](https://github.com/spinnaker/deck/commit/b80519721eb0c98e8910a6852670000252ea45f0))
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
## [0.0.19](https://www.github.com/spinnaker/deck/compare/51eb36e35e0e1da2d0a76be9f9aef60525cb554c...ced77a7453a0ffab5a14c38943288138fdcb084b) (2020-08-25)
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
### Changes
|
|
823
|
+
|
|
824
|
+
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))
|
|
825
|
+
chore(licenses): add license metadata to npm packages [#8512](https://github.com/spinnaker/deck/pull/8512) ([d4afa1bf](https://github.com/spinnaker/deck/commit/d4afa1bf2328cc91cf3195f810073b0b4726b3b5))
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
## [0.0.18](https://www.github.com/spinnaker/deck/compare/84377118d005024e6c6c0b542940fd958a59a4b6...51eb36e35e0e1da2d0a76be9f9aef60525cb554c) (2020-08-20)
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
### Changes
|
|
833
|
+
|
|
834
|
+
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))
|
|
835
|
+
feat(google): add predictive autoscaling support [#8495](https://github.com/spinnaker/deck/pull/8495) ([0be2a84d](https://github.com/spinnaker/deck/commit/0be2a84d5d732bd6170728bdebe4b3a2e87c1b1a))
|
|
836
|
+
fix(google): do not self-close react2Angular-created elements [#8493](https://github.com/spinnaker/deck/pull/8493) ([2c5a727e](https://github.com/spinnaker/deck/commit/2c5a727ece1fe6f07928a5b727aa3900be74666d))
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
## [0.0.17](https://www.github.com/spinnaker/deck/compare/5e6cfb7d41be1b7aa2a283224b80ead981626383...84377118d005024e6c6c0b542940fd958a59a4b6) (2020-08-10)
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
### Changes
|
|
844
|
+
|
|
845
|
+
chore(package): publish core 0.0.500 docker 0.0.58 google 0.0.17 [#8482](https://github.com/spinnaker/deck/pull/8482) ([84377118](https://github.com/spinnaker/deck/commit/84377118d005024e6c6c0b542940fd958a59a4b6))
|
|
846
|
+
feat(gce): Add GCP internal http(s) load balancer. [#8397](https://github.com/spinnaker/deck/pull/8397) ([3f279bc4](https://github.com/spinnaker/deck/commit/3f279bc4a3a88e126098d817aa1e2cc865fb2cf2))
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
## [0.0.16](https://www.github.com/spinnaker/deck/compare/727819f85d73c307f065336fe608060de438ec7b...5e6cfb7d41be1b7aa2a283224b80ead981626383) (2020-07-08)
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
### Changes
|
|
854
|
+
|
|
855
|
+
chore(package): publish core 0.0.486 google 0.0.16 [#8399](https://github.com/spinnaker/deck/pull/8399) ([5e6cfb7d](https://github.com/spinnaker/deck/commit/5e6cfb7d41be1b7aa2a283224b80ead981626383))
|
|
856
|
+
feat(gce): add support multi instance family type for custom instances, [#8394](https://github.com/spinnaker/deck/pull/8394) ([b3671f87](https://github.com/spinnaker/deck/commit/b3671f878ce3d196f53e088906e105f1df243747))
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
## [0.0.15](https://www.github.com/spinnaker/deck/compare/c881a42c3516e4b69594f8055df2d3d7995292af...727819f85d73c307f065336fe608060de438ec7b) (2020-06-29)
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
### Changes
|
|
864
|
+
|
|
865
|
+
chore(package): publish core 0.0.484 google 0.0.15 kubernetes 0.0.42 ([727819f8](https://github.com/spinnaker/deck/commit/727819f85d73c307f065336fe608060de438ec7b))
|
|
866
|
+
feat(gce): remove the scale-in control feature flag [#8372](https://github.com/spinnaker/deck/pull/8372) ([aae2270c](https://github.com/spinnaker/deck/commit/aae2270c7fd99cb9324f2a9e9547375eff06fb1e))
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
## [0.0.14](https://www.github.com/spinnaker/deck/compare/f227aa8ec00fffe63e39abc75b9c504180804623...c881a42c3516e4b69594f8055df2d3d7995292af) (2020-05-18)
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
### Changes
|
|
874
|
+
|
|
875
|
+
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))
|
|
876
|
+
refactor(core): legacy artifacts cleanup [#8273](https://github.com/spinnaker/deck/pull/8273) ([f4d41551](https://github.com/spinnaker/deck/commit/f4d415518dd553263ca63f4641ff19facef79464))
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
## [0.0.13](https://www.github.com/spinnaker/deck/compare/93c2f284dd421b0e8b8a686fa7e61631b5139b60...f227aa8ec00fffe63e39abc75b9c504180804623) (2020-04-21)
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
### Changes
|
|
884
|
+
|
|
885
|
+
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))
|
|
886
|
+
feat(core): enable standard artifacts UI by default [#8184](https://github.com/spinnaker/deck/pull/8184) ([e7b3b352](https://github.com/spinnaker/deck/commit/e7b3b352c445f8d0ff4c824a2fa9812c77d64e6e))
|
|
887
|
+
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))
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
## [0.0.12](https://www.github.com/spinnaker/deck/compare/d956a2460bdfc301c0c9c9d93e5159ed8f00bfc8...93c2f284dd421b0e8b8a686fa7e61631b5139b60) (2020-03-31)
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
### Changes
|
|
895
|
+
|
|
896
|
+
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))
|
|
897
|
+
refactor(artifacts): consolidate artifacts feature flags checks [#8096](https://github.com/spinnaker/deck/pull/8096) ([51dba018](https://github.com/spinnaker/deck/commit/51dba018763b71db3ddda1eef87a0cd7a9acdc6a))
|
|
898
|
+
feat(gce): Add support for target shape on regional migs. [#8089](https://github.com/spinnaker/deck/pull/8089) ([528198af](https://github.com/spinnaker/deck/commit/528198af48450264a9ac2ee2540177824590fe5a))
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
## [0.0.11](https://www.github.com/spinnaker/deck/compare/664d174a790d16c8df06d227d0b26dfbd9a759a4...d956a2460bdfc301c0c9c9d93e5159ed8f00bfc8) (2020-03-20)
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
### Changes
|
|
906
|
+
|
|
907
|
+
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))
|
|
908
|
+
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))
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
## [0.0.10](https://www.github.com/spinnaker/deck/compare/febf8edf831648154dcb80f2fdc6f4232ecb3a86...664d174a790d16c8df06d227d0b26dfbd9a759a4) (2020-03-12)
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
### Changes
|
|
916
|
+
|
|
917
|
+
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))
|
|
918
|
+
refactor(core/presentation): Switch the default value of formik fastField from true to false [#7968](https://github.com/spinnaker/deck/pull/7968) ([77512ecf](https://github.com/spinnaker/deck/commit/77512ecf86abab70556a2e6083a028a8a8072b5f))
|
|
919
|
+
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))
|
|
920
|
+
fix(gce logo): Use a proper GCE logo [#7824](https://github.com/spinnaker/deck/pull/7824) ([b60b88dc](https://github.com/spinnaker/deck/commit/b60b88dc9dc741131d05028705a446faec904d5c))
|
|
921
|
+
chore(lint): Run eslint on typescript files ([b51dce46](https://github.com/spinnaker/deck/commit/b51dce46be3df14070f06e06de874108dcf23569))
|
|
922
|
+
chore(lint): Run eslint on javascript files ([38a6324a](https://github.com/spinnaker/deck/commit/38a6324aa9f116c70c7644113f5f84214fd95679))
|
|
923
|
+
refactor(*): de-angularize confirmationModalService [#7759](https://github.com/spinnaker/deck/pull/7759) ([e6c6c662](https://github.com/spinnaker/deck/commit/e6c6c662b5326fcb184772c99f2212ce4336a1cb))
|
|
924
|
+
refactor(*): use consistent styles on modal headers ([10b34915](https://github.com/spinnaker/deck/commit/10b34915860ed46f21d0179bf87c3b456de49c56))
|
|
925
|
+
refactor(*): favor optional chaining over lodash.get ([dc2b3d74](https://github.com/spinnaker/deck/commit/dc2b3d7419c79159a89ad346bd64e2f4cc9fde75))
|
|
926
|
+
refactor(core): convert confirmation modal to react ([a59b2c32](https://github.com/spinnaker/deck/commit/a59b2c3264500080fad7caeb05054eef6f51d52c))
|
|
927
|
+
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))
|
|
928
|
+
chore(core): upgrade to latest prettier [#7713](https://github.com/spinnaker/deck/pull/7713) ([6291f858](https://github.com/spinnaker/deck/commit/6291f858cb111d9c65affeb82ddd840f05c57b65))
|
|
929
|
+
refactor(eslint): Fix all 'prefer-const' eslint rule violations ([90aa4775](https://github.com/spinnaker/deck/commit/90aa47754bc8815eb1bdfcceb4d05c9e1cdf325f))
|
|
930
|
+
refactor(eslint): Fix all 'one-var' eslint rule violations ([d070bd45](https://github.com/spinnaker/deck/commit/d070bd45ff3e185999e863e3f48c01f63eb45733))
|
|
931
|
+
refactor(eslint): Fix all 'no-var' eslint rule violations ([17487016](https://github.com/spinnaker/deck/commit/174870161a5a09ab7f15c74cb84d0f3e196cd7cb))
|
|
932
|
+
chore(eslint): remove tslint ([9400826b](https://github.com/spinnaker/deck/commit/9400826bcb119cf7681e1ce37092b9fdd8b76b1b))
|
|
933
|
+
fix(angular-ui-bootstrap): Kludge: cast angular-ui-bootstrap default import as 'any' ([e4c06a7b](https://github.com/spinnaker/deck/commit/e4c06a7be782f434dabc0d18d879319473acc645))
|
|
934
|
+
fix(imports): move imports out of describe() blocks ([8c241f2d](https://github.com/spinnaker/deck/commit/8c241f2d957a3e37439833a7ca70af79d8107dc1))
|
|
935
|
+
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))
|
|
936
|
+
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))
|
|
937
|
+
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))
|
|
938
|
+
refactor(angularjs): Always export the ng module name, not the module itself ([784d64b6](https://github.com/spinnaker/deck/commit/784d64b66a6410e622803b4b0519f7050e9c5f82))
|
|
939
|
+
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))
|
|
940
|
+
feat(typescript): enable allowJs and allowSyntheticDefaultImports ([7ef58b6c](https://github.com/spinnaker/deck/commit/7ef58b6c122f9ce91eab95d5f444622a710ff968))
|
|
941
|
+
chore(typescript): update to typescript 3.7.x [#7668](https://github.com/spinnaker/deck/pull/7668) ([145f540d](https://github.com/spinnaker/deck/commit/145f540d8bab6936a6d5bfb5caf4e1cba426f215))
|
|
942
|
+
chore(tsconfig): standardize all tsconfig.json files to es2017 [#7656](https://github.com/spinnaker/deck/pull/7656) ([c1c4d423](https://github.com/spinnaker/deck/commit/c1c4d423a0af57c6a8faf135a7a7ee3eb76d5466))
|
|
943
|
+
fix(azure,gce): Fix typo breaking bake stage [#7631](https://github.com/spinnaker/deck/pull/7631) ([0a4f315e](https://github.com/spinnaker/deck/commit/0a4f315e11ec35ce905be93a6df5ee58399f0967))
|
|
944
|
+
feat(dataSources): widen + parameterize types, add default values ([4ed015a0](https://github.com/spinnaker/deck/commit/4ed015a07c028eb58807601a0b0fb9783b02b0d9))
|
|
945
|
+
feat(google): add gce scale-down controls [#7570](https://github.com/spinnaker/deck/pull/7570) ([5d89a044](https://github.com/spinnaker/deck/commit/5d89a04465f911d49bf171ef47b9d88aa2b8c4a9))
|
|
946
|
+
fix(rosco): Re-evaluate roscoSelector on stage updates [#7577](https://github.com/spinnaker/deck/pull/7577) ([d620e057](https://github.com/spinnaker/deck/commit/d620e057e1c0d85984caa9a8ff0639d17ea9309c))
|
|
947
|
+
feat(rosco): Allow optional roscoDetailUrl for roscoMode bakes [#7575](https://github.com/spinnaker/deck/pull/7575) ([dae00c87](https://github.com/spinnaker/deck/commit/dae00c87adc5e69ac232a2145d35e73072cf5766))
|
|
948
|
+
feat(rosco): Allow roscoMode per stage/execution [#7564](https://github.com/spinnaker/deck/pull/7564) ([c2bbf20d](https://github.com/spinnaker/deck/commit/c2bbf20d83d2c82aa1442379b98d4ed71a3379a2))
|
|
949
|
+
feat(google): permit guest accelerator config for regional server groups with zones explicitly selected [#7528](https://github.com/spinnaker/deck/pull/7528) ([b41a8c6f](https://github.com/spinnaker/deck/commit/b41a8c6f5c0703fbdd0dbbdd1546a8a1143ff34b))
|
|
950
|
+
feat(google): Added UI to specify Session Affinity for Network LB ([b999312f](https://github.com/spinnaker/deck/commit/b999312f5db17f7543575ee2e06805e23cda27fc))
|
|
951
|
+
fix(google): do not display zones for regional mig unless selected explicitly [#7527](https://github.com/spinnaker/deck/pull/7527) ([b7b49d0d](https://github.com/spinnaker/deck/commit/b7b49d0dcbce7d666981a39535a3e40e3331bae2))
|
|
952
|
+
fix(google): add default gce instance type disk constants to front end [#7383](https://github.com/spinnaker/deck/pull/7383) ([a3f36959](https://github.com/spinnaker/deck/commit/a3f369598395beb90659dbdbbf673e65d5c02e8c))
|
|
953
|
+
refactor(core/presentation): use render props everywhere [#7316](https://github.com/spinnaker/deck/pull/7316) ([40c31972](https://github.com/spinnaker/deck/commit/40c31972129a1c74f5087fb5a8a7a181b2144c33))
|
|
954
|
+
fix(gce): remove use of ONLY_DOWN deprecated autoscaler policy [#7310](https://github.com/spinnaker/deck/pull/7310) ([44b59c4c](https://github.com/spinnaker/deck/commit/44b59c4c067cfe4f7a8f77763f3c01873beb6bf7))
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
## [0.0.9](https://www.github.com/spinnaker/deck/compare/026d165dd3cc2d1a0ce1e1cee80b6394f126a67c...febf8edf831648154dcb80f2fdc6f4232ecb3a86) (2019-08-07)
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
### Changes
|
|
962
|
+
|
|
963
|
+
chore(google): Bump version to 0.0.9 ([febf8edf](https://github.com/spinnaker/deck/commit/febf8edf831648154dcb80f2fdc6f4232ecb3a86))
|
|
964
|
+
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))
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
## [0.0.8](https://www.github.com/spinnaker/deck/compare/f0546c46bdbdafa9bd47119fa198024fc956521c...026d165dd3cc2d1a0ce1e1cee80b6394f126a67c) (2019-07-15)
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
### Changes
|
|
972
|
+
|
|
973
|
+
chore(google): Bump version to 0.0.8 ([026d165d](https://github.com/spinnaker/deck/commit/026d165dd3cc2d1a0ce1e1cee80b6394f126a67c))
|
|
974
|
+
fix(google): replace stateful MIG image input with dropdown [#7210](https://github.com/spinnaker/deck/pull/7210) ([ad483a09](https://github.com/spinnaker/deck/commit/ad483a092fbd1798c1f896ed0c8d18b7d54155dd))
|
|
975
|
+
perf(google): improve performance of GCE image selection [#7208](https://github.com/spinnaker/deck/pull/7208) ([97db30b9](https://github.com/spinnaker/deck/commit/97db30b93ab9d9ae82290832056383393c88252a))
|
|
976
|
+
feat(google): support stateful MIG operations [#7196](https://github.com/spinnaker/deck/pull/7196) ([f340b026](https://github.com/spinnaker/deck/commit/f340b0268c1c85aae96c54acee77aa39ef9770d6))
|
|
977
|
+
feat(gce): Support new artifact model for deploy SG [#7178](https://github.com/spinnaker/deck/pull/7178) ([ecb2dd17](https://github.com/spinnaker/deck/commit/ecb2dd17aea1958e78089ed58f18a19ed502998f))
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
## [0.0.7](https://www.github.com/spinnaker/deck/compare/fc7645a40dd49eb442a6f61a3867035f4e0b5ae8...f0546c46bdbdafa9bd47119fa198024fc956521c) (2019-07-03)
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
### Changes
|
|
985
|
+
|
|
986
|
+
chore(google): Bump version to 0.0.7 ([f0546c46](https://github.com/spinnaker/deck/commit/f0546c46bdbdafa9bd47119fa198024fc956521c))
|
|
987
|
+
chore(package): Just Update Prettier™ ([cdd6f237](https://github.com/spinnaker/deck/commit/cdd6f2379859d3c2b13bac59aa470c08b391a865))
|
|
988
|
+
perf(google): avoid unnecessary fetching and filtering of gce images [#7115](https://github.com/spinnaker/deck/pull/7115) ([5cc4146e](https://github.com/spinnaker/deck/commit/5cc4146efe3ab9a62c7edab4fcc1b1015b4d666b))
|
|
989
|
+
fix(google): allow SpEL in stack/detail in deploy stage [#7105](https://github.com/spinnaker/deck/pull/7105) ([92492c4e](https://github.com/spinnaker/deck/commit/92492c4e0dc784ba59874b53f4f349c27f939234))
|
|
990
|
+
fix(google): Help text on GCE load balancer type selection screen [#7044](https://github.com/spinnaker/deck/pull/7044) ([94dc56dd](https://github.com/spinnaker/deck/commit/94dc56dd6054fca2dc96a0a5a44c81da38a0c64a))
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
## [0.0.6](https://www.github.com/spinnaker/deck/compare/81b67739add17a5256abfcb35699d3c39e0aadd0...fc7645a40dd49eb442a6f61a3867035f4e0b5ae8) (2019-06-05)
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
### Changes
|
|
998
|
+
|
|
999
|
+
chore(google): Bump version to 0.0.6 ([fc7645a4](https://github.com/spinnaker/deck/commit/fc7645a40dd49eb442a6f61a3867035f4e0b5ae8))
|
|
1000
|
+
feat(provdier/google): Display serviceAccount properties for firewall rules [#6929](https://github.com/spinnaker/deck/pull/6929) ([243f5304](https://github.com/spinnaker/deck/commit/243f530404a8be6f0bfbde16fc58c0f37f4b2e35))
|
|
1001
|
+
refactor(*): remove cache-clearing calls that do not do anything [#6861](https://github.com/spinnaker/deck/pull/6861) ([0a5fd58e](https://github.com/spinnaker/deck/commit/0a5fd58ed76c894f9a8b0ab7027bd07e0dfc43ce))
|
|
1002
|
+
feat(provider/google): Support Shielded VM policies [#6849](https://github.com/spinnaker/deck/pull/6849) ([297cd99f](https://github.com/spinnaker/deck/commit/297cd99f74dbfdd5091fa048771a5d8e3e4e4b16))
|
|
1003
|
+
fix(google): revert "select all zones by default when deploying a regional gce server group (#6751)" [#6808](https://github.com/spinnaker/deck/pull/6808) ([728ddbe0](https://github.com/spinnaker/deck/commit/728ddbe0d690f15239a58d2f69e4df8f0beb9f79))
|
|
1004
|
+
fix(google): GCE create server group and load balancer fixes [#6806](https://github.com/spinnaker/deck/pull/6806) ([bdcbc977](https://github.com/spinnaker/deck/commit/bdcbc977567f055dc05ad99ecac8385028dda4e6))
|
|
1005
|
+
refactor(core): de-angularize ApplicationModelBuilder, fix project executions [#6802](https://github.com/spinnaker/deck/pull/6802) ([72e164df](https://github.com/spinnaker/deck/commit/72e164dfcf11afbac559195a8fa6a91dd77ad2b9))
|
|
1006
|
+
fix(google): fix autohealing health checks in deploy stages [#6804](https://github.com/spinnaker/deck/pull/6804) ([0daec5b7](https://github.com/spinnaker/deck/commit/0daec5b769b109a829e315d4bf4867c4ff928407))
|
|
1007
|
+
fix(google): select all zones by default when deploying a regional gce server group [#6751](https://github.com/spinnaker/deck/pull/6751) ([ad2e2227](https://github.com/spinnaker/deck/commit/ad2e2227442aa2e7abf85bf1a82ef7a5f51b1445))
|
|
1008
|
+
fix(google): add better help text around accelerators [#6750](https://github.com/spinnaker/deck/pull/6750) ([432e6e3a](https://github.com/spinnaker/deck/commit/432e6e3af6f8cd0092c4cf1ca5c1ff45d512027c))
|
|
1009
|
+
feat(provider/gce): Moniker support for GCE server groups [#6317](https://github.com/spinnaker/deck/pull/6317) ([eb7f6611](https://github.com/spinnaker/deck/commit/eb7f6611bb746112d84399be3b00c95fac1b1523))
|
|
1010
|
+
refactor(*): remove unused local storage caches [#6665](https://github.com/spinnaker/deck/pull/6665) ([e2b4d8e9](https://github.com/spinnaker/deck/commit/e2b4d8e9371d5d2f1f9b60e2a592e10b47df73e2))
|
|
1011
|
+
fix(google): Only show authorized accounts during Server group creation [#6625](https://github.com/spinnaker/deck/pull/6625) ([f0f4c0dd](https://github.com/spinnaker/deck/commit/f0f4c0dd70f2f2ffabba8d8114a96faa4f22543b))
|
|
1012
|
+
chore(angularjs): Explicitly annotate directive controllers ([d828a53e](https://github.com/spinnaker/deck/commit/d828a53e55919c16a8cea82af404c05bad081066))
|
|
1013
|
+
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))
|
|
1014
|
+
chore(prettier): Just Use Prettier™ [#6600](https://github.com/spinnaker/deck/pull/6600) ([7d5fc346](https://github.com/spinnaker/deck/commit/7d5fc346bca54c5d53f9eb46d823cd993c102058))
|
|
1015
|
+
fix(html): Fix various invalid HTML [#6599](https://github.com/spinnaker/deck/pull/6599) ([04bb4a01](https://github.com/spinnaker/deck/commit/04bb4a01c2d988aab5b5b8ae6e3aadbc59214898))
|
|
1016
|
+
fix(html): Fix various invalid HTML [#6597](https://github.com/spinnaker/deck/pull/6597) ([64fb4892](https://github.com/spinnaker/deck/commit/64fb4892ee3e7114eccb8f6acc9d84ae652f1af3))
|
|
1017
|
+
chore(prettier): Just Use Prettier™ ([5cf6c79d](https://github.com/spinnaker/deck/commit/5cf6c79da63404bb7238291d38bb7f5cfd10c26b))
|
|
1018
|
+
chore(angularjs): Do not use .component('foo', new Foo()) ([3ffa4fb7](https://github.com/spinnaker/deck/commit/3ffa4fb7498df815014d61071e8588f0b34bf8b9))
|
|
1019
|
+
chore(angularjs): Remove all 'ngInject'; in favor of explicit DI annotation ([cc52bee0](https://github.com/spinnaker/deck/commit/cc52bee0b9956693f948806322658f225efa5546))
|
|
1020
|
+
chore(prettier): Just Use Prettier™ ([b6bab1e1](https://github.com/spinnaker/deck/commit/b6bab1e16bb46697fec347cd30934f00fb2e9807))
|
|
1021
|
+
chore(angularjs): Explicitly annotate all AngularJS injection points ([f3fd790e](https://github.com/spinnaker/deck/commit/f3fd790e20a4c3056edcb2c41282517e1cf35004))
|
|
1022
|
+
fix(securityGroups): User `securityGroupName` for upsertSecurityGroupTask [#6569](https://github.com/spinnaker/deck/pull/6569) ([78d0b689](https://github.com/spinnaker/deck/commit/78d0b689efd4de00ab203d55df632dd5ece89133))
|
|
1023
|
+
fix(eslint): Fix eslint warnings for no-useless-escape ([ddbe2082](https://github.com/spinnaker/deck/commit/ddbe208282f96c73239a32bddd4af6f9d098b088))
|
|
1024
|
+
fix(eslint): Fix eslint warnings for no-case-declarations ([8cba7ac4](https://github.com/spinnaker/deck/commit/8cba7ac43c171b39b92b5a68dfec3d0d229aae48))
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
## [0.0.5](https://www.github.com/spinnaker/deck/compare/6132180862ad79324bf5e7af11b97c7b0f6c7bdd...81b67739add17a5256abfcb35699d3c39e0aadd0) (2019-02-13)
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
### Changes
|
|
1032
|
+
|
|
1033
|
+
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))
|
|
1034
|
+
chore(package): Just Update Prettier™ ([a8c17492](https://github.com/spinnaker/deck/commit/a8c174925f64045f70c11b2bfc11fe1fdd558660))
|
|
1035
|
+
chore(webpack): Switch to TerserPlugin. Split bundles into ~5mb chunks ([a35088ab](https://github.com/spinnaker/deck/commit/a35088ab28cc3b25c9e6731f6fb70bf7d0e14ef0))
|
|
1036
|
+
chore(typescript): Switch module from 'commonjs' to 'esnext' to emit raw dynamic 'import()' ([5c49dd2a](https://github.com/spinnaker/deck/commit/5c49dd2ab3c4226295a7e8041c25dabdbeee6a2c))
|
|
1037
|
+
chore(package): Add .npmignore to all packages ([0451046c](https://github.com/spinnaker/deck/commit/0451046c241b450ae4b05df0b67b61758c16acce))
|
|
1038
|
+
feat(google): Add support for accelerators when deploying VMs [#6467](https://github.com/spinnaker/deck/pull/6467) ([d09a9103](https://github.com/spinnaker/deck/commit/d09a9103b3ae434a25f88b4ff78cf8bb02e987f9))
|
|
1039
|
+
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))
|
|
1040
|
+
refactor(*): Don't use js or ts file extension in require() ([35be1f08](https://github.com/spinnaker/deck/commit/35be1f0872f5958514c920ee97510d36484e33eb))
|
|
1041
|
+
config(google): Update GCE's base URL to the new domain [#6401](https://github.com/spinnaker/deck/pull/6401) ([87013c65](https://github.com/spinnaker/deck/commit/87013c652a9ef1bab148981f7e8a0d7742b7a2e6))
|
|
1042
|
+
fix(google): safe healthcheck lookups when cloning server group ([9f90ebd8](https://github.com/spinnaker/deck/commit/9f90ebd8c96b4fcc70b93b7f3d741d4d44bd2c3d))
|
|
1043
|
+
fix(google): differentiate among autohealing health check kinds ([b920442a](https://github.com/spinnaker/deck/commit/b920442a948329e2e0bfc0af4dbcf276d8aa3485))
|
|
1044
|
+
fix(google): fix autohealing clone logic ([786862b2](https://github.com/spinnaker/deck/commit/786862b28efad1864e17fcca231625a001028dac))
|
|
1045
|
+
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))
|
|
1046
|
+
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))
|
|
1047
|
+
fix(google): prevent parent server group from overwriting null clone autohealing policies ([d4127fa4](https://github.com/spinnaker/deck/commit/d4127fa451e4f7149d10aad00dc3169f65f23ff9))
|
|
1048
|
+
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))
|
|
1049
|
+
fix(bake): Allow null extended attributes in bake stages [#6256](https://github.com/spinnaker/deck/pull/6256) ([3afbd000](https://github.com/spinnaker/deck/commit/3afbd0001ad934ef9febe87579cc3fe81bd5f3f8))
|
|
1050
|
+
chore(*): Add core alias to module tsconfigs ([6b8188bb](https://github.com/spinnaker/deck/commit/6b8188bb54ea2e70987841079a8aff7debd8bd66))
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
## [0.0.4](https://www.github.com/spinnaker/deck/compare/6e20b41114db7ebba7a7dabd55818349871c5595...6132180862ad79324bf5e7af11b97c7b0f6c7bdd) (2018-10-29)
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
### Changes
|
|
1058
|
+
|
|
1059
|
+
chore(google): bump google module to 0.0.4 [#5905](https://github.com/spinnaker/deck/pull/5905) ([61321808](https://github.com/spinnaker/deck/commit/6132180862ad79324bf5e7af11b97c7b0f6c7bdd))
|
|
1060
|
+
fix(bake): Execution details Rebake was always false when force rebaking ([55987ec1](https://github.com/spinnaker/deck/commit/55987ec13568470d609901fcda4d8e44d0f33e8d))
|
|
1061
|
+
fix(deck): Change Build Stage description [#5839](https://github.com/spinnaker/deck/pull/5839) ([4f48a3ed](https://github.com/spinnaker/deck/commit/4f48a3edf2803785ac7122f20ad72dd374e06212))
|
|
1062
|
+
refactor(google): switch var to let/const [#5819](https://github.com/spinnaker/deck/pull/5819) ([424f6a2c](https://github.com/spinnaker/deck/commit/424f6a2c83644f063ab29c831a4ce5466f6bdcea))
|
|
1063
|
+
fix(google): backend service selection in server group wizard [#5813](https://github.com/spinnaker/deck/pull/5813) ([3b1f1c59](https://github.com/spinnaker/deck/commit/3b1f1c5940512dc2fce8118dea48b21f34a94d14))
|
|
1064
|
+
chore(package): prepare -> prepublishOnly for everything [#5806](https://github.com/spinnaker/deck/pull/5806) ([06f45b5c](https://github.com/spinnaker/deck/commit/06f45b5c0da71227e4f1d7bb9e7187e95231f4d2))
|
|
1065
|
+
fix(provider/google): Deploy custom archetype fixes. [#5771](https://github.com/spinnaker/deck/pull/5771) ([1e632639](https://github.com/spinnaker/deck/commit/1e632639afd6fd04409c0526cb5cf7434e971bf1))
|
|
1066
|
+
chore(prettier): Just Update Prettier™ [#5754](https://github.com/spinnaker/deck/pull/5754) ([709f30f6](https://github.com/spinnaker/deck/commit/709f30f6eff0c8862cb8736465e4fd152abd693c))
|
|
1067
|
+
feat(kayenta): show image sources [#5749](https://github.com/spinnaker/deck/pull/5749) ([ffb7a8bb](https://github.com/spinnaker/deck/commit/ffb7a8bbf2fc42f110baef75b0860ae0d92ef447))
|
|
1068
|
+
refactor(core/application): Rename createApplication to createApplicationForTests [#5737](https://github.com/spinnaker/deck/pull/5737) ([536e42b4](https://github.com/spinnaker/deck/commit/536e42b42bced4c1d4dfc9229813931d885ec80e))
|
|
1069
|
+
feat(google): add inline artifact editor to google deploy stage [#5731](https://github.com/spinnaker/deck/pull/5731) ([c5161cd4](https://github.com/spinnaker/deck/commit/c5161cd432e836963fd452224a78fdbc5ee5dbbc))
|
|
1070
|
+
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))
|
|
1071
|
+
fix(google): Remove image region validation from find image stage [#5565](https://github.com/spinnaker/deck/pull/5565) ([25dd3dc8](https://github.com/spinnaker/deck/commit/25dd3dc85e5f2ac160aa39ade3d32a94019e053c))
|
|
1072
|
+
feat(tagging): Select which upstream stages to include in image search ([77bd90fc](https://github.com/spinnaker/deck/commit/77bd90fc94745bed44fddfd4b36edee496b2db35))
|
|
1073
|
+
fix(provider/google): cloning server group doesnt correctly copy disk [#5553](https://github.com/spinnaker/deck/pull/5553) ([fba75548](https://github.com/spinnaker/deck/commit/fba75548d1c076228f1f6a399a94f68337a142f3))
|
|
1074
|
+
feat(artifacts): Kubernetes V1 provider removes deleted artifacts [#5544](https://github.com/spinnaker/deck/pull/5544) ([3ace82a2](https://github.com/spinnaker/deck/commit/3ace82a2cb6d730faffc3c58c97c2d1df41338fe))
|
|
1075
|
+
refactor(*): Add server group configuration command to all configured command functions ([4d23c971](https://github.com/spinnaker/deck/commit/4d23c971e1d3eb5a234d3315fd166c9d37059413))
|
|
1076
|
+
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))
|
|
1077
|
+
feat(provider/gce): Adds mode to autoscaling detail and upsert. [#5458](https://github.com/spinnaker/deck/pull/5458) ([06caf104](https://github.com/spinnaker/deck/commit/06caf10475ccbfd0fd177e29c50db8c45a9964f7))
|
|
1078
|
+
feat(google/iap): Refreshes IAP session after they expire. ([67d6f242](https://github.com/spinnaker/deck/commit/67d6f2425bbe13f89b0642bbd3c206f05160921d))
|
|
1079
|
+
chore(provider/kubernetes): reactify deployManifest execution details [#5376](https://github.com/spinnaker/deck/pull/5376) ([c6d98ac4](https://github.com/spinnaker/deck/commit/c6d98ac4f21d63d670901d9316ce93b87e543117))
|
|
1080
|
+
refactor(core) de-angularize more services [#5390](https://github.com/spinnaker/deck/pull/5390) ([ca5df990](https://github.com/spinnaker/deck/commit/ca5df990b30a9208a682831803d376781a4cba87))
|
|
1081
|
+
refactor(core): de-angularize services [#5385](https://github.com/spinnaker/deck/pull/5385) ([37a96b16](https://github.com/spinnaker/deck/commit/37a96b168cae0cb5517c269e858bc16020f753c2))
|
|
1082
|
+
refactor(core): de-angularize services [#5377](https://github.com/spinnaker/deck/pull/5377) ([bda420f9](https://github.com/spinnaker/deck/commit/bda420f98933852e734452a40d9ab788912dbb42))
|
|
1083
|
+
feat(artifacts): Add artifact details to GCE bake and deploy stages [#5374](https://github.com/spinnaker/deck/pull/5374) ([ca3d3415](https://github.com/spinnaker/deck/commit/ca3d34159b42e24cf7899587a37ebe4cd9e574cb))
|
|
1084
|
+
refactor(core): de-angularize services [#5365](https://github.com/spinnaker/deck/pull/5365) ([5d159622](https://github.com/spinnaker/deck/commit/5d159622f43fb2aa859a46b47665c8c60165224e))
|
|
1085
|
+
fix(core): Fix warnings about unused variables [#5371](https://github.com/spinnaker/deck/pull/5371) ([bd2b5b8e](https://github.com/spinnaker/deck/commit/bd2b5b8e446eb864f01ad4326b5c350e0420350f))
|
|
1086
|
+
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))
|
|
1087
|
+
refactor(core): de-angularize services [#5354](https://github.com/spinnaker/deck/pull/5354) ([ab380a10](https://github.com/spinnaker/deck/commit/ab380a105abd46116de1ea0b70c560f066732644))
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
## [0.0.3](https://www.github.com/spinnaker/deck/compare/5a89f7289168b89d685b3afff0f8a9243c7316f1...6e20b41114db7ebba7a7dabd55818349871c5595) (2018-05-18)
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
### Changes
|
|
1095
|
+
|
|
1096
|
+
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))
|
|
1097
|
+
refactor(*): de-angular-ize task reader/writer/executor [#5352](https://github.com/spinnaker/deck/pull/5352) ([56ede9d2](https://github.com/spinnaker/deck/commit/56ede9d28f704926f4fadf60af42612138e5b4ce))
|
|
1098
|
+
chore(artifacts): de-angularize artifact reference service [#5348](https://github.com/spinnaker/deck/pull/5348) ([0acc2a3d](https://github.com/spinnaker/deck/commit/0acc2a3d6a6cc9cb0856f83847b732f725f255cb))
|
|
1099
|
+
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))
|
|
1100
|
+
feat(artifacts): type icons in artifact selectors [#5346](https://github.com/spinnaker/deck/pull/5346) ([db4b3716](https://github.com/spinnaker/deck/commit/db4b37161622081f560b808fe93206fbb0b8d387))
|
|
1101
|
+
refactor(*): De-angular pipelineConfigProvider and rename to PipelineRegistry [#5340](https://github.com/spinnaker/deck/pull/5340) ([40d11f8c](https://github.com/spinnaker/deck/commit/40d11f8c5a48284bca56e639e46cf846311a5dd4))
|
|
1102
|
+
feat(artifacts): Either string or artifact is sufficient for bake stage [#5316](https://github.com/spinnaker/deck/pull/5316) ([91ea6344](https://github.com/spinnaker/deck/commit/91ea6344382c6225e543209bc6fb45d906690ae8))
|
|
1103
|
+
chore(*): Keep dependencies up to date [#5294](https://github.com/spinnaker/deck/pull/5294) ([18f40953](https://github.com/spinnaker/deck/commit/18f40953e599ad6c5cff0e10d194f0c1cd6fd264))
|
|
1104
|
+
refactor(core): rename Security Groups to Firewalls [#5284](https://github.com/spinnaker/deck/pull/5284) ([d9291085](https://github.com/spinnaker/deck/commit/d929108509898833b535d20be01179dffaf187bf))
|
|
1105
|
+
fix(provider/gce): Fix whitespace. [#5286](https://github.com/spinnaker/deck/pull/5286) ([f2d61701](https://github.com/spinnaker/deck/commit/f2d617017c6c2b81f0779ed1a7bace881080eabc))
|
|
1106
|
+
fix(provider/gce): Warn user if using default instanceType storage. [#5285](https://github.com/spinnaker/deck/pull/5285) ([4f83aa30](https://github.com/spinnaker/deck/commit/4f83aa303e74b2e630344d4ba1ba755e0a8f3fb5))
|
|
1107
|
+
feat(provider/gce): Surface all available GCE instanceTypes. [#5278](https://github.com/spinnaker/deck/pull/5278) ([fcd4ed91](https://github.com/spinnaker/deck/commit/fcd4ed919a188b7b426a1c43083eaafa01aee6f0))
|
|
1108
|
+
feat(artifacts): Allow artifacts to be selected in bake config [#5270](https://github.com/spinnaker/deck/pull/5270) ([f9e7c50c](https://github.com/spinnaker/deck/commit/f9e7c50c97adb48e5e5f16c7d18e6632e36b0bf0))
|
|
1109
|
+
perf(*): transpile to latest two modern browsers only [#5260](https://github.com/spinnaker/deck/pull/5260) ([caf1a8a8](https://github.com/spinnaker/deck/commit/caf1a8a84139fb4e5fe4c12959e02a9309d4a7db))
|
|
1110
|
+
refactor(*): De-angularize account service ([cc6d3332](https://github.com/spinnaker/deck/commit/cc6d333254159ab713a83bc89f13938d4c98e256))
|
|
1111
|
+
refactor(*): De-angularize API service ([cc8adc9d](https://github.com/spinnaker/deck/commit/cc8adc9df3f191ff2590a0bb5eea3f794cc85544))
|
|
1112
|
+
refactor(*): De-angularize authentication service ([a4d96cd3](https://github.com/spinnaker/deck/commit/a4d96cd340b49203f453afafd8d92512da6c831b))
|
|
1113
|
+
refactor(*): De-angularize cloud provider registry ([5aaf40d8](https://github.com/spinnaker/deck/commit/5aaf40d8599e372b3f49ba2db3dffbd711bf437e))
|
|
1114
|
+
feat(bake/manifest): helm values artifacts [#5222](https://github.com/spinnaker/deck/pull/5222) ([5f728802](https://github.com/spinnaker/deck/commit/5f728802954dcf5d1ed7f13395d649b3e70d0301))
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
## [0.0.2](https://www.github.com/spinnaker/deck/compare/84b5b506c406054f2d9f9c7d87fd320ba530f348...5a89f7289168b89d685b3afff0f8a9243c7316f1) (2018-04-22)
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
### Changes
|
|
1122
|
+
|
|
1123
|
+
chore(google): bump npm package version [#5182](https://github.com/spinnaker/deck/pull/5182) ([5a89f728](https://github.com/spinnaker/deck/commit/5a89f7289168b89d685b3afff0f8a9243c7316f1))
|
|
1124
|
+
refactor(*): de-angularize help contents/registry [#5199](https://github.com/spinnaker/deck/pull/5199) ([d6bfa5c2](https://github.com/spinnaker/deck/commit/d6bfa5c22c2196942230721ecc38ddb68e56874f))
|
|
1125
|
+
chore(core) fixed imports [#5176](https://github.com/spinnaker/deck/pull/5176) ([c76d9628](https://github.com/spinnaker/deck/commit/c76d9628b1fd632c1f959d0b73d1bb635fab5fe0))
|
|
1126
|
+
refactor(*): De-angularize caches [#5161](https://github.com/spinnaker/deck/pull/5161) ([2f654733](https://github.com/spinnaker/deck/commit/2f6547336c43fdf5ced72dc029700e214d07c1b9))
|
|
1127
|
+
refactor(core/entityTag): Convert clusterTargetBuilder.service to plain JS ([378f228a](https://github.com/spinnaker/deck/commit/378f228aec8cdb4a02990785505a67c1b9ad2adc))
|
|
1128
|
+
refactor(core/naming): Convert angular naming.service to plain NameUtils ([d9f313bd](https://github.com/spinnaker/deck/commit/d9f313bd36508961f2a6be8d32c5155e0b5b893d))
|
|
1129
|
+
chore(tslint): ❯ npx tslint --fix -p tsconfig.json ([b1ddb67c](https://github.com/spinnaker/deck/commit/b1ddb67c2c7a74f451baac070a65c985c2b6fb8e))
|
|
1130
|
+
chore(tslint): Add prettier-tslint rules, manually fix lint errors that don't have --fix ([e74be825](https://github.com/spinnaker/deck/commit/e74be825f0f0c3e8ed24717188b0e76d6cc99bd8))
|
|
1131
|
+
Just Use Prettier™ ([532ab778](https://github.com/spinnaker/deck/commit/532ab7784ca93569308c8f2ab80a18d313b910f9))
|
|
1132
|
+
fix(artifacts): deleting expected artifact removes stale references [#5107](https://github.com/spinnaker/deck/pull/5107) ([bd912257](https://github.com/spinnaker/deck/commit/bd912257caa91660d3ec92be37cb64b142d35f68))
|
|
1133
|
+
feat(provider/gce): Support nested health checks in autoHealingPolicy. [#5108](https://github.com/spinnaker/deck/pull/5108) ([c39e49c8](https://github.com/spinnaker/deck/commit/c39e49c82cf9006d985bd963f428c2c2fde59730))
|
|
1134
|
+
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))
|
|
1135
|
+
chore(package): minify package bundles in production mode only ([a5bde826](https://github.com/spinnaker/deck/commit/a5bde826f2c641c6075fbb3900f740050892eb72))
|
|
1136
|
+
chore(webpack): update webpack configurations for webpack 4 ([40981eae](https://github.com/spinnaker/deck/commit/40981eae4c404cd833cf186a9df50d3a56b5c927))
|
|
1137
|
+
chore(core): upgrade to font-awesome 5 [#5029](https://github.com/spinnaker/deck/pull/5029) ([c2bdbf72](https://github.com/spinnaker/deck/commit/c2bdbf727746223e1c9e0a1d7fc56018a0e81736))
|
|
1138
|
+
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))
|
|
1139
|
+
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))
|
|
1140
|
+
chore(*): Prepare for upgrading to react 16 [#4947](https://github.com/spinnaker/deck/pull/4947) ([0b9ebbaa](https://github.com/spinnaker/deck/commit/0b9ebbaacd9635efba39758f214e9e562d5efc2a))
|
|
1141
|
+
fix(provider/gce): Fix call to list backends ([5c1c1daa](https://github.com/spinnaker/deck/commit/5c1c1daac293a7fbc5648ff22b30c5b03f490ece))
|
|
1142
|
+
fix(provider/google): add resize stage timeout override [#4901](https://github.com/spinnaker/deck/pull/4901) ([d24f5bfd](https://github.com/spinnaker/deck/commit/d24f5bfd1029eb6bd6bed6510ea05bb64af8a0c7))
|
|
1143
|
+
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))
|
|
1144
|
+
fix(provider/gce): Fix search endpoint calls. [#4726](https://github.com/spinnaker/deck/pull/4726) ([9f42c525](https://github.com/spinnaker/deck/commit/9f42c5250496bb1f92ed2410de9eebadb05bba48))
|
|
1145
|
+
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))
|
|
1146
|
+
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))
|
|
1147
|
+
style(provider/google): Fix react-style dropdown z-index in Instance Type configurer [#4610](https://github.com/spinnaker/deck/pull/4610) ([18b8be4f](https://github.com/spinnaker/deck/commit/18b8be4f6c60ccb603401fd7e1fa3c757d54b182))
|
|
1148
|
+
refactor(*): Remove closeable.modal.controller [#4583](https://github.com/spinnaker/deck/pull/4583) ([2a0f1cac](https://github.com/spinnaker/deck/commit/2a0f1cac5f3237d6a97806cabe10c2f7e4b0a1ac))
|
|
1149
|
+
feat(gce): UI for zone selection. [#4548](https://github.com/spinnaker/deck/pull/4548) ([7c3af768](https://github.com/spinnaker/deck/commit/7c3af76839b30a93663d00739d055183fafa4b08))
|
|
1150
|
+
chore(*): Update typescript and tslint and fix lint errors [#4494](https://github.com/spinnaker/deck/pull/4494) ([baa3155e](https://github.com/spinnaker/deck/commit/baa3155e710b9cde5c224e1e198b1704a6c774e4))
|
|
1151
|
+
fix(provider/gce): Break out spinnaker-member-of into individual labels. [#4493](https://github.com/spinnaker/deck/pull/4493) ([ba7b93e2](https://github.com/spinnaker/deck/commit/ba7b93e2c54c78ba2a8d4be20133a6478f64e744))
|
|
1152
|
+
refactor(*): Convert find ami execution details to react ([1896c7b2](https://github.com/spinnaker/deck/commit/1896c7b25fc18e57b639b6a7e9b3872d0c52b2f8))
|
|
1153
|
+
feat(provider/gce): Recognize spinnaker-member-of label. [#4476](https://github.com/spinnaker/deck/pull/4476) ([e870983a](https://github.com/spinnaker/deck/commit/e870983a62cf558ca0cd7bbc6ab1fe2c793e263a))
|
|
1154
|
+
fix(*): Fix disable cluster execution details config [#4407](https://github.com/spinnaker/deck/pull/4407) ([da303b9c](https://github.com/spinnaker/deck/commit/da303b9c092e5e137e1107d393ca9b28ac0f5864))
|
|
1155
|
+
refactor(*/pipeline): Convert clone server group execution details to react [#4359](https://github.com/spinnaker/deck/pull/4359) ([25ff3a1a](https://github.com/spinnaker/deck/commit/25ff3a1abbdb72f6d128adba26fcaaa61d13ab90))
|
|
1156
|
+
feat(gce): UHC support for l7 load balancers [#4340](https://github.com/spinnaker/deck/pull/4340) ([89dfca0c](https://github.com/spinnaker/deck/commit/89dfca0cd42e1dd425638d91c7b4d86acce8ee2c))
|
|
1157
|
+
chore(core): remove happypack in favor of thread-loader/cache-loader [#4330](https://github.com/spinnaker/deck/pull/4330) ([c661dccf](https://github.com/spinnaker/deck/commit/c661dccfe04fb44f78f64bcbd2a05debb8d46d43))
|
|
1158
|
+
refactor(*): More execution details refactoring [#4324](https://github.com/spinnaker/deck/pull/4324) ([ababde6d](https://github.com/spinnaker/deck/commit/ababde6dea29347e4bff81840c7e3b1fa685aaa0))
|
|
1159
|
+
refactor(*): Remove duplicate execution details templates [#4314](https://github.com/spinnaker/deck/pull/4314) ([de1524a8](https://github.com/spinnaker/deck/commit/de1524a8ae7897441d5fd150d5e4189dc67891a2))
|
|
1160
|
+
refactor(*): Consistent bracket spacing [#4307](https://github.com/spinnaker/deck/pull/4307) ([484c91a3](https://github.com/spinnaker/deck/commit/484c91a34374fe06a4c4f52642f204b8f2fa0f78))
|
|
1161
|
+
refactor(*): Fix all the postcss-color warnings except the hard one [#4304](https://github.com/spinnaker/deck/pull/4304) ([db2275bb](https://github.com/spinnaker/deck/commit/db2275bb48c3371e1f90bf2b83ff59e5ff8af488))
|
|
1162
|
+
fix(provider/gce): Render namedPorts in svg details, not listeningPort. [#4299](https://github.com/spinnaker/deck/pull/4299) ([9d305023](https://github.com/spinnaker/deck/commit/9d305023c247e83ab06cabe6f5bbcb84bd23e3b2))
|
|
1163
|
+
fix(provider/gce): Fix credential account handling in svg wizard. [#4252](https://github.com/spinnaker/deck/pull/4252) ([29c5da83](https://github.com/spinnaker/deck/commit/29c5da83fdab5cc60b9dc226c14b7b3650637ec9))
|
|
1164
|
+
fix(core/modal): avoid throwing errors on modal $dismiss [#4233](https://github.com/spinnaker/deck/pull/4233) ([ed9c20fb](https://github.com/spinnaker/deck/commit/ed9c20fb61a17b21a0aff8a81706996416dfa796))
|
|
1165
|
+
style(core/amazon/google/kubernetes): Fixed adhoc hexcode colors to use spinnaker palette [#4206](https://github.com/spinnaker/deck/pull/4206) ([bd5c5c61](https://github.com/spinnaker/deck/commit/bd5c5c6191e37505967f759eaf44e0cc1ed7446b))
|
|
1166
|
+
chore(modules): Use webpack-node-externals to exclude node_modules from @spinnaker/* bundles [#4215](https://github.com/spinnaker/deck/pull/4215) ([2a3202f7](https://github.com/spinnaker/deck/commit/2a3202f7931405a57f745b428ded3b616c463905))
|
|
1167
|
+
fix(provider/gce) Update max disk number for local-ssd to 8 from 4 [#4214](https://github.com/spinnaker/deck/pull/4214) ([b0d854e0](https://github.com/spinnaker/deck/commit/b0d854e0b90dfb8ef19a4b55ac4ee18ffabb07c3))
|
|
1168
|
+
style(all): Removed all less color variables and using CSS4 consolidated colors [#4204](https://github.com/spinnaker/deck/pull/4204) ([3c3eccc9](https://github.com/spinnaker/deck/commit/3c3eccc9c74277576cebbc3e8c5a883d01ebce8e))
|
|
1169
|
+
feat(sourceMaps): Embed sources in sourcemaps for lib builds [#4175](https://github.com/spinnaker/deck/pull/4175) ([14818c96](https://github.com/spinnaker/deck/commit/14818c96450d5d4a96d87cde068944719a5d83ae))
|
|
1170
|
+
feat(provider/gce): Support for connection draining in LBs. [#4167](https://github.com/spinnaker/deck/pull/4167) ([29284f22](https://github.com/spinnaker/deck/commit/29284f22e896fb7b423831b0e7136a0b2bf08e99))
|
|
1171
|
+
refactor(*): Replace class-autobind-decorator with lodash-decorators BindAll [#4150](https://github.com/spinnaker/deck/pull/4150) ([ecc40304](https://github.com/spinnaker/deck/commit/ecc403046e8e556c1892a69acb944c6cc7e04034))
|
|
1172
|
+
refactor(*): Remove angular-loader in favor of using `.name` explicitly [#4157](https://github.com/spinnaker/deck/pull/4157) ([f6669e57](https://github.com/spinnaker/deck/commit/f6669e5759cd43ea9e30471c6923945027078aed))
|
|
1173
|
+
feat(provider/gce): Support named ports for global LBs. [#4154](https://github.com/spinnaker/deck/pull/4154) ([fca2e931](https://github.com/spinnaker/deck/commit/fca2e931e039292e498bb8c3fb0a792ec30bbda7))
|
|
1174
|
+
feat(webpack): Improve performance of webpack build [#4081](https://github.com/spinnaker/deck/pull/4081) ([da32e834](https://github.com/spinnaker/deck/commit/da32e834e4df71c4185919c30a72e07039e77038))
|
|
1175
|
+
feat(gce): adds support for configuring multiple persistent disks [#3980](https://github.com/spinnaker/deck/pull/3980) ([0a4c90da](https://github.com/spinnaker/deck/commit/0a4c90da74b36c86b651fa42c98cd95b38ce470f))
|
|
1176
|
+
feat(provider/google): Support TCP Proxy Load Balancing [#3894](https://github.com/spinnaker/deck/pull/3894) ([b88f65fd](https://github.com/spinnaker/deck/commit/b88f65fd7386d374446f5c616843e4b8ddc6190c))
|
|
1177
|
+
feat(amazon): allow default VPC specification for security group creation [#3924](https://github.com/spinnaker/deck/pull/3924) ([a5893295](https://github.com/spinnaker/deck/commit/a5893295d4a7db7e062c4fed5306dcbda2fb454c))
|
|
1178
|
+
refactor(*): Update typescript to 2.4 and fix breaking changes ([072c1eff](https://github.com/spinnaker/deck/commit/072c1eff41a81fc933b2d6438d86e673e125587a))
|
|
1179
|
+
refactor(core): use common component for deploy initialization [#3889](https://github.com/spinnaker/deck/pull/3889) ([8754fcb5](https://github.com/spinnaker/deck/commit/8754fcb559561390d7bd7ee541a28166007ecea3))
|
|
1180
|
+
fix(provider/gce): fixes server group wizard load error when no security group has tag [#3912](https://github.com/spinnaker/deck/pull/3912) ([3457ea67](https://github.com/spinnaker/deck/commit/3457ea67673dc3702d1bb8e58bcb112f89ba2a41))
|
|
1181
|
+
chore(*): update @types/react to latest [#3908](https://github.com/spinnaker/deck/pull/3908) ([21348d44](https://github.com/spinnaker/deck/commit/21348d448e4e40b1030ed6bf58161a8f22abc14b))
|
|
1182
|
+
chore(core/amazon/docker/google): update configs [#3893](https://github.com/spinnaker/deck/pull/3893) ([a0649c3e](https://github.com/spinnaker/deck/commit/a0649c3ed3c239900329c90536294f245139c056))
|
|
1183
|
+
feat(gce): allow ilb port update [#3879](https://github.com/spinnaker/deck/pull/3879) ([05db0cf2](https://github.com/spinnaker/deck/commit/05db0cf2f6a8d90548dee798b2604c246872535c))
|
|
1184
|
+
fix(gce): prevent npe when loading server group wizard in project without default network [#3863](https://github.com/spinnaker/deck/pull/3863) ([f9dc1803](https://github.com/spinnaker/deck/commit/f9dc1803affdc90020044e1f3245729c52911478))
|
|
1185
|
+
fix(provider/amazon): Fix deleting ALBs [#3862](https://github.com/spinnaker/deck/pull/3862) ([369c718e](https://github.com/spinnaker/deck/commit/369c718e09399fe7fdad6d583b9b3804cf7daf02))
|
|
1186
|
+
feat(provider/google): Add support for Minimum CPU Platform. [#3856](https://github.com/spinnaker/deck/pull/3856) ([dfbe4adb](https://github.com/spinnaker/deck/commit/dfbe4adb66392291659b8b834b33b967a2e3c08c))
|
|
1187
|
+
feat(core): require app name in appModelBuilder.createApplication [#3850](https://github.com/spinnaker/deck/pull/3850) ([3f20407e](https://github.com/spinnaker/deck/commit/3f20407ed2e25c2d6e6c7512cc24ffc4422a0740))
|
|
1188
|
+
feat(gce): better custom instance selector [#3851](https://github.com/spinnaker/deck/pull/3851) ([f59df3f6](https://github.com/spinnaker/deck/commit/f59df3f6e52f0c4c5969eb618d00e577c71a6ae0))
|
|
1189
|
+
fix(gce): minor formatting change for user data input field [#3829](https://github.com/spinnaker/deck/pull/3829) ([0b7655a2](https://github.com/spinnaker/deck/commit/0b7655a244895a9617b12fbf13924e329a56db5a))
|
|
1190
|
+
fix(provider/gce): Make the linter happy. [#3854](https://github.com/spinnaker/deck/pull/3854) ([d0f635a8](https://github.com/spinnaker/deck/commit/d0f635a81649fad711fa1edafbd291ca64957705))
|
|
1191
|
+
Revert "feat(provider/google): Add ILB listeners." [#3853](https://github.com/spinnaker/deck/pull/3853) ([e9ae298f](https://github.com/spinnaker/deck/commit/e9ae298f6a6e3202c8a554e206be4a896950de5c))
|
|
1192
|
+
fix(gce): placate linter [#3844](https://github.com/spinnaker/deck/pull/3844) ([a7b93563](https://github.com/spinnaker/deck/commit/a7b935631608b1f4c92684813787730aa355a70c))
|
|
1193
|
+
fix(gce): cast load balancers to pacify TS compiler [#3840](https://github.com/spinnaker/deck/pull/3840) ([c0556709](https://github.com/spinnaker/deck/commit/c0556709b9e927dbc7008b417198bfa3b86f2265))
|
|
1194
|
+
feat(provider/google): Add ILB listeners. [#3832](https://github.com/spinnaker/deck/pull/3832) ([d723db8c](https://github.com/spinnaker/deck/commit/d723db8ca985079b88a77783a8272a6a62e42b85))
|
|
1195
|
+
feat(provider/google): Add support for Shared VPC Networking (XPN). [#3831](https://github.com/spinnaker/deck/pull/3831) ([7d0d532a](https://github.com/spinnaker/deck/commit/7d0d532a9750238ae66726e6bc73f6bbdc37f88b))
|
|
1196
|
+
chore(provider/google): Update auth scopes tooltip. [#3826](https://github.com/spinnaker/deck/pull/3826) ([59854199](https://github.com/spinnaker/deck/commit/598541999a2105db0b50d07352ed9d952814d5d8))
|
|
1197
|
+
refactor(provider/amazon): convert createApplicationLoadBalancer to TS [#3816](https://github.com/spinnaker/deck/pull/3816) ([a2d75789](https://github.com/spinnaker/deck/commit/a2d75789e380c36675cfe3a2a16839af58751d2f))
|
|
1198
|
+
refactor(provider/amazon): Separate load balancer types [#3810](https://github.com/spinnaker/deck/pull/3810) ([b66dc0c3](https://github.com/spinnaker/deck/commit/b66dc0c3766b863ed1422721b872619e6cf5e1c1))
|