-
Notifications
You must be signed in to change notification settings - Fork 203
Comparing changes
Open a pull request
base repository: fluxcd/kustomize-controller
base: v0.12.2
head repository: fluxcd/kustomize-controller
compare: v0.13.0
Commits on Jun 8, 2021
-
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 58bba7c - Browse repository at this point
Copy the full SHA 58bba7cView commit details -
Merge pull request #361 from fluxcd/nightly-builds
Add nightly builds workflow
Configuration menu - View commit details
-
Copy full SHA for 7354b19 - Browse repository at this point
Copy the full SHA 7354b19View commit details -
- Upgrade sigs.k8s.io/kustomize/api from v0.7.4 to v0.8.9 - Upgrade sigs.k8s.io/cli-utils from v0.22.4 to v0.25.0 - Pin sigs.k8s.io/kustomize/kyaml to v0.10.17 (cli-utils compat) - Pin k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd (cli-utils compat) Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e5ee036 - Browse repository at this point
Copy the full SHA e5ee036View commit details -
Workaround for kustomize build panic
Serialize kustomize build runs to avoid kyaml OpenAPI concurrent map read/write panic kubernetes-sigs/kustomize#3659 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0711908 - Browse repository at this point
Copy the full SHA 0711908View commit details -
- make kstatus work with the latest version of kyaml by using a forked version of cli-utils fluxcd/cli-utils#1 - update Kubernetes packages to v0.21.1 - update controller-runtime to v0.9.0-beta.5 due to breaking changes in client-go v0.21.1 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a97a62c - Browse repository at this point
Copy the full SHA a97a62cView commit details -
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6ce22c9 - Browse repository at this point
Copy the full SHA 6ce22c9View commit details -
Update source-controller/api to v0.13.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 848c6e9 - Browse repository at this point
Copy the full SHA 848c6e9View commit details -
- Upgrade sigs.k8s.io/kustomize/api from v0.7.4 to v0.8.9 - Upgrade sigs.k8s.io/cli-utils from v0.22.4 to v0.25.0 - Pin sigs.k8s.io/kustomize/kyaml to v0.10.17 (cli-utils compat) - Pin k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd (cli-utils compat) Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aeef1e2 - Browse repository at this point
Copy the full SHA aeef1e2View commit details -
- make kstatus work with the latest version of kyaml by using a forked version of cli-utils fluxcd/cli-utils#1 - update Kubernetes packages to v0.21.1 - update controller-runtime to v0.9.0-beta.5 due to breaking changes in client-go v0.21.1 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4dd9c23 - Browse repository at this point
Copy the full SHA 4dd9c23View commit details -
Update cli-utils to v0.25.1-0.20210603052138-670dee18a123
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 89cdab4 - Browse repository at this point
Copy the full SHA 89cdab4View commit details -
Update controller-runtime and controller-gen
- Bump controller-runtime to v0.9.0 - Bump controller-gen to v0.5.0 - Use Environment.AddUser to generate the envtest cluster admin kubeconfig Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dce166f - Browse repository at this point
Copy the full SHA dce166fView commit details -
Update fluxcd/pkg/runtime to v0.12.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ce4445f - Browse repository at this point
Copy the full SHA ce4445fView commit details
Commits on Jun 9, 2021
-
Update kustomize/kyaml to v0.10.21
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2ada9f2 - Browse repository at this point
Copy the full SHA 2ada9f2View commit details -
Use github.repository for nightly builds
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f6e0a23 - Browse repository at this point
Copy the full SHA f6e0a23View commit details -
Update source-controller/api to v0.14.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1202cc1 - Browse repository at this point
Copy the full SHA 1202cc1View commit details -
Merge pull request #343 from fluxcd/kustomize-v4
Upgrade controller to Kustomize v4
Configuration menu - View commit details
-
Copy full SHA for 30dd0c3 - Browse repository at this point
Copy the full SHA 30dd0c3View commit details
Commits on Jun 11, 2021
-
Implement generic patches in Kustomization
Allow patching multiple resources instead of a single existing one as StrategicMerge & JSON6902 are forced to target existing named resources. Signed-off-by: Guillaume Le Biller <glebiller@Traveldoo.com>
Configuration menu - View commit details
-
Copy full SHA for b797eac - Browse repository at this point
Copy the full SHA b797eacView commit details -
Move the GC checksum from labels to annotations
Signed-off-by: Jane Liu L <jane.l.liu@ericsson.com>
Configuration menu - View commit details
-
Copy full SHA for 6979dba - Browse repository at this point
Copy the full SHA 6979dbaView commit details -
Update pkg/apis/kustomize to v0.2.0
Signed-off-by: Guillaume Le Biller <glebiller@Traveldoo.com>
Configuration menu - View commit details
-
Copy full SHA for 14bce3c - Browse repository at this point
Copy the full SHA 14bce3cView commit details
Commits on Jun 14, 2021
-
Merge pull request #362 from JaneLiuL/main
Move the GC checksum from labels to annotations
Configuration menu - View commit details
-
Copy full SHA for 2838997 - Browse repository at this point
Copy the full SHA 2838997View commit details -
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f8cac4a - Browse repository at this point
Copy the full SHA f8cac4aView commit details -
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2d85398 - Browse repository at this point
Copy the full SHA 2d85398View commit details -
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 24f78af - Browse repository at this point
Copy the full SHA 24f78afView commit details -
Document the checksum annotation
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7772a1f - Browse repository at this point
Copy the full SHA 7772a1fView commit details -
Merge pull request #365 from fluxcd/gc-tests-docs
Document GC checksum annotation
Configuration menu - View commit details
-
Copy full SHA for cdabadb - Browse repository at this point
Copy the full SHA cdabadbView commit details -
Merge pull request #364 from Kissy/generic-patches
Add support for in-line generic patches to Flux Kustomization API
Configuration menu - View commit details
-
Copy full SHA for 6672928 - Browse repository at this point
Copy the full SHA 6672928View commit details -
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9d323aa - Browse repository at this point
Copy the full SHA 9d323aaView commit details -
Merge pull request #366 from fluxcd/release-v0.13.0
Release v0.13.0
Configuration menu - View commit details
-
Copy full SHA for 90ab001 - Browse repository at this point
Copy the full SHA 90ab001View commit details
There are no files selected for viewing