kpt

Automate Kubernetes Configuration Editing

APACHE-2.0 License

Stars
1.6K
Committers
105

Bot releases are visible (Hide)

kpt - v1.0.0-beta.24

Published by github-actions[bot] almost 2 years ago

Changelog

  • 4fe5d7fb Add RootSyncDeployment controller (#3653)
  • 353766e5 Add stubs for compiling without wasmtime / without cgo (#3664)
  • e0bcd344 Finalizers and OwnerRefs for PackageRevision (#3655)
  • 0285fcab Fix bugs in RootSyncSet controller (#3651)
  • 23de8ffd Fixes issue 1392, kpt can't handle kind: List. (#3654)
  • c67b11f2 Move printer package out of internal (#3660)
  • 9dd01cd8 Provide version to RESTMapper in WorkloadIdentityBinding controller (#3666)
  • 946fa817 Update the RootSyncSet CRD with changes in the go structs (#3652)
  • 5ab223b0 Updated release links to v1.0.0-beta23 version (#3647)
  • 04f18c7c add validations to kpt alpha rpkg init command (#3650)
  • cd2ec9da klippy: a controller that auto-instantiates packages (#3575)
  • 45b33ced update kpt alpha rpkg command help docs (#3649)
kpt - porch/v0.0.12

Published by kpt-robot almost 2 years ago

Highlights

  • The PackageRevision resource now supports watches, as well as labels, annotations, ownerReferences, and finalizers. This makes it possible to write controllers to managed PackageRevisions.
  • PackageRevisions must now be created in a workspace. This is somewhat similar to branches in git, but only needs to be unique among package revisions in the same package. Revisions can no longer be assigned when a PackageRevision is created, but rather gets automatically assigned by Porch when a package revision is published (#3593).

Changelog

  • 3eb99183 Avoid fragile global initialization of scheme (#3620)
  • 4140ea4f Package conditions (#3614)
  • 1f72257a Populate package-path metadata into package context (#3596)
  • 0fca8a13 Resolve functions using function objects registered in apiserver (#3633)
  • 212b6688 Store metadata for packagerevisions in CRs (#3579)
  • 27811337 Support for checking sync status for RootSyncSet (#3625)
  • ded8c4d7 Use controller-oriented RESTMapper in porch controllers (#3567)
  • 971cb4c8 Watch for PackageRevisions (#3644)
  • 622c0141 add workspaceName to package revision and autoassign revision numbers (#3593)
  • d4ae4506 add a couple more US-ascii-fixes that I failed to see during my first attempt to fix things. See #3622. (#3627)
  • e4766aab patch porch cli to use new workspace field (#3632)
  • aa38ca60 porch: Added renderstatus to packagerevisionresources update api (#3522)
  • fa37dbc8 porch: add json struct tags to render results (#3638)
  • 1964f0ac porch: restrict clone and init to only create the first package revision (#3603)
  • aa271f29 remove yaml struct tags from porch package revision api (#3643)
kpt - v1.0.0-beta.23

Published by droot almost 2 years ago

Highlights

  • 35d4aae6 Include files in subdirs for pull command (#3609)
  • 622c0141 add workspaceName to package revision and autoassign revision numbers (#3593)
  • 0da1e202 cli: rpkg push surface renderstatus (#3645)
  • 1964f0ac porch: restrict clone and init to only create the first package revision (#3603)

Changelog

  • 3f3fbb8b build: slsa fix in the release workflow (#3646)
  • b7174fda Add KptFileGVK to expose typed GVK information for Kptfile (#3584)
  • 3eb99183 Avoid fragile global initialization of scheme (#3620)
  • 266c5982 Bump markdown-it and markdownlint-cli in /site (#3564)
  • d0199c84 Bump node-fetch from 2.6.1 to 2.6.7 in /site (#2736)
  • b6388163 Bump tmpl from 1.0.4 to 1.0.5 in /site (#2737)
  • 23f525fe Bump yargs-parser and postcss-cli in /site (#3562)
  • 9dd33194 CODEOWNERS: just use the kpt-reviewers group everywhere (#3621)
  • ac2aa6c2 Don't skip the Porch e2e test in the GA workflow (#3604)
  • 35d4aae6 Include files in subdirs for pull command (#3609)
  • 4140ea4f Package conditions (#3614)
  • 1f72257a Populate package-path metadata into package context (#3596)
  • 0fca8a13 Resolve functions using function objects registered in apiserver (#3633)
  • a727de12 Silence linker warnings on build and test (#3615)
  • 212b6688 Store metadata for packagerevisions in CRs (#3579)
  • 27811337 Support for checking sync status for RootSyncSet (#3625)
  • 1db52547 Upgrade GitHub Actions versions to avoid deprecated Node 12 runtime (#3624)
  • ded8c4d7 Use controller-oriented RESTMapper in porch controllers (#3567)
  • 37f513e8 Use the kpt-reviewers team for single-assignment (#3619)
  • 971cb4c8 Watch for PackageRevisions (#3644)
  • 622c0141 add workspaceName to package revision and autoassign revision numbers (#3593)
  • d4ae4506 add a couple more US-ascii-fixes that I failed to see during my first attempt to fix things. See #3622. (#3627)
  • 0da1e202 cli: rpkg push surface renderstatus (#3645)
  • 3e695d6a licensecan: Fix go.mod so we can go run (#3616)
  • e4766aab patch porch cli to use new workspace field (#3632)
  • aa38ca60 porch: Added renderstatus to packagerevisionresources update api (#3522)
  • fa37dbc8 porch: add json struct tags to render results (#3638)
  • 1964f0ac porch: restrict clone and init to only create the first package revision (#3603)
  • 280ad333 reenable porch CLI tests (#3640)
  • aa271f29 remove yaml struct tags from porch package revision api (#3643)
  • 82f5a727 we ran into an issue where applying the resourcegroup.kpt.dev CRD (#3622)
kpt - v1.0.0-beta.22

Published by droot almost 2 years ago

PLEASE IGNORE THIS RELEASE INSTEAD USE v1.0.0-beta.23

This release does not have SLSA provenance artifacts which got fixed in this PR.

Changelog

  • b7174fda Add KptFileGVK to expose typed GVK information for Kptfile (#3584)
  • 3eb99183 Avoid fragile global initialization of scheme (#3620)
  • 266c5982 Bump markdown-it and markdownlint-cli in /site (#3564)
  • d0199c84 Bump node-fetch from 2.6.1 to 2.6.7 in /site (#2736)
  • b6388163 Bump tmpl from 1.0.4 to 1.0.5 in /site (#2737)
  • 23f525fe Bump yargs-parser and postcss-cli in /site (#3562)
  • 9dd33194 CODEOWNERS: just use the kpt-reviewers group everywhere (#3621)
  • ac2aa6c2 Don't skip the Porch e2e test in the GA workflow (#3604)
  • 35d4aae6 Include files in subdirs for pull command (#3609)
  • 4140ea4f Package conditions (#3614)
  • 1f72257a Populate package-path metadata into package context (#3596)
  • 0fca8a13 Resolve functions using function objects registered in apiserver (#3633)
  • a727de12 Silence linker warnings on build and test (#3615)
  • 212b6688 Store metadata for packagerevisions in CRs (#3579)
  • 27811337 Support for checking sync status for RootSyncSet (#3625)
  • 1db52547 Upgrade GitHub Actions versions to avoid deprecated Node 12 runtime (#3624)
  • ded8c4d7 Use controller-oriented RESTMapper in porch controllers (#3567)
  • 37f513e8 Use the kpt-reviewers team for single-assignment (#3619)
  • 971cb4c8 Watch for PackageRevisions (#3644)
  • 622c0141 add workspaceName to package revision and autoassign revision numbers (#3593)
  • d4ae4506 add a couple more US-ascii-fixes that I failed to see during my first attempt to fix things. See #3622. (#3627)
  • 0da1e202 cli: rpkg push surface renderstatus (#3645)
  • 3e695d6a licensecan: Fix go.mod so we can go run (#3616)
  • e4766aab patch porch cli to use new workspace field (#3632)
  • aa38ca60 porch: Added renderstatus to packagerevisionresources update api (#3522)
  • fa37dbc8 porch: add json struct tags to render results (#3638)
  • 1964f0ac porch: restrict clone and init to only create the first package revision (#3603)
  • 280ad333 reenable porch CLI tests (#3640)
  • aa271f29 remove yaml struct tags from porch package revision api (#3643)
  • 82f5a727 we ran into an issue where applying the resourcegroup.kpt.dev CRD (#3622)
kpt - porch/v0.0.11

Published by kpt-robot about 2 years ago

Release porch/v0.0.11

kpt - porch/v0.0.10

Published by kpt-robot about 2 years ago

Highlights

  • WorkloadIdentityBinding controller now annotates the referenced KSA with the iam.gke.io/gcp-service-account annotation.

Changelog

  • 6c78c2e3 Add Package resource: defining types and interface methods (#3469)
  • e9ca3a78 Add check for repo ready in TestFunctionRepository E2e test (#3555)
  • 5ba154f2 Add missing RBAC for WorkloadIdentityBinding controller (#3531)
  • 01ee90d1 Annotate KSA with WorkloadIdentityBinding controller (#3552)
  • 3601a183 Avoid installing stringer binary in path (#3577)
  • 1d3a99cb Create ImagePullPolicy enum type (#3512)
  • c6adbb3a Fix null pointer deref in diff if no Upstream (#3549)
  • bb67f4e3 Improve cache to be keyed by object (#3535)
  • 6736c125 Isolate git servers for tests (#3538)
  • 9c176b33 Only run e2e tests if E2E env var is set (#3565)
  • 12b80627 Refactor controller initialization logic (#3566)
  • 7fb3c1bf Refactor runner options / image-prefix (#3514)
  • 46e5d777 Remove unused Path field from ContainerFn (#3516)
  • f74cf9fa Support MVP watch (#3076)
  • c3d4e5ef Support allowlisting of controllers included in porch deployment and (#3558)
  • ff799b0c Use merge commits on approval (#3551)
  • c504b6d4 function-runner should use WorkloadIdentity (#3519)
  • 866253c1 rpkg get: clean up namespace handling (#3537)
  • 2def907d update kpt installation instructions and homebrew for kpt v1.0.0-beta.20 (#3518)
kpt - v1.0.0-beta.21

Published by github-actions[bot] about 2 years ago

Changelog

  • 6c78c2e3 Add Package resource: defining types and interface methods (#3469)
  • e9ca3a78 Add check for repo ready in TestFunctionRepository E2e test (#3555)
  • 5ba154f2 Add missing RBAC for WorkloadIdentityBinding controller (#3531)
  • be711ee9 Added license info alpha command (#3582)
  • 01ee90d1 Annotate KSA with WorkloadIdentityBinding controller (#3552)
  • 3601a183 Avoid installing stringer binary in path (#3577)
  • 6fbe195b Changes release URL from jib to kpt (#3557)
  • 1d3a99cb Create ImagePullPolicy enum type (#3512)
  • 34d3e9c1 Exclude the tools/licensescan/modules folder the license make target (#3572)
  • 49be8b49 Fix format-error when warning during package walk (#3574)
  • 6529698b Fix log typo: Info -> Infof (#3570)
  • c6adbb3a Fix null pointer deref in diff if no Upstream (#3549)
  • 0b907efb Format internal/fnruntime/container.go (#3513)
  • bb67f4e3 Improve cache to be keyed by object (#3535)
  • 6736c125 Isolate git servers for tests (#3538)
  • 0d7f367e Move cobra commands from internal package into hierarchical structure under commands (#3540)
  • 9c176b33 Only run e2e tests if E2E env var is set (#3565)
  • 2e189eee Refactor common get/list flags (#3541)
  • 12b80627 Refactor controller initialization logic (#3566)
  • 7fb3c1bf Refactor runner options / image-prefix (#3514)
  • 0f54b2f2 Remove SPDX headers for Google copyright (#3546)
  • 46e5d777 Remove unused Path field from ContainerFn (#3516)
  • 78fa751c Simple license scanner (#3545)
  • f74cf9fa Support MVP watch (#3076)
  • c3d4e5ef Support allowlisting of controllers included in porch deployment and (#3558)
  • f43e3e74 Update running-locally.md (#3504)
  • ff799b0c Use merge commits on approval (#3551)
  • 5c72df22 alpha apply: capture and render errors correctly (#3498)
  • 23f392cd fix: Build static MacOS releases (#3585)
  • b1ec3002 fix: add escape character to dot (#3581)
  • c504b6d4 function-runner should use WorkloadIdentity (#3519)
  • 18f57e66 re-add homebrew and gcloud installation instructions (#3527)
  • 866253c1 rpkg get: clean up namespace handling (#3537)
  • 2d562b1d statically link compiled binaries for release (#3530)
  • 2def907d update kpt installation instructions and homebrew for kpt v1.0.0-beta.20 (#3518)
kpt - porch/v0.0.9

Published by kpt-robot about 2 years ago

Release porch/v0.0.9

kpt - v1.0.0-beta.20

Published by github-actions[bot] about 2 years ago

Changelog

  • ba20127b Add RootSyncSet controller (#3462)
  • 6d7dc787 Add flag to repo register command for creating package branch (#3473)
  • b506f476 Add governance and update community page (#3461)
  • fd748e10 Add missing license headers (#3449)
  • 567da890 Add public OSS calendar link to contributions page
  • 3112b243 Add workaround for bug in goreleaser to enable signing of kpt release artifacts (#3506)
  • 0dc60378 Adjust Discovery throttling (#3368)
  • 4f75cd85 Expose a Compute function for Config Connector status (#3466)
  • 3a9dd360 Fix RootSyncSet permissions (#3510)
  • 5886dd77 Fix controller configuration (#3485)
  • 0c72bf8f Fix missing license header and default make target for porch (#3484)
  • d8b77040 Fix small typo in help text (#3495)
  • 171d36ba Hide flags on leaf commands (#3492)
  • 54075f75 Include the Config Connector status reader in the status watcher (#3433)
  • 3bdd180d Include timestamp and author for approved packagerevisions in the API (#3481)
  • 5a5e4732 Initial WorkloadIdentityBinding controller (#3456)
  • d58ec554 Minor grammar fix to README (#3334)
  • c2f719eb Modify to use loader and inventory client interfaces in cli-utils (#3483)
  • 4792e5fa Provide the option of creating the package branch if it doesn't exist (#3472)
  • 73f661e5 Simplified printing for live apply (#3425)
  • ff920a06 Update CONTRIBUTING.md (#3464)
  • 0b793baa Update path to generated artifacts for signing (#3508)
  • 57b17a3c Update to v0.33.0 of cli-utils (#3500)
  • 6e8b94a3 Use go 1.18 (#3447)
  • 228bee33 WorkloadIdentityBinding: better surface status.conditions (#3486)
  • 655377b6 kpt alpha rpkg update --discover: option to find downstream packages that can be updated from an upstream package (#3443)
  • 55b9bc2b activate rootsyncset (#3502)
  • a854293a add more comments to the pod evaluator (#3471)
  • 994a55dc add resourcegroup vanity server (#3505)
  • 878215f7 add status reader for the rollout object (#3477)
  • 8b9bfcf1 add wasm runtimes (embedded and nodejs) in kpt (#3450)
  • 29227c0a applylib: treat a failure to apply as health-unknown (#3496)
  • 14562bed ci: Update GoReleaser to cross compile with CGO (#3503)
  • 6bd06be5 cli: ensure we hide most klog flags (#3454)
  • 057788a1 fix a bug and add comments (#3474)
  • 6477af9c fix alpha rpkg init command help (#3460)
  • 08b929c2 fix: Fix broken releases due to improper configs (#3509)
  • 1c7ebea5 fix: Upate release to use docker login in DinD (#3517)
  • b1ba370f fix: rename example files to fix broken Go import (#3487)
  • 6df9f498 fix: the status reader for KCC does not implement the Compute function (#3490)
  • faedd1ed move part of porch/pkg/oci to pkg/oci (#3470)
  • 9e82b9a1 porch should ignore tags that are not associated with any package (#3429)
  • 078ff461 release: Generate SLSA signatures on GitHub releases (#3459)
  • 6d20895c update kpt installation instructions and homebrew for kpt v1.0.0-beta.19 release (#3442)
  • fc5e3100 update kyaml and kustomize/api dependencies (#3437)
kpt -

Published by kpt-robot about 2 years ago

Changelog

  • c77b2f0a Fix refresh of auth tokens for WI (#3410)
  • 51f78851 Preserve commits on package revision approval (#3321)
  • 6a9d20a6 Refresh creds on auth fail (#3411)
  • d6c2034a add set-namespace v0.3.4 to porch dockerfile (#3426)
  • 208b4c42 fix logic for determining root package (#3421)
kpt - v1.0.0-beta.19

Published by natasha41575 about 2 years ago

Highlights

  • There is a bug fix for the issue with the previous release of kpt dropping comments from annotations.

Docs

  • The kpt CLI installation guide now includes links to arm builds.
  • The website and kpt README now have a better explanation of what kpt is.

Changelog

  • b62cb710 Add links for arm64 builds (#3431)
  • aa37aa6e Fix up warning message (#3428)
  • 75cc8ef4 Improve explanations of what kpt is. (#3408)
  • 82c939ba Introduce alpha apply command (#3416)
  • 23240bd4 fix: preserve annotation comments (#3413)
kpt - v1.0.0-beta.18

Published by natasha41575 over 2 years ago

Highlights

  • kpt pkg get and kpt pkg update will now add the annotation internal.kpt.dev/upstream-identifier to resources to assist with identifier transformation functions such as set-namespace. You can read more details about this feature in the design doc.
  • kpt fn render and kpt fn eval now support nerdctl as a function runtime. See the render docs and the eval docs for how to use this.
  • kpt alpha rpkg update is now compatible with porch v0.0.7, and includes a new flag --discover for discovering available upstream updates for downstream packages.

Changelog

  • 04d61db1 Added a basic cert-manager kpt package in package-examples (#3371)
  • 94bc0853 Some minor tweaks from going through the user guide (#3370)
  • 0e1b83298e3e9db2a5241b556f07bd6e6c5590d0 flag to rpkg update to discover available updates (#3290)
  • b8c0ce25e224a79d31e4510185e48729db9a2e5c fix updates on CLI side (#3346)
  • a43613ea3467dbc4013dab9a16c3bb0b14d6fd9e add upstream identifier in pkg update, get and clone(porch) (#3360)
  • d58d173a069954d36970201cafd3959943083252 support nerdctl as a fn runtime (#3362)
kpt - https://github.com/kptdev/kpt/releases/tag/porch/v0.0.7

Published by kpt-robot over 2 years ago

kpt - v1.0.0-beta.17

Published by mengqiy over 2 years ago

Highlights

  • kpt live init will now write the inventory information to a new file in the package (default name is resourcegroup.yaml) rather than in the Kptfile. The file contains a ResourceGroup resource and the name, namespace and inventory annotation from this resource will be used during apply. The kpt live apply and kpt live destroy commands will still use inventory information from the Kptfile for older packages.
  • kpt fn render includes functionConfigs in the function inputs by default.
  • kpt live apply and kpt live destroy disable the client-side throttling when the server-side throttling is enabled.
  • kpt pkg update caches upstream repos.

Changelog

  • 2d57bda8 Fix broken porch cli e2e tests (#3296)
  • f44fdf12 Simplify Plan resource (#3182)
  • 059babc3 Support podman for cmdfndoc (#3300)
  • 4b8e0434 Updated kpt version to v1.0.0-beta.16 (#3257)
  • 12a5361c Use external resourcegroup object file to store inventory (#3172)
  • 7e58ebe1 bump deps (#3302)
  • 7a89a838 doc: Add docs for --type flag (#2977)
  • 6008784a feat: cache upstream during update (#3154)
  • 99aeadc3 feat: disable client-side throttling (#3293)
  • 560493a3 fix: update tests (#3259)
  • aa1db7d2 make pod evaluator work with cluster autoscaler (#3191)
  • b6353320 update doc for podman (#3261)
  • 5187e2d5 update functionConfigs during render (#3228)
  • 4bec45fa update kpt alpha rpkg copy docs (#3135)
kpt - v1.0.0-beta.16

Published by droot over 2 years ago

Highlights

  • kpt live is now faster and more responsive because it uses watch mechanism instead of polling. Multiple enhancements to kpt live, see PR for more details.
  • kpt fn now supports podman as function execution runtime.
  • kpt fn eval --save preserves the comments in Kptfile.
  • Developing functions in Go guide has been updated to use new Go SDK.

Changelog

  • d76d6c36 Fix method of obtaining service account token (#3199)
  • d8acc546 Update code owners file (#3205)
  • c10249e0 default revision for rpkg copy (#3185)
  • 4a563ff5 fix: typo on deployment version (#3208)
  • fe4ead70 support podman as a runtime for kpt CLI (#3133)
  • b5403adb tag configMap data nodes as 'string' (#3229)
  • 68a1452f update to book to use the updated packages (#3198)
kpt - https://github.com/kptdev/kpt/releases/tag/porch/v0.0.6

Published by kpt-robot over 2 years ago

kpt - https://github.com/kptdev/kpt/releases/tag/porch/v0.0.5

Published by kpt-robot over 2 years ago

kpt - v1.0.0-beta.15

Published by droot over 2 years ago

⚠ BREAKING CHANGES

  • The kpt fn commands now includes Kptfile and functionConfig in the function input by default. Previously this behavior was controlled using --enable-meta-resources command-line flag. --enable-meta-resources flag is also deprecated.
    if this disrupts any of your config workflow. You can use exclude functionality to exclude resources from function inputs. This functionality was added in this release to minimize the disruption.

Highlights

  • The kpt website is overhauled to reflect the new scope of kpt project. New components package orchestrator, Configuration as Data UI and Config Sync are added to the project. Some highlights:
    • kpt project has a new logo now with a demo video explaining why kpt.
    • New guides featuring namespace provisioning use case using porch, UI and CLI.
    • New guides featuring patterns such as variant constructor pattern and value propagation pattern.
  • Added package orchestrator (a.k.a. porch) CLI interface under alpha subgroup (kpt alpha rpkg, kpt alpha repo, kpt alpha sync).
  • Added command-line flag --save to kpt fn eval to save evaluated function to package's Kptfile.
  • Added capability to select resources using labelSelector and annotationSelector in kpt fn eval and kpt fn render.
  • Added capability to exclude resources in kpt fn eval and kpt fn render.
  • Added support for variant constructor pattern in kpt pkg init and kpt pkg get
  • Added capability to execute functions in a kubernetes cluster using porch

Changelog

  • 840e7a12 'make build' injects git commit as kpt version (#3085)
  • 1355dab4 Add CreateStrategy to validate object changes. (#3090)
  • 8db75c5d Add Porch Book Chapter (#3114)
  • f454d9a5 Add README for how to use jaeger tracing (#3040)
  • 7efa31b8 Add kpt command for package edit (#3064)
  • db672f7a Add list of toolchain components to README (#3108)
  • a97673ba Clarify Pluggable Deployment Mechanism (#3093)
  • 6694eb44 Clean up ResourceGroup with sync del (#3072)
  • efab12be Cleanup Function Errors (#3034)
  • 37057502 Compute Upstream Lock Ref Correctly (#3073)
  • 2b2e097d Config as Data Overview (#3058)
  • 6966150e FAQ overhaul (#3102)
  • f6eef6fc Fix duplicate drafts in package revision list (#3052)
  • 44beccfc Fix guide links in README (#3117)
  • ab3a9975 Fix reference to value for name (#3116)
  • bc22abb7 Fix typo
  • 2f9e7b10 Fix typos config-as-data design doc (#3062)
  • c6bc4284 Heal Comments on Package Resources Update (#3084)
  • b64ceaf8 Include repository address in the table rendering (#3061)
  • 7865b26d Let sync get and sync del use config-management-system by default (#3071)
  • dcdca9c4 Link to fixed svg image
  • 4c5d2d32 Order package revisions (#3048)
  • 4c350236 Overhaul kpt concepts (#3098)
  • 7aea11ec Package Orchestration Design Document (#3066)
  • 63a431c3 Publish Porch Installation and User Guide (#3110)
  • 99022813 Recognize latest package revision on publishing (#3079)
  • 8de8d13e Remove Temporary Upgrade Code (#3055)
  • e2526c54 Remove Unused Error Results (#3033)
  • b6f8d227 Rename edit command to copy (#3094)
  • 3aedf4b3 Reorganize Porch packages (#3069)
  • e367f226 Revert "Fix guide links in README (#3117)" (#3120)
  • 8f0ea936 Revision to the pod evaluator cache (#3056)
  • 4db5feb3 Support editing of packages (#3060)
  • e0be85f1 Support server-side-apply creation of new objects (#3075)
  • 82fc28e9 Surface failure information from pod evaluator (#3105)
  • 44a50f7a Test Various Git Branches (#3057)
  • 4cf59cd1 Test for edit package (#3063)
  • 26e59d37 Try to fix site link (#3104)
  • d81c2600 Update CODEOWNERS with the broader team (#3099)
  • 0316c3d1 Update README.md (#3115)
  • 8163def6 Update VSCode Workspace (#3092)
  • df9d9c7f Update doc links (#3087)
  • 94da3ee6 Update kpt alpha command help (#3068)
  • ec3ed027 Update kpt definition on landing page (#3095)
  • 1797d847 Update new logo and color (#3107)
  • e10e6243 Update rationale.md (#3096)
  • 625d44f9 Update roadmap (#3100)
  • f695695a Update sync delete command to use repo under platkrm org (#3111)
  • c61877e5 Update the auth flags for registering repositories (#3101)
  • 39bbc896 Update what kpt is and why kpt (#3103)
  • 171c39b5 Use Table output for kpt alpha repo get (#3054)
  • 810f425e Use commit SHA for image tags by default (#3086)
  • 9c47e55e Use trap to delete temporary file (#3081)
  • 5a3d22b2 add e2e test for distroless image (#3078)
  • 3205565a added namespace provising example guide (#3109)
  • acf99c65 applyset: introduce abstraction over objects (#3077)
  • 1272784c cherrypick https://github.com/kubernetes-sigs/cli-utils/pull/582 (#3059)
  • eca503ce fix broken links in porch README (#3089)
  • 6f1fc3e4 fix: save fnConfig for custom path (#3047)
  • 857fd38b fixed the sidebar navigation (#3112)
  • cce9fb35 higher rate limit to prevent unnecessary client-side throttling (#3067)
  • 467767aa kpt rpkg get uses Table list output if appropriate (#3051)
  • 236b74fb make wrapper server work with distroless-based images (#3070)
  • 329f9483 namespace provisining using UI guide (#3113)
  • a804b390 only update builtin fn which refers to the previous latest version (#3088)
  • d32bf9a9 support preloading cache in pod evaluator (#3065)
  • ac87357d update kpt alpha rpkg get help (#3091)
  • 37a6c408 upgrade dependencies (#3082)
  • bd3c05f7 use 2 instances of func runners (#3053)
  • 9a8998a7 use kpt git parsing in rpkg clone (#3080)
kpt - https://github.com/kptdev/kpt/releases/tag/porch/v0.0.3

Published by kpt-robot over 2 years ago

kpt - v1.0.0-beta.14

Published by droot over 2 years ago

Changelog

  • 5169954b Add Missing file.Close() calls (#2761)
  • c0b4a029 Add alpha command group (#2820)
  • c9b7522f Aggregate status in remoterootsyncset (#2826)
  • 5d7d1566 Few Small Cleanups (#2827)
  • 9ced0ea7 Fix Workload Identity service-account name (#2828)
  • cd759855 Fix site sidebar to also show annotation references (#2734)
  • 24faa467 Force Push (#2837)
  • 6e783a87 Merge Porch into main branch (#2815)
  • 620b9cc4 Move initRepo to test (#2839)
  • 84e55fff Reconnect Watch with Backoff (#2834)
  • 1c9af4ea Refactor install RG command (#2803)
  • 30ae069f Save inventory information into resourcegroup.yaml (#2615)
  • eaab63af Skip Self When Generating LICENSES (#2856)
  • 7fba1418 Sort Git Tree Entries Correctly (#2838)
  • 9c3ce89d Start In-Cluster Git Server For e2e Tests (#2823)
  • 1fa08984 Support Cloning From Private Git Repository (#2840)
  • 5b5aa3e0 Update Porch Configs (#2821)
  • 1c298ca3 Update cli-utils to v0.29.2 (#2860)
  • d50f8586 Update to cli-utils v0.29.1 (#2845)
  • 4d44ab55 Update to go1.17 (#2804)
  • 9bee31b1 Update to latest version of cli-utils (#2796)
  • 9d2d9ce6 Upgrade kpt dependencies (#2732)
  • 6525887c Upgrade kube-apiserver to v1.23.2 (#2849)
  • 20c66af1 Use Correct function-runner Image Tag (#2850)
  • 6e2c923d chore: add color to porch tests (#2847)
  • 6cc2d380 chore: reset RESTMapper with MaybeResetRESTMapper (#2844)
  • 7f8adf4d effective customizations chapter (#2659)
  • 10868bd1 feat: enable STDIN apply and destroy using RG inventory (#2709)
  • 58b5e35e feat: enable migrating from Kptfile & CM to resourcegroup inventories (#2705)
  • 5dad3b5a make kpt binary optional in test harness (#2758)
  • 31405745 porch: create simple standalone app (#2830)
  • 3a6e5c5b porch: raise memory limit, also remove CPU limit (#2829)
  • e0bd1ed7 porch: update example first deployment (#2831)
  • b1747d6c store the actuation/reconcile status in the inventory object (#2819)
  • 7ee57d6a tests: Fix test flake from timestamp sanitization (#2713)
  • 711387e6 update ResourceGroup CRD (#2794)
  • c5e8647d updated the version to 1.0.0-beta.13 (#2806)
Package Rankings
Top 5.58% on Proxy.golang.org