Skip to content

Conversation

@arthurbarr
Copy link
Member

  • Updated to MQ version 9.0.4.0
  • Updated to Go version 9
  • Removed packages curl, ca-certificates, and their dependencies, which were only used at build time
  • Improved logging
  • Helm charts now work on Kubernetes V1.6
  • Production Helm chart now includes a default image repository and tag
  • Updated to use multi-stage Docker build, so that Go code is built inside a container

@arthurbarr arthurbarr requested a review from parrobe October 31, 2017 16:21
@arthurbarr arthurbarr merged commit d4fae78 into ibm-messaging:master Oct 31, 2017
## Prerequisites

- Kubernetes 1.7 or greater, with beta APIs enabled
- Kubernetes 1.6 or greater, with beta APIs enabled
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lowered the Kubernetes requirement?

spec:
serviceName: {{ .Values.service.name }}
replicas: 1
{{- if and (ge (.Capabilities.KubeVersion.Major | int) 1) (ge (.Capabilities.KubeVersion.Minor | int) 7) }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a check to make sure the Kube version has a minor of 1.7 but the above line in the readme says 1.6 now.

## Prerequisites

- Kubernetes 1.7 or greater, with beta APIs enabled
- Kubernetes 1.6 or greater, with beta APIs enabled
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

spec:
serviceName: {{ .Values.service.name }}
replicas: 1
{{- if and (ge (.Capabilities.KubeVersion.Major | int) 1) (ge (.Capabilities.KubeVersion.Minor | int) 7) }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

func TestHelmStorageClass(t *testing.T) {
cs := kubeLogin(t)
release := strings.ToLower(t.Name())
assertKubeVersion(t, cs, 1, 6)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks for 1.6 here but a different check looks for 1.7?

@arthurbarr
Copy link
Member Author

That's the point. It only does the rolling update if the version is 1.7 or greater. Thus allowing the chart to work on Kubernetes 1.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants