Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-kinzal/eks-release-detecter
Detects new versions of EKS
https://github.com/k-kinzal/eks-release-detecter
aws eks
Last synced: about 2 months ago
JSON representation
Detects new versions of EKS
- Host: GitHub
- URL: https://github.com/k-kinzal/eks-release-detecter
- Owner: k-kinzal
- Created: 2023-03-07T00:58:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T00:03:54.000Z (2 months ago)
- Last Synced: 2024-11-01T01:17:05.949Z (2 months ago)
- Topics: aws, eks
- Language: Go
- Homepage: https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EKS Release Detector
![CI](https://github.com/k-kinzal/eks-release-detecter/actions/workflows/scheduler.yaml/badge.svg)
This repository monitors [Amazon EKS Kubernetes versions](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html) page.
If there are any new version it will update `latest` and `versions` and create [tags](https://github.com/k-kinzal/eks-release-detecter/tags) and [releases](https://github.com/k-kinzal/eks-release-detecter/releases).## Use cases
Renovate's [Github Releases Datasource](https://docs.renovatebot.com/modules/datasource/github-releases/) and [Github Tags Datasource](https://docs.renovatebot.com/modules/datasource/github-tags/) are used to automatically update the EKS.
**example**
TBD