Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluxcd/kustomize-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.1
Choose a base ref
...
head repository: fluxcd/kustomize-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.2
Choose a head ref
  • 13 commits
  • 12 files changed
  • 4 contributors

Commits on Nov 25, 2021

  1. Add test for varsub in secret

    Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
    somtochiama committed Nov 25, 2021
    Copy the full SHA
    f6403df View commit details

Commits on Nov 29, 2021

  1. Add line above yaml block

    Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
    somtochiama committed Nov 29, 2021
    Copy the full SHA
    0d9bd5a View commit details

Commits on Dec 2, 2021

  1. Merge pull request #505 from SomtochiAma/docs-apply

    Add test for varsub in secret
    stefanprodan authored Dec 2, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1cb35f5 View commit details
  2. Add docs for when KC doesn't revert

    Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
    somtochiama committed Dec 2, 2021
    Copy the full SHA
    6fa1c8a View commit details
  3. Merge pull request #501 from SomtochiAma/weird-ssa-behaviour

    Document behaviour when changes are made to fields not stored in git
    stefanprodan authored Dec 2, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    284b637 View commit details

Commits on Dec 9, 2021

  1. Bump dependencies to patch security advisories

    Advisories fixed:
    golang.org/x/text GO-2021-0113
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Dec 9, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    24ab11d View commit details
  2. Merge pull request #512 from pjbgf/security-advisories

    Update golang.org/x/text to v0.3.7 (fix CVE-2021-38561)
    stefanprodan authored Dec 9, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2bb2fb2 View commit details
  3. Update dependencies

    - fluxcd/pkg/ssa v0.6.0
    - fluxcd/source-controller/api v0.19.1
    - github.com/opencontainers/runc to v1.0.3 (fix CVE-2021-43784)
    
    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Dec 9, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    stefanprodan Stefan Prodan
    Copy the full SHA
    24bdda0 View commit details
  4. Merge pull request #509 from fluxcd/ssa-v0.4.0

    Update dependencies (fix CVE-2021-43784)
    stefanprodan authored Dec 9, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    07d3c99 View commit details
  5. fix encryption using the defaultServer

    Signed-off-by: Soule BA <bah.soule@gmail.com>
    souleb committed Dec 9, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    souleb souleb
    Copy the full SHA
    3191f49 View commit details
  6. Merge pull request #513 from souleb/fix-sops-decrypt-defaultserver

    sops: ensure proper wiring to default server
    stefanprodan authored Dec 9, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3782765 View commit details
  7. Release v0.18.2

    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Dec 9, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    stefanprodan Stefan Prodan
    Copy the full SHA
    5b95d1d View commit details
  8. Merge pull request #514 from fluxcd/release-v0.18.2

    Release v0.18.2
    stefanprodan authored Dec 9, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8d61ff7 View commit details
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,24 @@

All notable changes to this project are documented in this file.

## 0.18.2

**Release date:** 2021-12-09

This prerelease comes with improvements to force applying objects with immutable fields changes.

Improvements:
* Update dependencies (fix CVE-2021-43784)
[#509](https://github.com/fluxcd/kustomize-controller/pull/509)
* Update golang.org/x/text to v0.3.7 (fix CVE-2021-38561)
[#512](https://github.com/fluxcd/kustomize-controller/pull/512)
* Add test for replacing variables in secrets
[#505](https://github.com/fluxcd/kustomize-controller/pull/505)
* Document behaviour when changes are made to fields not stored in git
[#501](https://github.com/fluxcd/kustomize-controller/pull/501)
* SOPS: ensure proper wiring to default server
[#513](https://github.com/fluxcd/kustomize-controller/pull/513)

## 0.18.1

**Release date:** 2021-11-23
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
IMG ?= fluxcd/kustomize-controller:latest
# Produce CRDs that work back to Kubernetes 1.16
CRD_OPTIONS ?= crd:crdVersions=v1
SOURCE_VER ?= v0.19.0
SOURCE_VER ?= v0.19.2

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ module github.com/fluxcd/kustomize-controller/api
go 1.16

require (
github.com/fluxcd/pkg/apis/kustomize v0.2.0
github.com/fluxcd/pkg/apis/kustomize v0.3.0
github.com/fluxcd/pkg/apis/meta v0.10.1
github.com/fluxcd/pkg/runtime v0.12.2
k8s.io/apiextensions-apiserver v0.22.2
Loading