Releases: nephio-project/porch
Releases · nephio-project/porch
Porchctl build from main
This is dev porchctl binary built from main each merge
Porchctl build from main
This is dev porchctl binary built from main each merge
v3.0.7
What's Changed
- Propose delete cache updated when package revision is deleted by @liamfallon in #163
- Add gosec gh action by @efiacor in #154
Full Changelog: v3.0.6...v3.0.7
v3.0.6
Changelog
- 6c51655 Activate golint gh action as presubmit
- 52dbc87 Address golint errors
- 0debf84 Skip kioutil.LegacyPathAnnotation error
- 639a609 Update controllers/packagevariants/pkg/controllers/packagevariant/injection.go
- 93acdfe Update controllers/packagevariants/pkg/controllers/packagevariant/packagevariant_controller.go
- 7f3bfa0 Update podevaluator_podmanager_test.go
- 1fc657a fix for sporadic porch crash during new package revision
- cc610c5 fix for sporadic porch crash during new package revision
- 72b00ee fix for sporadic porch crash during new package revision
- e4bb5e0 fix for sporadic porch crash during new package revision
v3.0.5
What's Changed
- Add tracing to cache close function by @liamfallon in #148
- Make time handling in OCI platform independent by @liamfallon in #147
- Refactor task package to make mutations more visible by @liamfallon in #149
- Fix misleading error msg & adding Stderr "contains" argument check in CLI tests by @Catalin-Stratulat-Ericsson in #150
- Add golangci-lint gh action by @efiacor in #153
- Adding launch.json porchctl cmd debugger by @Catalin-Stratulat-Ericsson in #152
- Use Kubernetes metadata struct rather than Porch derived metadata struct by @liamfallon in #155
- Pass default-image-prefix to function runners by @mozesl-nokia in #151
- Reformatting TestWatchCertificates by @Catalin-Stratulat-Ericsson in #158
- Fix go formatting 'make fmt' by @efiacor in #161
- Refactor Porch code to remove callback from PackageRevisionDraft to repository for Draft closing by @liamfallon in #157
New Contributors
- @mozesl-nokia made their first contribution in #151
Full Changelog: v3.0.4...v3.0.5
v3.0.4
What's Changed
- Script to run a Porch load test by @liamfallon in #141
- Rename interface PackageDraft to PackageRevisionDraft by @liamfallon in #144
- Add mutex to refreshAllCachedPackages and refactor other mutex locations in the cache. by @kushnaidu in #146
- Render pipeline failure should block package push to remote by @Catalin-Stratulat-Ericsson in #145
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
- Add a porch blueprint (kpt package) to GitHub Release assets by @kispaljr in #133
- Adding TLS configuration for fn-runner image registries by @Catalin-Stratulat-Ericsson in #139
- Fix rendering big (>4MB) packages with function-runner by @kispaljr in #142
- Refactor Porch core packages for readability and maintainability by @liamfallon in #140
- Fix "release" GitHub Action by @kispaljr in #143
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Remove Function api resource by @efiacor in #130
- Fix overwrite of package resources with empty resource map by @liamfallon in #123
- Adding Porch private authenticated registries functionality by @Catalin-Stratulat-Ericsson in #126
- Porchctl repo command fixes by @dgeorgievski in #80
- Automatically trigger the "release" Github action by pushing pre-release tags by @kispaljr in #132
- Implement improvements identified by static linting by @liamfallon in #138
- Move functions by @liamfallon in #137
- Fix two warnings in repository.go by @liamfallon in #136
- Fix hardcoded background job periodic poll interval by @kushnaidu in #134
- Tag container images built from git commits tagged with vX.Y.Z with the same vX.Y.Z tag by @kispaljr in #131
New Contributors
- @dgeorgievski made their first contribution in #80
Full Changelog: v3.0.1...v3.0.2-pre1
v3.0.1
What's Changed
- Removal of documentation by @CsatariGergely in #85
- fix cert manager webhooks cert renewal by @Catalin-Stratulat-Ericsson in #83
- Return an error if 'porchctl rpkg push' detects a binary file in the kpt package by @kispaljr in #82
- Add unit tests for rpkg commands by @kushnaidu in #84
- #678 Blueprint isn't immediately available after creation by @kushnaidu in #87
- Pin porch module versions by @efiacor in #88
- Sandbox debugging by @liamfallon in #89
- Make the default value of Repository's spec.git.branch field explicit by @kispaljr in #90
- fix porchсtl push method for windows by @RomanBudnyk in #92
- Fix minor warnings in Dockerfiles by @kispaljr in #94
- Upgrade dependencies by @efiacor in #91
- Removing fleetsync controller by @efiacor in #96
- Fix dev release by @efiacor in #98
- More sensible defaults for webhook environment variables by @kispaljr in #93
- Update porchctl-dev-release.yaml by @efiacor in #101
- Test change to porch dev build by @efiacor in #102
- Retry 'Update' operations that are failing due to normal optimistic locking behavior in CLI commands by @kispaljr in #95
- Fix codegeneration by @efiacor in #100
- Upgrade kyaml by @efiacor in #104
- Show git commit in
porchctl version
by @kispaljr in #103 - Fix Google Cloud API-related panic when the porch-server is started from VSCode by @kispaljr in #105
- Retract version published in error by @efiacor in #106
- Prepare adding end-to-end tests to the controller go module by @kispaljr in #97
- #798 - PackageReivsion deletionProposed sometimes deletes the packageRevision by @kushnaidu in #99
- Merge all of porch's go modules into a single go module by @kispaljr in #107
- Test build images prow rerun by @efiacor in #109
- disable caching for dev images build by @radoslawc in #110
- Switch image building from Prow to GitHub Actions by @radoslawc in #111
- Add kispaljr to OWNERS file by @kispaljr in #112
- change trigger for porchctl release build by @radoslawc in #113
- Add test pkg for unready use case by @efiacor in #114
- Add readiness check to porchctl propose/approve by @efiacor in #115
- GitHub Actions exclude -pre tags by @radoslawc in #116
- Restore tutorial example configuration files by @liamfallon in #117
- Remove confusing else statement in cache.go by @liamfallon in #120
- Add session-conflict resolution for concurrent CUD operations on package revisions by @JamesMcDermott in #118
- Make max request size configurable. by @nagygergo in #121
- Fix revision incrementation when approving a package in a repo registered with --directory by @JamesMcDermott in #125
- Modularize cache by @nagygergo in #128
- Remove unused googleurl package by @liamfallon in #127
- Remove Function CRD from porchconfig and Repo by @efiacor in #119
- Fixes #812 - Porch approval takes more time with each package in the repository by @kushnaidu in #129
New Contributors
- @CsatariGergely made their first contribution in #85
- @RomanBudnyk made their first contribution in #92
- @JamesMcDermott made their first contribution in #118
Full Changelog: v3.0.0...v3.0.1