Skip to content

Commit

Permalink
Merge tag '2.11.7' into feature/merge-2.11.7-tag
Browse files Browse the repository at this point in the history
MetalK8s 2.11.7
===============

MetalK8s 2.11.7 is a patch release (see
[the main release 2.11.0](https://github.com/scality/metalk8s/releases/2.11.0)).

Useful links
------------

- [Documentation](https://metal-k8s.readthedocs.io/en/2.11.7)
- [Upgrade notes](https://metal-k8s.readthedocs.io/en/2.11.7/operation/upgrade.html)
- [Changelog](https://github.com/scality/metalk8s/blob/2.11.7/CHANGELOG.md)

What’s new
----------

Ability to use an external IP as Control Plane Ingress IP
(like a Load Balancer IP)
  • Loading branch information
TeddyAndrieux committed May 23, 2022
2 parents 048a7d4 + 56d1fa3 commit d55fc47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,7 @@
# CHANGELOG
## Release 2.11.7 (in development)
## Release 2.11.8 (in development)

## Release 2.11.7
### Enhancements

- Allow to set Control Plane Ingress IP to an external IP (like
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1,4 +1,4 @@
VERSION_MAJOR=2
VERSION_MINOR=11
VERSION_PATCH=7
VERSION_PATCH=8
VERSION_SUFFIX=-dev
1 change: 1 addition & 0 deletions eve/main.yml
Expand Up @@ -2824,6 +2824,7 @@ stages:
command: docker build . --tag shell-ui:v%(prop:shell_ui_version)s
workdir: build/shell-ui
haltOnFailure: true
timeout: 2400
- ShellCommand:
name: Save shell-ui container image
command: >
Expand Down

0 comments on commit d55fc47

Please sign in to comment.