An open API service indexing awesome lists of open source software.

https://github.com/fikaworks/azure-versions

Tracking Repository for Azure Service Versions
https://github.com/fikaworks/azure-versions

Last synced: 3 months ago
JSON representation

Tracking Repository for Azure Service Versions

Awesome Lists containing this project

README

          

# aks-versions
Tracking Repository for Azure Service Versions

## How to Use

```
k8s_version = "1.20.7" # renovate: depName=Kubernetes extractVersion=^aks-(?.*)$
```

Renovate:
```
"regexManagers": [
{
"fileMatch": ["terraform\\.tfvars$"],
"matchStrings": [
"k8s_version\\s+=\\s+\"(?.*?)\" # renovate: depName=(?.*?)\\s+extractVersion=(?.*?)\n"
],
"lookupNameTemplate": "fikaworks/azure-versions",
"datasourceTemplate": "github-tags"
}
]
```