Skip to content

porter 1.3.0#232245

Merged
BrewTestBot merged 2 commits intomainfrom
bump-porter-1.3.0
Aug 3, 2025
Merged

porter 1.3.0#232245
BrewTestBot merged 2 commits intomainfrom
bump-porter-1.3.0

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## What's Changed
* Upgraded magex to remove archiver by @dgannon991 in https://github.com/getporter/porter/pull/3298
* Stabilize the TestNotationCopyBundle test by @kichristensen in https://github.com/getporter/porter/pull/3297
* Mask sensitive values logged through spans by @kichristensen in https://github.com/getporter/porter/pull/3290
* Chore(deps): Bump github.com/moby/buildkit from 0.18.1 to 0.18.2 by @dependabot[bot] in https://github.com/getporter/porter/pull/3305
* Chore(deps): Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.32.0 to 1.33.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3304
* Chore(deps): Bump google.golang.org/protobuf from 1.36.0 to 1.36.1 by @dependabot[bot] in https://github.com/getporter/porter/pull/3302
* Chore(deps): Bump github.com/docker/buildx from 0.19.2 to 0.19.3 by @dependabot[bot] in https://github.com/getporter/porter/pull/3303
* Chore(deps): Bump github.com/moby/term from 0.5.0 to 0.5.2 by @dependabot[bot] in https://github.com/getporter/porter/pull/3307
* Do not validate SSL certificate chains in HTMLTest by @kichristensen in https://github.com/getporter/porter/pull/3312
* Chore(deps): Bump google.golang.org/protobuf from 1.36.1 to 1.36.3 by @dependabot[bot] in https://github.com/getporter/porter/pull/3320
* Chore(deps): Bump github.com/spf13/afero from 1.11.0 to 1.12.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3315
* Re-enabled integration tests by @dgannon991 in https://github.com/getporter/porter/pull/3306
* Remove go.mod replacements by @dgannon991 in https://github.com/getporter/porter/pull/3291
* Chore(deps): Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 by @dependabot[bot] in https://github.com/getporter/porter/pull/3316
* Chore(deps): Bump go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2 by @dependabot[bot] in https://github.com/getporter/porter/pull/3317
* Chore(deps): Bump github.com/containerd/containerd from 1.7.24 to 1.7.25 by @dependabot[bot] in https://github.com/getporter/porter/pull/3318
* Chore(deps): Bump go.opentelemetry.io/otel/sdk from 1.33.0 to 1.34.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3322
* Chore(deps): Bump google.golang.org/grpc from 1.69.2 to 1.70.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3325
* Add parameter set name table output format of parameters by @kichristensen in https://github.com/getporter/porter/pull/3314
* Chore(deps): Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.33.0 to 1.34.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3321
* Chore(deps): Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot[bot] in https://github.com/getporter/porter/pull/3329
* Chore(deps): Bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.33.0 to 1.34.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3327
* Chore(deps): Bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3332
* Chore(deps): Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.33.0 to 1.34.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3328
* Chore(deps): Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot[bot] in https://github.com/getporter/porter/pull/3335
* Chore(deps): Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.58.0 to 0.59.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3337
* Chore(deps): Bump github.com/docker/docker from 27.4.1+incompatible to 27.5.1+incompatible by @dependabot[bot] in https://github.com/getporter/porter/pull/3336
* Chore(deps): Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot[bot] in https://github.com/getporter/porter/pull/3342
* Return empty slice from ListInstallations by @erikced in https://github.com/getporter/porter/pull/3339
* Only add `v` prefix to semver tags by @erikced in https://github.com/getporter/porter/pull/3348
* Chore(deps): Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.1 by @dependabot[bot] in https://github.com/getporter/porter/pull/3346
* Remove unused parameters from ActionArguments struct by @kichristensen in https://github.com/getporter/porter/pull/3333
* Support complex types as parameter set values by @erikced in https://github.com/getporter/porter/pull/3340
* (chore) disable website check by @schristoff in https://github.com/getporter/porter/pull/3354
* Allow resolving a subset of the values in a value set by @kichristensen in https://github.com/getporter/porter/pull/3301
* Fix failing unit tests after kustomize mixin have been removed from the feed by @kichristensen in https://github.com/getporter/porter/pull/3356
* Do not resolve parameters defined in parameter sets if they are overriden by @kichristensen in https://github.com/getporter/porter/pull/3309
* Signed-off-by: Giorgi Keratishvili <17854037+Galphaa@users.noreply.gi… by @Galphaa in https://github.com/getporter/porter/pull/3360
* Chore(deps): Bump github.com/containerd/containerd from 1.7.25 to 1.7.27 by @dependabot[bot] in https://github.com/getporter/porter/pull/3351
* Chore(deps): Bump golang.org/x/net from 0.34.0 to 0.36.0 in the go_modules group by @dependabot[bot] in https://github.com/getporter/porter/pull/3350
* Chore(deps): Bump go.mongodb.org/mongo-driver from 1.17.2 to 1.17.3 by @dependabot[bot] in https://github.com/getporter/porter/pull/3361
* Chore(deps): Bump github.com/google/go-containerregistry from 0.20.2 to 0.20.3 by @dependabot[bot] in https://github.com/getporter/porter/pull/3324
* Bumped CNAB dependencies now that we've released them by @dgannon991 in https://github.com/getporter/porter/pull/3369
* Update MongoDB Docker Storage Plugin to use MongoDB 8 by @kichristensen in https://github.com/getporter/porter/pull/3357
* Fix resolution of file parameters by @erikced in https://github.com/getporter/porter/pull/3372
* Chore(deps): Bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot[bot] in https://github.com/getporter/porter/pull/3373
* Chore(deps): Bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.35.0 to 1.36.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3378
* Implement retry logic for HTTP file downloads in install.go by @kichristensen in https://github.com/getporter/porter/pull/3376
* Test Improvements for GRPC Storage by @kichristensen in https://github.com/getporter/porter/pull/3381
* Chore(deps): Bump github.com/containerd/containerd/v2 from 2.0.4 to 2.0.5 in the go_modules group by @dependabot[bot] in https://github.com/getporter/porter/pull/3374
* Fix typos by @deining in https://github.com/getporter/porter/pull/3377
* Chore(deps): Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.35.0 to 1.36.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3380
* Chore(deps): Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.35.0 to 1.36.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3384
* Chore(deps): Bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible by @dependabot[bot] in https://github.com/getporter/porter/pull/3383
* Chore(deps): Bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3386
* Chore(deps): Bump google.golang.org/grpc from 1.72.1 to 1.73.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3387
* Improve MongoDB image version check in EnsureMongoIsRunning by @kichristensen in https://github.com/getporter/porter/pull/3388
* Chore(deps): Bump github.com/moby/buildkit from 0.21.1 to 0.22.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3390
* Chore(deps): Bump github.com/docker/buildx from 0.23.0 to 0.24.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3391
* Chore(deps): Bump github.com/docker/cli from 28.1.1+incompatible to 28.2.2+incompatible by @dependabot[bot] in https://github.com/getporter/porter/pull/3392
* Chore(deps): Bump github.com/osteele/liquid from 1.6.0 to 1.7.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3395
* Chore(deps): Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.60.0 to 0.61.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3396
* Updated to latest go version by @dgannon991 in https://github.com/getporter/porter/pull/3393
* Chore(deps): Bump github.com/google/go-containerregistry from 0.20.3 to 0.20.6 by @dependabot[bot] in https://github.com/getporter/porter/pull/3389
* Chore(deps): Bump github.com/moby/buildkit from 0.22.0 to 0.23.1 by @dependabot[bot] in https://github.com/getporter/porter/pull/3394
* Chore(deps): Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in the go_modules group by @dependabot[bot] in https://github.com/getporter/porter/pull/3397
* Chore(deps): Bump github.com/cnabio/cnab-go from 0.25.3 to 0.25.4 by @dependabot[bot] in https://github.com/getporter/porter/pull/3401
* Chore(deps): Bump github.com/docker/cli from 28.2.2+incompatible to 28.3.0+incompatible by @dependabot[bot] in https://github.com/getporter/porter/pull/3402
* Chore(deps): Bump go.opentelemetry.io/otel/sdk from 1.36.0 to 1.37.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3399
* Chore(deps): Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.36.0 to 1.37.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3400
* Chore(deps): Bump github.com/docker/docker from 28.2.2+incompatible to 28.3.1+incompatible by @dependabot[bot] in https://github.com/getporter/porter/pull/3404
* Chore(deps): Bump github.com/moby/buildkit from 0.23.1 to 0.23.2 by @dependabot[bot] in https://github.com/getporter/porter/pull/3406
* Chore(deps): Bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.36.0 to 1.37.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3403
* Chore(deps): Bump github.com/docker/cli from 28.3.0+incompatible to 28.3.1+incompatible by @dependabot[bot] in https://github.com/getporter/porter/pull/3405
* Chore(deps): Bump github.com/cnabio/cnab-to-oci from 0.4.2 to 0.4.3 by @dependabot[bot] in https://github.com/getporter/porter/pull/3408
* Chore(deps): Bump github.com/docker/docker from 28.3.1+incompatible to 28.3.2+incompatible by @dependabot[bot] in https://github.com/getporter/porter/pull/3409
* Chore(deps): Bump github.com/docker/cli from 28.3.1+incompatible to 28.3.2+incompatible by @dependabot[bot] in https://github.com/getporter/porter/pull/3410
* Chore(deps): Bump go.mongodb.org/mongo-driver from 1.17.3 to 1.17.4 by @dependabot[bot] in https://github.com/getporter/porter/pull/3411
* Chore(deps): Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in https://github.com/getporter/porter/pull/3412
* Chore(deps): Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.36.0 to 1.37.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3413
* Chore(deps): Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.61.0 to 0.62.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3414
* Chore(deps): Bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3415
* Initial draft of mongo healthcheck by @dgannon991 in https://github.com/getporter/porter/pull/3407
* Update CODEOWNERS to use the Github team by @kichristensen in https://github.com/getporter/porter/pull/3418
* Remove workshop material by @kichristensen in https://github.com/getporter/porter/pull/3417
* Chore(deps): Bump golang.org/x/sync from 0.15.0 to 0.16.0 by @dependabot[bot] in https://github.com/getporter/porter/pull/3420
* Chore(deps): Bump github.com/containerd/containerd from 1.7.27 to 1.7.28 by @dependabot[bot] in https://github.com/getporter/porter/pull/3422
* Chore(deps): Bump google.golang.org/grpc from 1.73.0 to 1.74.2 by @dependabot[bot] in https://github.com/getporter/porter/pull/3423
* Chore(deps): Bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible in the go_modules group by @dependabot[bot] in https://github.com/getporter/porter/pull/3424

New Contributors

Full Changelog: getporter/porter@v1.2.1...v1.3.0

View the full release notes at https://github.com/getporter/porter/releases/tag/v1.3.0.


@github-actions github-actions Bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Aug 3, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Aug 3, 2025

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 3, 2025
@BrewTestBot BrewTestBot enabled auto-merge August 3, 2025 21:18
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 3, 2025
Merged via the queue into main with commit c741586 Aug 3, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-porter-1.3.0 branch August 3, 2025 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants