Chuan-Yen Chiang

Results 9 issues of Chuan-Yen Chiang

I had modified some parts of Dockerfile to reduce the size of generated docker image. It reduces the size from 414MB to 156MB.

### Describe the bug The `kcp` and `syncer` should use the same release version. In the release page, we can find the correct version of `kcp` and `kubernetes-kcp-plugin` for each...

kind/bug
lifecycle/stale

### Description of your changes It would be good to keep using the same version as [crossplane-runtime](https://github.com/crossplane/crossplane-runtime/tree/master) so this PR upgraded the following dependencies version: From `sigs.k8s.io/controller-runtime v0.16.0` the `SyncPeriod`...

### Description of your changes In this PR, it contains: - Add metrics that supported by crossplane-runtime 1.16 - Update license description - Update dependency on crossplane-tools to latest version...

### What happened? According to [this](https://docs.crossplane.io/latest/concepts/packages/#create-a-configuration) docs, to create a Crossplane package, it needs to place `crossplane.yaml` in the root folder. However, it seems not the case because you can...

bug
stale

### Description of your changes This PR is a continue work from @padlar in #5646. It seems his PR been move to draft and closed, since we're trying to solve...

### Description of your changes * Bump up crossplane-runtime to v1.18.0 * Fix linting issue by bumping up build submodules to latest one * Add support for logs that introduced...

* Add a flag to add old resources * Add a test case to test immutable field to show case the usage of old resources ### Description of your changes...

## What are current challenges for using provider-template I spent some time to dogfooding the provider-template with the current setup, and there are a few points I would like to...

enhancement