File tree Expand file tree Collapse file tree 15 files changed +23
-23
lines changed Expand file tree Collapse file tree 15 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1- 1.0.28
1+ 1.0.29
Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ schemaVersion: "0.1"
8888$schema : " https://schema.intel.com/catalog.orchestrator/0.1/schema"
8989
9090name : edgedns
91- version : 2.0.7
91+ version : 2.0.8
9292description : " Edge Orchestrator EdgeDNS"
9393kind : extension
9494
9595helmRegistry : " intel-rs-helm"
9696chartName : " edge-orch/en/charts/edgedns"
97- chartVersion : " 1.3.30 "
97+ chartVersion : " 1.3.31 "
9898
9999profiles :
100100 - name : default
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ $schema: "https://schema.intel.com/catalog.orchestrator/0.1/schema"
77
88name : " loadbalancer"
99description : " Enables load balancer and dns services on the edge"
10- version : 0.4.4
10+ version : 0.4.5
1111
1212kind : extension
1313
@@ -19,7 +19,7 @@ applications:
1919 - name : metallb-config
2020 version : 0.1.4
2121 - name : edgedns
22- version : 2.0.7
22+ version : 2.0.8
2323 - name : ingress-nginx
2424 version : 5.1.1
2525
Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ schemaVersion: "0.1"
7373$schema : " https://schema.intel.com/catalog.orchestrator/0.1/schema"
7474
7575name : kubevirt-helper
76- version : 1.4.4
76+ version : 1.4.5
7777description : " Automatically restart VM when editable VM spec is updated"
7878kind : extension
7979
8080helmRegistry : " intel-rs-helm"
8181chartName : " edge-orch/en/charts/kubevirt-helper"
82- chartVersion : " 1.4.4 "
82+ chartVersion : " 1.4.5 "
8383
8484profiles :
8585 - name : " default"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ $schema: "https://schema.intel.com/catalog.orchestrator/0.1/schema"
77
88name : " virtualization"
99description : " Virtualization support for k8s cluster"
10- version : 0.3.6
10+ version : 0.3.7
1111forbidsMultipleDeployments : true
1212kind : extension
1313
@@ -17,7 +17,7 @@ applications:
1717 - name : cdi
1818 version : 2.0.3
1919 - name : kubevirt-helper
20- version : 1.4.4
20+ version : 1.4.5
2121
2222defaultNamespaces :
2323 kubevirt : kubevirt
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ apiVersion: v2
55name : edgedns
66description : A Helm chart for Edge Orchestrator EdgeDNS
77type : application
8- version : 1.3.30
9- appVersion : 1.3.30
8+ version : 1.3.31
9+ appVersion : 1.3.31
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ service:
2828 externalIPs : []
2929# ##
3030extensionImages :
31- - registry-rs.edgeorchestration.intel.com/edge-orch/en/edgedns-coredns:1.3.30
31+ - registry-rs.edgeorchestration.intel.com/edge-orch/en/edgedns-coredns:1.3.31
3232 - registry.k8s.io/external-dns/external-dns:v0.14.2
3333 - quay.io/coreos/etcd:v3.5.15
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ apiVersion: v2
55name : kubevirt-helper
66description : A Helm chart for KubeVirt Helper service
77type : application
8- version : 1.4.4
9- appVersion : 1.4.4
8+ version : 1.4.5
9+ appVersion : 1.4.5
1010annotations : {}
Original file line number Diff line number Diff line change 33---
44metadata :
55 schemaVersion : 0.3.0
6- release : 1.0.28
6+ release : 1.0.29
77lpke :
88 deploymentPackages :
99 - dpkg : edge-orch/en/file/base-extensions
1010 version : 0.7.7
1111 - dpkg : edge-orch/en/file/intel-gpu
1212 version : 1.2.3
1313 - dpkg : edge-orch/en/file/loadbalancer
14- version : 0.4.4
14+ version : 0.4.5
1515 - dpkg : edge-orch/en/file/skupper
1616 version : 0.1.6
1717 - dpkg : edge-orch/en/file/sriov
1818 version : 0.3.3
1919 - dpkg : edge-orch/en/file/usb
2020 version : 0.3.2
2121 - dpkg : edge-orch/en/file/virtualization
22- version : 0.3.6
22+ version : 0.3.7
2323 - dpkg : edge-orch/en/file/trusted-compute
2424 version : 0.4.1
2525 - dpkg : edge-orch/en/file/kubernetes-dashboard
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN export DEBCONF_NONINTERACTIVE_SEEN=true \
1515 apt-get -yyqq install ca-certificates ; \
1616 apt-get clean
1717
18- FROM docker.io/golang:1.23.6 AS build
18+ FROM docker.io/golang:1.24.2 AS build
1919
2020WORKDIR /workspace
2121
You can’t perform that action at this time.
0 commit comments