Philippe Scorsolini

Results 31 issues of Philippe Scorsolini

### What problem are you facing? Merging upstream values with the ones defined here is one of the main issues in the current release process. We need to set some...

enhancement

Fixes #1383. An initial draft implementation to discuss

backport-requested :arrow_backward:
release-1.22
release-1.23

#### What type of PR is this? /kind bug #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes https://github.com/kubernetes-sigs/e2e-framework/issues/352 Fixes https://github.com/kubernetes-sigs/e2e-framework/issues/384 Based...

kind/bug
lgtm
cncf-cla: yes
sig/testing
ok-to-test
size/L

### Description of your changes Part of https://github.com/crossplane/release/issues/16 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `earthly +reviewable` to ensure this PR is ready for...

- [x] Update the `$LATEST_VER` parameter in [netlify_build.sh](https://github.com/crossplane/docs/blob/master/netlify_build.sh#L3) - [x] Update `params.latest` in [config.yaml](https://github.com/crossplane/docs/blob/master/config.yaml#L93) - [x] Update `version` in the `_index.md` file of `/content/` from `master` to the correct version....

release

### What problem are you facing? We have a few versions hardcoded: - [cert-manager](https://github.com/upbound/up/blob/ac8675e44d0ae1ebcb613ea06af085f6a3990e09/cmd/up/space/prerequisites/certmanager/certmanager.go#L39) - [open-telemetry](https://github.com/upbound/up/blob/ac8675e44d0ae1ebcb613ea06af085f6a3990e09/cmd/up/space/prerequisites/opentelemetrycollector/opentelemetrycollector.go#L44) These can easily fall behind. ### How could Upbound help solve your problem? We...

enhancement
needs-project
needs-epic-link
needs-points-label

### Description of your changes Now that https://github.com/crossplane/crossplane/pull/5938 was merged, from Crossplane `v1.18.0` native `Composition Environment` was dropped, in favour of [function-environment-configs](https://github.com/crossplane-contrib/function-environment-configs). Hence documentation and tooling is required to help...

### Description of your changes Fixes https://github.com/crossplane/crossplane/issues/6433. Dropping defaulting and enforcing strict validation where needed. Decided to address separately adding a validating webhook or pattern on Packages to enforce `spec.package`...

#### What type of PR is this? /kind bug #### What this PR does / why we need it: `t.Skip` with `--fail-fast` was resulting in the parent test being failed,...

kind/bug
cncf-cla: yes
lifecycle/rotten
size/M
sig/testing
ok-to-test
needs-rebase

### What happened? See reproducer [here](https://github.com/phisco/e2e-framework-test-skip). Running the test defined results in the whole suite failing in the latest releases, both [0.4.0](https://github.com/phisco/e2e-framework-test-skip/pull/1) and 0.5.0 on main branch: ``` go test...

kind/bug