upgrade: kured from 1.9.1 to 1.15.0 (#7668)

This commit is contained in:
SeanDougherty 2024-02-12 23:41:06 -08:00 коммит произвёл GitHub
Родитель 1d41ae1970
Коммит 68e2dfe2cc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 16 добавлений и 13 удалений

Просмотреть файл

@ -1,13 +1,13 @@
diff --git a/kured-ds.yaml b/kured-ds.yaml
index 15869c4..b226865 100644
index 340ef46..a6d9e64 100644
--- a/kured-ds.yaml
+++ b/kured-ds.yaml
@@ -32,7 +32,7 @@ spec:
image: docker.io/weaveworks/kured:1.9.1
# If you find yourself here wondering why there is no
# :latest tag on Docker Hub,see the FAQ in the README
@@ -39,7 +39,7 @@ spec:
# If you find yourself here wondering why there is no
# :latest tag on Docker Hub,see the FAQ in the README
image: ghcr.io/kubereboot/kured:1.15.0
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
securityContext:
privileged: true # Give permission to nsenter /proc/1/ns/mnt
env:
readOnlyRootFilesystem: true

Просмотреть файл

@ -1,6 +1,6 @@
{
"Signatures": {
"kured-1.9.1-vendor.tar.gz": "7743175bf349081f2ece085cd5dfd996621cf4bc8e2dc9b7bfd470e16d6a9516",
"kured-1.9.1.tar.gz": "3bd411b68f482c065ff64435f6efb16f7d0e50b438d8574f7e5ce73454710a8d"
"kured-1.15.0-vendor.tar.gz": "9474c0ad60ca5f83b0fd09703fb1ce745cd72d161e2456bae6900ec19aaf1f7f",
"kured-1.15.0.tar.gz": "53b22a1e377fe0922a0ddbe7a2d006e47d2c89da5e062907ec97a2cb786473a4"
}
}

Просмотреть файл

@ -24,8 +24,8 @@
%global debug_package %{nil}
Summary: Kubernetes daemonset to perform safe automatic node reboots
Name: kured
Version: 1.9.1
Release: 15%{?dist}
Version: 1.15.0
Release: 1%{?dist}
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
@ -77,7 +77,7 @@ kured container in a kubernetes cluster.
%prep
%setup -q
%patch0 -p1
%patch 0 -p1
%build
# create vendor folder from the vendor tarball and set vendor mode
@ -122,6 +122,9 @@ sed -i -e 's|image: .*|image: registry.opensuse.org/kubic/kured:%{version}|g' %{
%{_datarootdir}/k8s-yaml/kured/kured.yaml
%changelog
* Mon Jan 29 2024 Sean Dougherty <sdougherty@microsoft.com> 1.15.0-1
- Upgrade to 1.15.0 for Mariner 3.0
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.9.1-15
- Bump release to rebuild with go 1.20.10

Просмотреть файл

@ -8331,8 +8331,8 @@
"type": "other",
"other": {
"name": "kured",
"version": "1.9.1",
"downloadUrl": "https://github.com/weaveworks/kured/archive/refs/tags/1.9.1.tar.gz"
"version": "1.15.0",
"downloadUrl": "https://github.com/weaveworks/kured/archive/refs/tags/1.15.0.tar.gz"
}
}
},