Burak Velioglu
Burak Velioglu
Since we were not using dnsmasq to resolve dns names on github runners, we've added an explicit configuration to resolved configuration. So, runner VMs can resolve names directly using the...
While restoring a cache, github cache support partial match by the prefix of existing keys. When a key doesn't match directly, the action searches for keys prefixed with the restore...
Since proxy code will be working via a service installed on the runner image, don't need to download and run the code directly anymore. Updating CUSTOM_ACTIONS_CACHE_URL and manual resolvement of...
Initial implementation for docker registry mirror server
Updating docker mirror client logic to select the closest mirror server if enabled for the github installation.
Updating AWS runner images for 2204 and 2404. These AMIs are the first ones created directly on AWS with packer and include the latest runner application version ---- > [!IMPORTANT]...
In the current logic, blob storage bucket is destroyed if it exists but has no cache entries. Looking at the logs we noticed some buckets repeatedly getting deleted. This happens...
**Add migration to add temp access token columns to GitHub repository table** To add temp access keys in a controlled way, adding a flag as well to a repository to...