Copilot

Results 4682 issues of Copilot

Updates the dimension token format to align with W3C Design Token Community Group proposal https://github.com/design-tokens/community-group/pull/244, changing from a string-based format to a structured object format. ## Changes **Before:** ```json {...

skip changeset

This PR upgrades all major dependencies to their newest major versions as requested in the issue, bringing the codebase up to date with modern tooling and improving security, performance, and...

This PR adds the required OIDC permissions to the GitHub Actions workflow to enable npm trusted publishers authentication, following the [npm trusted publishers documentation](https://docs.npmjs.com/trusted-publishers). ## Changes Added the following permissions...

## Overview This PR implements support for npm's trusted publishers feature using OIDC (OpenID Connect) authentication in the GitHub Actions workflow, following the documentation at https://docs.npmjs.com/trusted-publishers. ## Changes Updated the...

This PR migrates the ACR CLI from `fmt.Printf` to structured logging using [zerolog](https://github.com/rs/zerolog), addressing performance issues with concurrent operations and providing enhanced observability for manifest purge operations. ## Changes Made...

The `proxy-cached` experiment flag has been rolled out and is now always enabled. This PR removes the conditional logic as the proxy now defaults to cached mode. **Changes:** - Removed...

(I've edited Copilot's PR description as I found it way to verbose) I found a couple of useful links can be found via the project icons at https://contribute.cncf.io/contributors/projects/: #cert-manager: https://kubernetes.slack.com/messages/cert-manager...

size/XS
dco-signoff: yes
cybr

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | ## Description Adds...

## Progress Checklist - [x] Understand the issue: Default Go TLS validation is too lenient - [x] Identify where TLS configuration is set up (cluster.go, setupTLSConfig) - [x] Research Go's...

- [x] Understand the issue: MapScan replaces pointer values in the map with dereferenced values after first call - [x] Analyze the root cause in helpers.go rowMap function - [x]...