Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
2a0ad538
Unverified
Commit
2a0ad538
authored
Feb 25, 2020
by
Daniel Holbach
Committed by
GitHub
Feb 25, 2020
Browse files
Merge pull request #113 from dholbach/prep-1.3.0
Prepare 1.3.0 release
parents
b337c9d6
43737e35
Changes
3
Hide whitespace changes
Inline
Side-by-side
DEVELOPMENT.md
View file @
2a0ad538
...
...
@@ -77,10 +77,25 @@ real life testing.
## Publishing a new kured release
This is the most straight-forward in the whole process.
Check that
`README.md`
has an updated compatibility matrix and that the
url in the
`kubectl`
incantation (under "Installation") is updated to the
new version you want to release.
Now create the
`kured-<release>-dockerhub.yaml`
for e.g.
`1.3.0`
:
```
sh
VERSION
=
1.3.0
MANIFEST
=
"kured-
$VERSION
-dockerhub.yaml"
cat
kured-rbac.yaml
>
"
$MANIFEST
"
cat
kured-ds.yaml
>>
"
$MANIFEST
"
sed
-i
"s#docker.io/weaveworks/kured#docker.io/weaveworks/kured:
$VERSION
#g"
"
$MANIFEST
"
```
The last thing you need to do is update the
`image:`
to point to the release
tag, e.g.
`docker.io/weaveworks/kured:1.3.0`
.
Picking a suitable tag and creating the release through the Github UI should
release the image just
fi
n
e.
Now you can head to the Github UI, use the version number as tag and upload the
`kured-<release>-dockerhub.yaml`
fi
l
e.
### Release notes
...
...
@@ -88,4 +103,4 @@ Please describe what's new and noteworthy in the release notes, list the PRs
that landed and give a shout-out to everyone who contributed.
Please also note down on which releases the upcoming
`kured`
release was
tested on.
tested on.
(Check old release notes if you're unsure.)
README.md
View file @
2a0ad538
...
...
@@ -60,7 +60,7 @@ To obtain a default installation without Prometheus alerting interlock
or Slack notifications:
```
kubectl apply -f https://github.com/weaveworks/kured/releases/download/1.
2
.0/kured-1.
2
.0-dockerhub.yaml
kubectl apply -f https://github.com/weaveworks/kured/releases/download/1.
3
.0/kured-1.
3
.0-dockerhub.yaml
```
If you want to customise the installation, download the manifest and
...
...
kured-ds.yaml
View file @
2a0ad538
...
...
@@ -29,10 +29,9 @@ spec:
restartPolicy
:
Always
containers
:
-
name
:
kured
image
:
docker.io/weaveworks/kured
# If you find yourself here
# wondering why there is no
# :latest tag on Docker Hub,
# see the FAQ in the README
image
:
docker.io/weaveworks/kured
# If you find yourself here wondering why there is no
# :latest tag on Docker Hub,see the FAQ in the README
imagePullPolicy
:
IfNotPresent
securityContext
:
privileged
:
true
# Give permission to nsenter /proc/1/ns/mnt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment