Skip to content

Releases: svdgraaf/serverless-pseudo-parameters

v2.6.0

14 Jul 14:38
Compare
Choose a tag to compare

Deprecate plugin

V2.1.0

19 Jul 09:49
7709a81
Compare
Choose a tag to compare

This is a major version bump, because of two important changes:

  • This releases enables the referencing of all cloudformation resources by default (this was disabled by default before)
  • This releases no longer replaces hard-coded regions in variables by default (this uses to be enabled before).

For backwards compatibility, you can enable/disable either feature like so:

Resource referencing:

custom:
  pseudoParameters:
    allowReferences: false

Region replacing:

custom:
  pseudoParameters:
    skipRegionReplace: false

v1.6.0

23 Apr 13:12
6fe7d5b
Compare
Choose a tag to compare

Thanks to the work by @tader in #19 we can now reference not only AWS pseudo parameters, but also references to other resources within the same template.

Thanks @tader!

v.1.5.0

23 Apr 07:37
e4b24a8
Compare
Choose a tag to compare

Thanks to @DomBelcher for the PR #17 which adds more coverage within the template to do the replacements.

v.1.4.1

21 Feb 07:05
670966a
Compare
Choose a tag to compare

Fixes an issue with replacement because of new replacement hook #10

v1.4.0

19 Feb 08:00
Compare
Choose a tag to compare

Trigger replacement much sooner than before. See #9

V1.3.1

12 Feb 08:09
0fe655d
Compare
Choose a tag to compare

Fixed bug where resources without parameters caused errors.

v1.3.0

09 Feb 13:58
Compare
Choose a tag to compare

Removed external dependencies (less is more!)