Skip to content

Releases: getporter/porter

v1.0.11

30 Mar 15:07
c8d99b7
Compare
Choose a tag to compare

Highlights

We have updated our runc dependency to address the following runc CVEs:

Using custom values defined in porter.yaml in your custom Dockerfile has been modified so that only used variables are passed. See https://getporter.org/bundle/custom-dockerfile/#custom-build-arguments for details.

What's Changed

Full Changelog: v1.0.10...v1.0.11

v1.0.10

23 Mar 19:20
19d9f33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.0.10

v1.0.9

22 Feb 17:58
821fb1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

14 Feb 22:24
5934981
Compare
Choose a tag to compare

Highlights

We have a bunch of fixes and improvements in this patch release and I wanted to call out some that you may be interested in:

  • Add --autobuild-disabled flag by @carolynvs in #2573. When running porter from inside a bundle directory, porter will automatically rebuild the bundle when it detects that it is out of date before running some commands (such as publish). You can disable this behavior with the --autobuild-disabled flag, PORTER_AUTOBUILD_DISABLED environment variable or the autobuild-disabled setting in your configuration file.
  • Consistently set and use SchemaType when exporting/importing by @carolynvs in #2428. Porter will now validate the schemaType field when present when importing resources with the apply command.
  • Refactor param resolution by @carolynvs in #2476. When executing a bundle, porter considers many sources of parameter data, such as flags, parameter sets, previously used parameters, and bundle defaults. Porter now will reuse previously specified parameter values from the last run of a bundle when a parameter isn't specified. This simplifies upgrading to the latest version of a bundle, with just porter upgrade --version v1.2.3 and you don't need to re-specify all the parameters. See https://getporter.org/parameters/ for a walkthrough of how Porter resolves parameter values.

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

31 Jan 21:00
b165007
Compare
Choose a tag to compare

What's Changed

  • Use SetupDCO magefile target in magefiles repository by @carolynvs in #2533
  • Bump github.com/google/go-containerregistry from 0.12.1 to 0.13.0 by @dependabot in #2540
  • Bump google.golang.org/grpc from 1.52.0 to 1.52.3 by @dependabot in #2538
  • Ensure lint warnings are printed by @jmhbnz in #2534
  • Update logger on context when finished loading configuration by @carolynvs in #2541
  • Workaround apple silicon codesigning cache bug by @carolynvs in #2543

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

25 Jan 18:14
9343f85
Compare
Choose a tag to compare

Breaking Change

This release contains a fix for the plugins file schema. If you have existing plugins file, please update it to match the newly release schema.
For more details, please read the new blog post

  • check for plugins file schema version and type by @VinozzZ in #2532

Other Change

Full Changelog: v1.0.5...v1.0.6

v1.0.5

18 Jan 18:59
2aa80a6
Compare
Choose a tag to compare

Highlight

  • Install multiple plugins by passing in a file argument to porter plugins install by @VinozzZ in #2504
  • Replaced tar to improve consistency of archived bundles by @jarnfast in #2363

What's Changed

  • Added Documentation for lint codes by @0xquark in #2493
  • Sync az mixin documentation by @carolynvs in #2498
  • Bump go.opentelemetry.io/otel/trace from 1.11.1 to 1.11.2 by @dependabot in #2494
  • Bump get.porter.sh/magefiles from 0.3.2 to 0.3.3 by @dependabot in #2495
  • Bump github.com/google/go-containerregistry from 0.12.0 to 0.12.1 by @dependabot in #2496
  • Bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.0 by @dependabot in #2497
  • Bump github.com/containerd/containerd from 1.6.12 to 1.6.14 by @dependabot in #2500
  • Bump go.mongodb.org/mongo-driver from 1.11.0 to 1.11.1 by @dependabot in #2501
  • Bump go.uber.org/zap from 1.23.0 to 1.24.0 by @dependabot in #2502
  • Bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.11.1 to 1.11.2 by @dependabot in #2507
  • Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.36.4 to 0.37.0 by @dependabot in #2508
  • Bump github.com/hashicorp/go-hclog from 1.3.1 to 1.4.0 by @dependabot in #2499
  • Bump github.com/moby/buildkit from 0.10.5 to 0.10.6 by @dependabot in #2509
  • Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 by @dependabot in #2510
  • Fix minor typo in 'skipConfig' docstring by @omarkohl in #2506
  • Bump github.com/containerd/containerd from 1.6.14 to 1.6.15 by @dependabot in #2512
  • Add missing "Contributing Guide" link to "Contributor Ladder" by @omarkohl in #2513
  • only call EnsureStaticCheck once by @VinozzZ in #2515
  • Install multiple plugins by passing in a file argument to porter plugins install by @VinozzZ in #2504
  • Replaced tar to improve consistency of archived bundles by @jarnfast in #2363
  • Bump github.com/dustin/go-humanize from 1.0.0 to 1.0.1 by @dependabot in #2519
  • Bump get.porter.sh/magefiles from 0.3.3 to 0.3.4 by @dependabot in #2521
  • Bump google.golang.org/grpc from 1.51.0 to 1.52.0 by @dependabot in #2522
  • Bump github.com/moby/buildkit from 0.10.6 to 0.11.0 by @dependabot in #2520
  • Fix help test for plugins install --file flag by @VinozzZ in #2527

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

09 Dec 14:56
e3a2a5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

05 Dec 15:32
29fee1f
Compare
Choose a tag to compare

Highlights

  • Ensure that the mixins used in a bundle are always called in the same order when the bundle is built which improves performance and layer caching/reuse. #2472
  • The porter explain command includes if a parameter is sensitive now in the yaml/json output by @MadhuMPandurangi in #2440

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

09 Nov 18:40
0656f1f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2