@go-to-k/cdkd 0.223.3 → 0.224.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.
@@ -9331,13 +9331,14 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
9331
9331
  "AlpnPolicy",
9332
9332
  "Certificates",
9333
9333
  "DefaultActions",
9334
+ "ListenerAttributes",
9334
9335
  "LoadBalancerArn",
9335
9336
  "MutualAuthentication",
9336
9337
  "Port",
9337
9338
  "Protocol",
9338
9339
  "SslPolicy"
9339
9340
  ]),
9340
- silentDrop: new Map([["ListenerAttributes", "not yet implemented by cdkd"]])
9341
+ silentDrop: /* @__PURE__ */ new Map()
9341
9342
  }],
9342
9343
  ["AWS::ElasticLoadBalancingV2::LoadBalancer", {
9343
9344
  handled: new Set([
@@ -12247,7 +12248,9 @@ var DeployEngine = class {
12247
12248
  let persistedOutputs = currentState.outputs ?? {};
12248
12249
  if (!this.options.dryRun) {
12249
12250
  const resolvedOutputs = await this.resolveOutputs(effectiveTemplate, currentState.resources, stackName, parameterValues, conditions);
12250
- const outputsChanged = !Object.values(resolvedOutputs).some((v) => v === void 0) && !outputMapsEqual(persistedOutputs, resolvedOutputs);
12251
+ const resolutionFailed = Object.values(resolvedOutputs).some((v) => v === void 0);
12252
+ const outputsChanged = !resolutionFailed && !outputMapsEqual(persistedOutputs, resolvedOutputs);
12253
+ if (resolutionFailed && !outputMapsEqual(persistedOutputs, resolvedOutputs)) this.logger.warn("Outputs changed but one or more could not be resolved; keeping the previously persisted outputs. A downstream Fn::ImportValue may fail until the next deploy.");
12251
12254
  const observedRefresh = this.observedCaptureTasks.size > 0;
12252
12255
  if (observedRefresh) await this.drainObservedCaptures(currentState.resources);
12253
12256
  if (observedRefresh || outputsChanged) try {
@@ -13233,4 +13236,4 @@ var DeployEngine = class {
13233
13236
 
13234
13237
  //#endregion
13235
13238
  export { AssemblyReader as $, shouldRetainResource as A, getDefaultStateBucketName as B, applyRoleArnIfSet as C, LockManager as D, TemplateParser as E, formatDockerLoginError as F, resolveStateBucketWithDefault as G, resolveApp as H, getDockerCmd as I, CFN_TEMPLATE_BODY_LIMIT as J, resolveStateBucketWithDefaultAndSource as K, runDockerForeground as L, stringifyValue as M, WorkGraph as N, S3StateBackend as O, buildDockerImage as P, uploadCfnTemplate as Q, runDockerStreaming as R, IntrinsicFunctionResolver as S, DagBuilder as T, resolveCaptureObservedState as U, getLegacyStateBucketName as V, resolveSkipPrefix as W, MIGRATE_TMP_PREFIX as X, CFN_TEMPLATE_URL_LIMIT as Y, findLargeInlineResources as Z, IAMRoleProvider as _, withRetry as a, findActionableSilentDrops as b, computeImplicitDeleteEdges as c, bold as d, clearBucketRegionCache as et, cyan as f, yellow as g, red as h, withResourceDeadline as i, AssetPublisher as j, rebuildClientForBucketRegion as k, extractDeploymentEventError as l, green as m, DEFAULT_RESOURCE_WARN_AFTER_MS as n, isRetryableTransientError as o, gray as p, warnDeprecatedNoPrefixCliFlag as q, DeployEngine as r, IMPLICIT_DELETE_DEPENDENCIES as s, DEFAULT_RESOURCE_TIMEOUT_MS as t, resolveBucketRegion as tt, formatResourceLine as u, collectInlinePolicyNamesManagedBySiblings as v, DiffCalculator as w, CloudControlProvider as x, ProviderRegistry as y, Synthesizer as z };
13236
- //# sourceMappingURL=deploy-engine-OWyKAOyJ.js.map
13239
+ //# sourceMappingURL=deploy-engine-DZGYMsjN.js.map