Skip to content

Releases: getporter/porter

v1.0.16

28 Jan 02:48
9b543ca

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.15...v1.0.16

v1.0.15

14 Jul 03:26
be5c66a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.14...v1.0.15

v1.0.14

24 Apr 21:56
0e739d8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.13...v1.0.14

v1.0.13

12 Apr 20:16
cdaf491

Choose a tag to compare

Notes

v1.0.12 was a bum release, and v1.0.13 replaces it.

What's Changed (1.0.13)

What's Changed (1.0.12)

  • Bump github.com/moby/buildkit from 0.11.4 to 0.11.5 by @dependabot in #2694
  • add responsive to iframes by @Arhell in #2666
  • Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by @dependabot in #2693
  • Bump github.com/google/go-containerregistry from 0.13.0 to 0.14.0 by @dependabot in #2653
  • Bump github.com/containerd/containerd from 1.6.19 to 1.7.0 by @dependabot in #2636
  • Inject claim and not run by @carolynvs in #2697
  • Revert "Merge pull request #2653 from getporter/dependabot/go_modules/github.com/google/go-containerregistry-0.14.0" by @carolynvs in #2704
  • Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible by @dependabot in #2706
  • fix example bundles image on mobile by @Arhell in #2705
  • Parameter overrides should not clobber other previous parameter values by @carolynvs in #2701
  • remove resources by @Arhell in #2709
  • Define a bundle with the v2 dependencies extension by @carolynvs in #2323
  • Do not pull referenced images during build by @carolynvs in #2579

New Contributors

Full Changelog: v1.0.11...v1.0.13

v1.0.12

12 Apr 20:20
842e29a

Choose a tag to compare

🚨 v1.0.12 was immediately replaced by v1.0.13, so there are no release artifacts and you can't install this version. Go directly to v1.0.13 please.

What's Changed

  • Bump github.com/moby/buildkit from 0.11.4 to 0.11.5 by @dependabot in #2694
  • add responsive to iframes by @Arhell in #2666
  • Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 by @dependabot in #2693
  • Bump github.com/google/go-containerregistry from 0.13.0 to 0.14.0 by @dependabot in #2653
  • Bump github.com/containerd/containerd from 1.6.19 to 1.7.0 by @dependabot in #2636
  • Inject claim and not run by @carolynvs in #2697
  • Revert "Merge pull request #2653 from getporter/dependabot/go_modules/github.com/google/go-containerregistry-0.14.0" by @carolynvs in #2704
  • Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible by @dependabot in #2706
  • fix example bundles image on mobile by @Arhell in #2705
  • Parameter overrides should not clobber other previous parameter values by @carolynvs in #2701
  • remove resources by @Arhell in #2709
  • Define a bundle with the v2 dependencies extension by @carolynvs in #2323
  • Do not pull referenced images during build by @carolynvs in #2579

Full Changelog: v1.0.11...v1.0.12

v1.0.11

30 Mar 15:07
c8d99b7

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

Choose a tag to compare

What's Changed

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

v1.0.9

22 Feb 17:58
821fb1b

Choose a tag to compare

What's Changed

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

v1.0.8

14 Feb 22:24
5934981

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

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