Commit Graph

  • 373e4dca4d Add nightly builds workflow Hidde Beydals 2021-06-09 18:40:20 +0200
  • 9ed4051d1e
    Merge pull request #182 from fluxcd/go-yaml-update Stefan Prodan 2021-06-09 15:59:52 +0300
  • 30030bbaf0
    Update go-yaml with changes to indentation style gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 Stefan Prodan 2021-06-09 09:44:31 +0300
  • 905a466c2f
    Merge pull request #179 from fluxcd/release-v0.11.0 v0.11.0 Stefan Prodan 2021-06-02 19:05:52 +0300
  • 97fba8f7fb
    Release v0.11.0 Stefan Prodan 2021-06-02 18:42:08 +0300
  • ada2953ae6
    Release v0.10.2 Stefan Prodan 2021-06-02 18:31:37 +0300
  • abd69661a6
    Merge pull request #177 from fluxcd/commit-to-merged-branch api/v0.11.0 Stefan Prodan 2021-06-02 18:09:36 +0300
  • 7378ad7ae7 Change note regarding git implementation field Michael Bridgen 2021-06-02 14:32:33 +0100
  • 0b63def4fd Use libgit2 for clone, fetch, push Michael Bridgen 2021-06-02 10:06:10 +0100
  • f656b847c2
    Merge pull request #175 from fluxcd/release-v0.10.1 v0.10.1 Stefan Prodan 2021-06-02 13:50:45 +0300
  • 5fa4817405
    Release v0.10.1 Stefan Prodan 2021-06-02 13:39:34 +0300
  • 026271cb44
    Merge pull request #174 from fluxcd/go-git-v5.4.2 api/v0.10.1 Stefan Prodan 2021-06-02 13:36:54 +0300
  • eabcc43614
    Update go-git to v5.4.2 Stefan Prodan 2021-06-02 13:26:18 +0300
  • 776e1825d9 Use patched go-git version go-git-patch Hidde Beydals 2021-05-31 16:34:30 +0200
  • 0ad5d28ec4
    Merge pull request #171 from fluxcd/release-v0.10.0 v0.10.0 Hidde Beydals 2021-05-26 15:34:55 +0200
  • 8ef62fabd9 Release v0.10.0 Hidde Beydals 2021-05-26 15:21:47 +0200
  • 0d71be87f4
    Merge pull request #170 from fluxcd/update-api-deps api/v0.10.0 Hidde Beydals 2021-05-26 15:16:48 +0200
  • aad03ca025 Update source-controller/api to v0.13.0 Hidde Beydals 2021-05-26 15:04:20 +0200
  • e641607028
    Merge pull request #169 from fluxcd/update-deps Hidde Beydals 2021-05-26 15:00:08 +0200
  • 3a1f6026b8 Switch to `github.com/ProtonMail/go-crypto/openpgp` Hidde Beydals 2021-05-26 14:45:09 +0200
  • d976c904ae Update source-controller to v0.13.0 Hidde Beydals 2021-05-26 14:33:24 +0200
  • b6d767a204
    Merge pull request #163 from fluxcd/release-v0.9.1 v0.9.1 Stefan Prodan 2021-05-06 16:36:58 +0300
  • c71ea97d62
    Release v0.9.1 Stefan Prodan 2021-05-06 16:26:03 +0300
  • 473e003a71
    Merge pull request #162 from fluxcd/fix-image-name-marker api/v0.9.1 Stefan Prodan 2021-05-06 16:02:31 +0300
  • c3fe4e0a77
    Fix resolving image name for marker name attribute Aurel Canciu 2021-05-06 15:39:29 +0300
  • 7ad4047319
    Switch to kube-openapi/spec flavor Aurel Canciu 2021-05-06 14:03:49 +0300
  • 2fc7b05e52
    Implement policy namespace selector Stefan Prodan 2021-04-23 13:10:23 +0300
  • 7a62e36337
    Add policy namespace selector to API PolicyNamespaceSelector is used for selecting policies in all namespaces that match the list of labels and their values. When not specified, it defaults to selecting the policies present in the same namespace as the ImageUpdateAutomation. Stefan Prodan 2021-04-23 13:09:52 +0300
  • 9280bb05ff
    Merge pull request #156 from fluxcd/spec-v1alpha2-change-table Hidde Beydals 2021-04-22 12:30:31 +0200
  • 4a71491565 spec: formatting `v1alpha1` -> `v1alpha2` table Hidde Beydals 2021-04-22 12:03:36 +0200
  • a5958f289d
    Merge pull request #155 from fluxcd/release-0.9.0 v0.9.0 Hidde Beydals 2021-04-22 10:52:52 +0200
  • 5b5da6ba39 Add report, license and release badges to README Hidde Beydals 2021-04-22 10:37:29 +0200
  • bad04cfbd9 Release v0.9.0 Hidde Beydals 2021-04-22 10:24:30 +0200
  • c7d35e4fac
    Merge pull request #154 from fluxcd/source-controller-v0.12.0 api/v0.9.0 Stefan Prodan 2021-04-22 11:18:48 +0300
  • 9e7111be0f
    Update source-controller/api to v0.12.0 Stefan Prodan 2021-04-22 10:47:47 +0300
  • 4068372e2a
    Merge pull request #153 from fluxcd/image-policy-v1alpha2 Stefan Prodan 2021-04-22 10:20:44 +0300
  • 833b50fdee
    Move to ImagePolicy v1alpha2 Stefan Prodan 2021-04-22 10:03:22 +0300
  • 7c39649434
    Merge pull request #139 from fluxcd/v1alpha2-api Stefan Prodan 2021-04-22 09:45:51 +0300
  • 0ccd0b6a17
    Load image policies from all namespaces. Vlad Losev 2021-04-15 14:39:34 -0700
  • f746a110c2 Add guide to migrating to v1alpha2 Michael Bridgen 2021-04-12 20:36:12 +0100
  • b0fc4155fe Write a specification explainer for v1alpha2 Michael Bridgen 2021-04-12 13:18:57 +0100
  • 1c33a2d45f Generate docs for v1alpha2 Michael Bridgen 2021-03-31 15:47:55 +0100
  • ebb2d6abea Use sourcev1.GitRepositoryRef Michael Bridgen 2021-03-31 14:48:33 +0100
  • b28c5ccc04 Split author email and name into separate fields Michael Bridgen 2021-03-29 22:09:42 +0100
  • cd8a2e97b8 Flip the controller and tests to API v1alpha2 Michael Bridgen 2021-03-29 19:32:35 +0100
  • f28a0c40ff Add v1alpha2 API version Michael Bridgen 2021-03-29 16:08:01 +0100
  • 448a3135ab
    Merge pull request #147 from dholbach/add-cii Stefan Prodan 2021-04-08 13:58:54 +0300
  • e0cf208eda add CII badge Daniel Holbach 2021-04-08 12:22:42 +0200
  • 3919d11a6b
    Merge pull request #145 from fluxcd/release-v0.8.0 v0.8.0 Stefan Prodan 2021-04-06 18:43:50 +0300
  • 1332f65372
    Release v0.8.0 Stefan Prodan 2021-04-06 16:49:20 +0300
  • 2a48f6d3a3
    Merge pull request #144 from fluxcd/images-in-templates api/v0.8.0 Michael Bridgen 2021-04-06 12:18:54 +0100
  • 018e9e8a59 Simplify callback bookkeeping Michael Bridgen 2021-04-06 09:27:11 +0100
  • c5cfe9170e Reimplement kyaml filter to record only changes Michael Bridgen 2021-04-05 22:42:27 +0100
  • 9caa3b42f1 Test that an unchanged image is not in result Michael Bridgen 2021-04-05 12:08:38 +0100
  • f6ad224216
    Merge pull request #142 from fluxcd/narrow-commit-scope Michael Bridgen 2021-04-06 10:03:32 +0100
  • cd895637b5 Ignore broken symlinks in commit Michael Bridgen 2021-04-02 17:10:13 +0100
  • 8478fd9778
    Merge pull request #143 from fluxcd/push-branch-second-commit Michael Bridgen 2021-04-05 09:08:03 +0100
  • 40fb66a217 Fetch remote branch before switching to it Michael Bridgen 2021-04-03 15:11:20 +0100
  • ddd0a8d8ed Watch ImagePolicy objects Michael Bridgen 2021-04-02 20:12:13 +0100
  • cc3bd7e1da Test further commits to push branch Michael Bridgen 2021-04-02 19:45:37 +0100
  • 89733c608e
    Merge pull request #141 from fluxcd/kyaml-v0.10.16 Stefan Prodan 2021-03-31 15:16:58 +0300
  • d6d2b55525
    Update kyaml to v0.10.16 Stefan Prodan 2021-03-31 15:00:19 +0300
  • a4f5b8f38a
    Merge pull request #136 from LWJ/commit_signing Michael Bridgen 2021-03-30 13:55:29 +0100
  • b63b5b2771 Catch OpenPGP failures in test LWJ 2021-03-30 13:42:12 +0100
  • d1cfabf793 Fix nil pointer dereference and minor refactor LWJ 2021-03-29 18:15:57 +0100
  • 610bb14a2b
    Merge branch 'main' into commit_signing Luke 2021-03-25 15:18:14 +0000
  • 3d533a95e0
    Merge pull request #137 from fluxcd/le-config Stefan Prodan 2021-03-25 16:19:22 +0200
  • 299d874b9e
    Use controller name in LeaderElectionID Stefan Prodan 2021-03-25 14:22:02 +0200
  • cdd4cb03f6
    Set leader election deadline to 30s Stefan Prodan 2021-03-25 14:04:15 +0200
  • d71e0499ef Fix SigningKey secret key in test LWJ 2021-03-24 21:42:46 +0000
  • b668e99a91 SigningKey modifications to align process with SOPS LWJ 2021-03-24 21:39:45 +0000
  • 4aa56f1013 Add SigningKey to CommitSpec LWJ 2021-03-24 21:10:23 +0000
  • daad724ad2
    Merge pull request #132 from bigkevmcd/patch-status-fix Stefan Prodan 2021-03-23 10:15:34 +0200
  • 09616174f3 Update ImageUpdateAutomation Status with Patch. Kevin McDermott 2021-03-19 16:05:08 +0000
  • d25c0d0f38
    Merge pull request #130 from jasonraimondi/main Stefan Prodan 2021-03-19 11:02:53 +0200
  • 22fd7a0c77
    Fix typo in template code example Jason Raimondi 2021-03-18 14:28:35 -0700
  • 696e06f175
    Merge pull request #129 from SomtochiAma/suspend-metrics Stefan Prodan 2021-03-17 19:13:15 +0200
  • ace1fbc263 Record suspension metrics Somtochi Onyekwere 2021-03-17 17:51:33 +0100
  • cea06a926d
    Merge pull request #128 from fluxcd/release-v0.7.0 v0.7.0 Stefan Prodan 2021-03-17 14:00:13 +0200
  • e116663fe7
    Release v0.7.0 Stefan Prodan 2021-03-17 12:56:30 +0200
  • 70ed80ed39
    Merge pull request #127 from fluxcd/codeql api/v0.7.0 Stefan Prodan 2021-03-16 18:58:26 +0200
  • d732f55955
    Update image-reflector-controller/api to v0.7.1 Stefan Prodan 2021-03-16 18:39:07 +0200
  • 1e87ebdcc1
    Add REFLECTOR_VER to Makefile Stefan Prodan 2021-03-16 18:05:22 +0200
  • 715f443dbf
    Add CodeQL scanning to CI Stefan Prodan 2021-03-16 18:04:05 +0200
  • a1f05d9510
    Merge pull request #126 from fluxcd/update-path Stefan Prodan 2021-03-16 16:46:27 +0200
  • 7c5d7b81a6
    Add update path test Stefan Prodan 2021-03-16 13:16:59 +0200
  • 2e53745a03
    Allow specifying the path for manifests updates - Add optional `path` field to `spec.update`, defaults to the git repo root - Restrict updates to the specified `spec.update.path` Stefan Prodan 2021-03-16 11:58:21 +0200
  • 43d9d39d9e
    Merge pull request #125 from fluxcd/push-to-branch-doc Michael Bridgen 2021-03-15 16:10:39 +0000
  • 340d1a4462 Give an example of {checkout,push}.branch Michael Bridgen 2021-03-15 15:14:41 +0000
  • 076758aec7 Explain how the push field works Michael Bridgen 2021-03-15 15:08:06 +0000
  • 8f3e35805e
    Merge pull request #124 from fluxcd/update-sigs.k8s.io-deps Stefan Prodan 2021-03-12 12:36:35 +0200
  • 4661519e64
    Update dependencies - sigs.k8s.io/kustomize/kyaml v0.10.15 - sigs.k8s.io/controller-runtime v0.8.2 Stefan Prodan 2021-03-12 12:01:42 +0200
  • e0d66b2f9c
    Merge pull request #121 from fluxcd/push-to-branch Michael Bridgen 2021-03-12 10:05:56 +0000
  • f90846b247 Implement .spec.push.branch most simply Michael Bridgen 2021-03-05 15:17:28 +0000
  • 97c7510d2e Add PushSpec to image update automation type Michael Bridgen 2021-03-04 17:35:58 +0000
  • f45e4a1ebc
    Merge pull request #119 from fluxcd/data-for-commit-msg Michael Bridgen 2021-03-04 14:49:52 +0000
  • cfa5a9c574 Phrase the message template example as YAML not go Michael Bridgen 2021-03-04 13:24:45 +0000
  • 2eebaa46c7 Make the image policy name available to templates Michael Bridgen 2021-03-03 13:01:29 +0000
  • df7d570ae5 Give details of template data in spec docs Michael Bridgen 2021-03-03 11:00:54 +0000
  • 908f8b775c Supply values to the commit message template Michael Bridgen 2021-03-01 21:10:13 +0000