diff --git a/CHANGELOG.md b/CHANGELOG.md index ea03084..d9d1f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.3.1] - 2024-03-25 +### Fixed +- fix(dockerfile): fix the incorrect default image repository from image definition + ## [v1.3.0] - 2024-03-07 ### Added - feat(manager): added field indexer to support only listing matching nodes with no PodCIDR allocated diff --git a/Dockerfile b/Dockerfile index 44f331a..b6b7d1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -ARG IMAGE_REPOSITORY=docker.io/docker +ARG IMAGE_REPOSITORY=docker.io ARG TARGETARCH ARG TARGETOS=linux diff --git a/install/kubernetes/cidr-allocator/Chart.yaml b/install/kubernetes/cidr-allocator/Chart.yaml index 173a9f5..a3d5a0e 100644 --- a/install/kubernetes/cidr-allocator/Chart.yaml +++ b/install/kubernetes/cidr-allocator/Chart.yaml @@ -10,9 +10,9 @@ keywords: - Networking - Node -version: 2.0.6 +version: 2.0.7 kubeVersion: ">= 1.16.0-0" -appVersion: "v1.3.0" +appVersion: "v1.3.1" maintainers: - name: Ben Sykes diff --git a/install/kubernetes/cidr-allocator/README.md b/install/kubernetes/cidr-allocator/README.md index b1d63c8..27801fd 100644 --- a/install/kubernetes/cidr-allocator/README.md +++ b/install/kubernetes/cidr-allocator/README.md @@ -2,7 +2,7 @@ A Helm chart to deploy the STATCAN CIDR-Allocator Controller and CRDs to a Kubernetes Cluster -![Version: 2.0.6](https://img.shields.io/badge/Version-2.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.0](https://img.shields.io/badge/AppVersion-v1.3.0-informational?style=flat-square) +![Version: 2.0.7](https://img.shields.io/badge/Version-2.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.1](https://img.shields.io/badge/AppVersion-v1.3.1-informational?style=flat-square) A Helm chart to deploy the STATCAN CIDR-Allocator Controller and CRDs to a Kubernetes Cluster