Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Release Flux v1.10.1 #1734

Merged
merged 45 commits into from
Feb 13, 2019
Merged

Release Flux v1.10.1 #1734

merged 45 commits into from
Feb 13, 2019

Conversation

2opremio
Copy link
Contributor

No description provided.

ellieayla and others added 30 commits January 28, 2019 20:56
Azure Kubernetes Service (AKS) nodes' kubelet can use the cluster's
service principal to fetch images from Azure Container Registry (ACR).

If azure.json is projected into the Flux pod, consume the service
principal credentials when authenticating to azure container registry.

Note that this method may eventually be deprecated, possibly replaced
by Managed Identity + OAuth, similar to the GCP implementation.
See kubernetes/kubernetes#58034
Helm chart: Fix custom SSH secret mapping
some helm charts (istio being an example) add helm charts into the
"charts" folder directly and do not need "helm dep up" to be called. In
fact doing so will cause an error since the requirements have already
been fulfilled.  While you can disable this feature system wide it is
much more useful to allow individual helm releases to specify this
behavior.  this commit adds a 'skipDepUpdate' attribute to the
HelmRelease crd that causes the dependency update step to be skipped for
that release.
Housekeeping: merge release/1.10.x back into master
Housekeeping: merge release/helm 0.6.x back into master
- allows flux, helm-op and memcached images to be pulled from a private container registry
Add image pull secret options to Helm chart
add "skipDepUpdate" config parameter to HelmRelease
Fix helm-op allow namespace flag mapping
stefanprodan and others added 13 commits February 11, 2019 15:47
Add image repo and pull secret to chart readme
This commit makes the label selectors fluxctl uses for port forwarding
configurable by providing a `--k8s-fwd-labels` flag or setting a
`FLUX_FORWARD_LABELS` environment variable. The default value of the
flag is inherited from the hardcoded value it was before (`app=flux`).
hostPath != mountPath

Co-Authored-By: alanjcastonguay <[email protected]>
Adding Azure DevOps Git host support in flux
Fixing 'how do I use use private git host' link in faq page
…ector

Make port forward label selector configurable
@2opremio 2opremio changed the title Release/1.10.1 Release Flux v1.10.1 Feb 13, 2019
@2opremio 2opremio requested a review from hiddeco February 13, 2019 16:31
Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

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

Apart from the comments below I also change the tag in the manifest (deploy/flux-deployment.yaml) to the upcoming version so that master contains the latest release information when release/10.0.x is merged back into it.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

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

Looks good to go, thank you @2opremio 💯

@2opremio
Copy link
Contributor Author

2opremio commented Feb 13, 2019

Apart from the comments below I also change the tag in the manifest (deploy/flux-deployment.yaml) to the upcoming version so that master contains the latest release information when release/10.0.x is merged back into it.

Good one, done.

This is something we should probably automate. For starters I will add it to the release docs.

@hiddeco
Copy link
Member

hiddeco commented Feb 13, 2019

This is something we should probably automate.

Agreed, another thing on my list to automate is the ToC we have on some doc pages as the formatting of the URLs (and keeping them up to date) is tricky, plus it results in stuff like #1731.

@2opremio 2opremio merged commit 496c5b9 into fluxcd:release/1.10.x Feb 13, 2019
@2opremio 2opremio deleted the release/1.10.1 branch February 13, 2019 17:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants