Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.6 #29

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Release 2.6 #29

wants to merge 15 commits into from

Conversation

wikiq
Copy link
Owner

@wikiq wikiq commented Mar 31, 2022

What this PR does / why we need it:

Special notes for your reviewer:

If applicable:

  • this PR contains documentation
  • this PR contains unit tests
  • this PR has been tested for backwards compatibility

ebabani and others added 15 commits August 31, 2017 11:42
Use the current kube config namespace by default if --namespace is not specified.
This makes 'helm upgrade --install' and 'helm install' handle namespaces
the same way.
This reverts commit 965cb7f.

(cherry picked from commit 9d1db28)
This reverts commit edd4e56.

(cherry picked from commit 211f5f6)
(cherry picked from commit f278675)
When release upgrade fails, updatedRelease is already created
in a storage by *ReleaseServer.UpdateRelease, therefore we should
be updating it's status, not creating it again.

(cherry picked from commit 38c3f58)
The alias functionality only works when a hardcoded version
is used. Any use of semver logic causes unexpected behavior.
I use version.IsCompatibleRange to check the dependency version.

Closes #2794

(cherry picked from commit 0440b54)
… kind name

Adds additional manifest sorting logic so that different unknown kinds
are sorted alphabetically so that manifest order is more deterministic.

(cherry picked from commit ed24b31)
Helm dependency update --verify should fail when verification fails.

Closes #2717

(cherry picked from commit d84b707)
When running glide update there are errors due to pinned versions
in the glide.yaml file mixed with getting a more recent version of
kubernetes. client-go needs a newer version of go-autorest.

Note, go-autorest is pinned to v8.0.0 rather than the latest
release of v8.4.0 because kubernetes is pinned to v8.0.0.

(cherry picked from commit b69d6ce)
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.

9 participants