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

GitHub orig sync #1

Merged
merged 428 commits into from
Jul 31, 2022
Merged

GitHub orig sync #1

merged 428 commits into from
Jul 31, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 21, 2020

  1. Adding example for iam role pod annotation as it can cause the helm c…

    …hart to fail. (#170)
    
    Signed-off-by: mukul.garg <mukul.garg@ymail.com>
    mukulgit123 committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    531eb1d View commit details
    Browse the repository at this point in the history
  2. Bump Velero version to v1.5.2 (#172)

    Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
    nrb committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    f6ae8dc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. [Enhancement] ClusterCaCert - Pass labels to secrets (#3793)

    * [[Enhancement] ClusterCaCert - Pass labels to secrets]
    
    Signed-off-by: javiercri <javier.criado@masmovil.com>
    
    * Add a better test
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    Signed-off-by: javiercri <javier.criado@masmovil.com>
    
    * Remove test and fix import comments
    
    Signed-off-by: javiercri <javier.criado@masmovil.com>
    
    * Remove unused import
    
    Signed-off-by: javiercri <javier.criado@masmovil.com>
    
    * Checktype validate correctly
    
    Signed-off-by: javiercri <javier.criado@masmovil.com>
    
    * FIX kafka assembly null when template is null
    
    Signed-off-by: javiercri <javier.criado@masmovil.com>
    
    * FIX checkstyle again
    
    Signed-off-by: javiercri <javier.criado@masmovil.com>
    
    * Update derived resources
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    Co-authored-by: Jakub Scholz <www@scholzj.com>
    Javier Criado Marcos and scholzj committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    aab4a38 View commit details
    Browse the repository at this point in the history
  2. Ability to specify a prefix for KafkaUser created Secrets (#3849)

    * Secret prefix implemented in the user-operator module.
    
    Signed-off-by: Allan Moso <allan.moso@gmail.com>
    
    * Implemented secret prefix in the EntityUserOperator and updated EntityUserOperatorSpec.
    
    Signed-off-by: Allan Moso <allan.moso@gmail.com>
    
    * Updated User Operator configuration documentation.
    
    Signed-off-by: Allan Moso <allan.moso@gmail.com>
    
    * Updated CHANGELOG.md.
    
    Signed-off-by: Allan Moso <allan.moso@gmail.com>
    
    * Build error fix and PR feedback changes.
    
    Signed-off-by: Allan Moso <allan.moso@gmail.com>
    
    * CRD Changes to Helm to add the secretPrefix property.
    
    Signed-off-by: Allan Moso <allan.moso@gmail.com>
    
    * Update secretPrefix description in documentation/modules/con-configuring-user-operator.adoc
    
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    Signed-off-by: Allan Moso <allan.moso@gmail.com>
    
    * Added missing javadoc for secretPrefix.
    
    Signed-off-by: Allan Moso <allan.moso@gmail.com>
    
    * Fix Javadoc
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    Co-authored-by: Jakub Scholz <www@scholzj.com>
    3 people committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    ed3fe85 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Improve the description of the Rack API (#3889)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    1bc9210 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Fixing a typo (#3896)

    * Fixing a typo
    
    Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
    
    * Fix CI and auto-generated files
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    Co-authored-by: Jakub Scholz <www@scholzj.com>
    matzew and scholzj committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    e0b3571 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Fix the client rack-awareness in Kafka Connect (#3903)

    * Fix the client rack-awareness in Kafka Connect - Closes #3902
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix typo in docs
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Give the cluster role binding an unique name
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    19476fd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Add generate secret owner reference flag (#3453)

    * Add generate secret owner reference flag
    
    Signed-off-by: Daniel Gonzalez <dgdelahera@gmail.com>
    
    * Improve description of new field and add changes to kafka crd at cluster-operator
    
    Signed-off-by: Daniel Gonzalez <dgdelahera@gmail.com>
    
    * Add KafkaAssemblyOperatorTest
    
    Signed-off-by: Daniel Gonzalez <dgdelahera@gmail.com>
    
    * Add test and changes based on pr comments
    
    Signed-off-by: Daniel Gonzalez <dgdelahera@gmail.com>
    
    * Fix bugs and improve unit test
    
    Signed-off-by: Daniel Gonzalez <dgdelahera@gmail.com>
    
    * Improve unit test
    
    Signed-off-by: Daniel Gonzalez <dgdelahera@gmail.com>
    
    * Fix tests
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Update all CRDs
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    Co-authored-by: Jakub Scholz <www@scholzj.com>
    dgdelahera and scholzj committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    c8e9a2c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Update the Fabric8 Kubernetes client to 4.13 (#3937)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    f0f430c View commit details
    Browse the repository at this point in the history
  2. Move from Docker Hub to Quay.io (#3938)

    * Move from Docker Hub to Quay.io
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Update CHANGELOG
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Add prefix to all images
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix release target in makefile
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix Bridge version target in Makefile
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix Jenkins PR file
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    b6d4842 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Make it possible to configure DeplomentStrategy for KC, KMM and KB - …

    …Closes #3952 (#3957)
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    b55af88 View commit details
    Browse the repository at this point in the history
  2. Asynchronous deletion with watch for namespaced Kube resources (#3955)

    * Mostly Tom's original work
    
    Signed-off-by: Tom Bentley <tbentley@redhat.com>
    
    * Fix tests
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix RBAC files to allow watching resources
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix the testCreatingUsersWithSecretPrefix ST
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix checkstyle
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    Co-authored-by: Tom Bentley <tbentley@redhat.com>
    scholzj and tombentley committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    9f9ff35 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. [velero] Add enable/disable option for helm hooks (#171)

    * Add enable/disable option for helm hooks
    * Adjust crds.yaml
    * Make one variable for all hooks
    * Remove all helm hooks in crds folder
    * Add Helm v2 hooks for CRDs from _helpers template
    * Bump chart version and change hook comments
    
    Signed-off-by: Igor Cezar <igorcezar@gmail.com>
    igorcezar committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    b0db10a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. [DOC] link fixes for loadBalancerSourceRanges (#3975)

    * [DOC] link fixes for loadBalancerSourceRanges
    
    Signed-off-by: prmellor <pmellor@redhat.com>
    
    * [DOC] link fixes for loadBalancerSourceRanges - updated YAML
    
    Signed-off-by: prmellor <pmellor@redhat.com>
    PaulRMellor committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    c46dbb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Add ready status to the crd columns (#3968)

    * Add Ready status to the printed columns in our CRDs
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Exclude KafkaRebalance
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    f858860 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. [velero] creds env from secret (#179)

    * Allow specifying velero and restic environment variables from secret
    * Bump Velero chart version
    
    Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com>
    Lirt committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    992a13a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. [velero] Add option in values.yaml to customize secret name (#184)

    Signed-off-by: wachen <wachen@vmware.com>
    csgtree committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    a07b070 View commit details
    Browse the repository at this point in the history
  2. Fix CC minISR issue and centralized CC config keys (#3997)

    Signed-off-by: Thomas Cooper <tcooper@redhat.com>
    tomncooper committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    0984690 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. feat(velero): support setting dnsPolicy (#188)

    Signed-off-by: Jared Allard <jaredallard@outlook.com>
    jaredallard committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    a28bf4f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. fixed dnsPolicy position in yaml definition (#190)

    Signed-off-by: David Sauer <davedamoon@gmail.com>
    damoon committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    df6bcb9 View commit details
    Browse the repository at this point in the history
  2. Use image tag 1.5 instead of 1.5.x

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    293e0e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Improve Strimzi network policies for Cluster Operator access (#4005)

    * Improve Strimzi network policies for Cluster Operator access
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Apply suggestions from code review
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    
    * Review comments
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Review comments II
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    scholzj and PaulRMellor committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    471610b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Metrics in cm (#3855)

    * init
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * tests
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * changelog
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * weird fixes
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * preserve compatibility
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * reverting tests
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * revert indent
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * sb
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * Tom's suggestion
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * fix
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * fix
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * rename
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * tests + mm2
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * ST
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * adjust STs to use cm
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * ribejs
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * api ITs
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * improvements + st
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * phew
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * fixes
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * rebasE
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * addressing comments
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * rebase + comments
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * fix
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    sknot-rh committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    a162574 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Fix never ending rolling update of STS when initialDelay is set to 0 …

    …(#4047)
    
    * Fix never ending rolling update of STS when initialDelay is set to 0 - Closes #4041
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Review comments
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    9fe45db View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Add forbidden prefix exceptions to CC docs (#4095)

    Signed-off-by: Kyle Liberti <kliberti@redhat.com>
    kyguy committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    6f00e1f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Merge pull request #178 from jenting/fix-image-tag

    [velero] Use image tag 1.5 instead of 1.5.x
    Carlisia Thompson committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    db1cd32 View commit details
    Browse the repository at this point in the history
  2. Add doc on how to include secrets in values.yaml

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    f8c9e0c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Link to Velero supported providers README

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    c6cd775 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Merge pull request #177 from jenting/doc-secrets

    [velero] Add doc on how to include secrets in values.yaml
    cpanato committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    eed2ce8 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove Prometheus operator CRDs"

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    852477c View commit details
    Browse the repository at this point in the history
  3. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    5e54a03 View commit details
    Browse the repository at this point in the history
  4. Update README

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    9a9b280 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #196 from jenting/revert-prometheus-operator

    [velero] Revert "Remove Prometheus operator CRDs"
    Carlisia Thompson committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    e115c27 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. [DOC] Minor edits - link fix and typos (#4130)

    * [DOC] Minor edits - link fix and typos
    
    Signed-off-by: prmellor <pmellor@redhat.com>
    
    * more typos
    
    Signed-off-by: prmellor <pmellor@redhat.com>
    
    * doc gen for updated java file
    
    Signed-off-by: prmellor <pmellor@redhat.com>
    PaulRMellor committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    57c22a0 View commit details
    Browse the repository at this point in the history
  2. Add support for Kafka 2.7.0 (#4115)

    * Add support for Kafka 2.7.0-RC5
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix failing STs
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix ZookeeperUpgrade tests
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix imports
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix some more STs
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Move to final version
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Use the right Scala version
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    1c1cbfb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Add support for Pod Topology Spread Constraints (#4157)

    * Add support for Pod Topology Spread Constraints - Closes #4136
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix typo
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    5a2daca View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Kafka cluster Id in status (#4123)

    * Kafka cluster Id in status
    
    Signed-off-by: Luis Garcés-Erice <lga@zurich.ibm.com>
    
    * Make clusterId obtention non-blocking
    
    Signed-off-by: Luis Garcés-Erice <lga@zurich.ibm.com>
    
    * Copy CRDs including the clusterId
    
    Signed-off-by: Luis Garcés-Erice <lga@zurich.ibm.com>
    
    * Mock clusterId
    
    Signed-off-by: Luis Garcés-Erice <lga@zurich.ibm.com>
    
    * Introduce clusterId in CHANGELOG
    
    Signed-off-by: Luis Garcés-Erice <lga@zurich.ibm.com>
    
    * Fix build
    
    Signed-off-by: Luis Garcés-Erice <lga@zurich.ibm.com>
    
    * No need to cache cluster Id
    
    Signed-off-by: Luis Garcés-Erice <lga@zurich.ibm.com>
    
    * Mock cluster Id test
    
    Signed-off-by: Luis Garcés-Erice <lga@zurich.ibm.com>
    lga-zurich committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    fb5eada View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. feat: Namespace RBAC scope deployment option (#3845)

    Add role permissions to the cluster operator
    this allows it to manage the role resources
    Introduce a new envar STRIMZI_RBAC_SCOPE to use roles wherever possible
    instead of ClusterRoles
    System tests
    Add new envar docs
    Add javadoc
    Add role permissions
    
    Closes: #3826
    
    Signed-off-by: Samuel Hawker <samuel.hawker@ibm.com>
    samuel-hawker committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    b2e13a3 View commit details
    Browse the repository at this point in the history
  2. Make it possible to run Strimzi with read-only root filesystem - Clos…

    …es #4011 (#4162)
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    05c0ef3 View commit details
    Browse the repository at this point in the history
  3. KafkaConnect Build: Add support for declarative management of connect…

    …or plugins in Kafka Connect CR (#4168)
    
    * WiP
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Another WiP
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Finish the KAfka Connect Build
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Remove unneeded SuppressWarnings
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix spotbugs
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Review comments I
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Rebase to master
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e5ebeef View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Use the correct type for the BuildConfig template (#4197)

    * Use the correct type for the BuildConfig template
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Add template tests
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    a38fb82 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. feat(schedule): add annotation templating (#199)

    Update charts/velero/templates/schedule.yaml
    
    Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
    eyenx committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    ba2d2dd View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Kafka connect: add jmxOptions (#4096)

    * Kafka connect: add jmxOptions
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * fix imports + add kafka-connect jmx port as  ContainerPort
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * fix imports + add kafka-connect jmx port as  ContainerPort
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * update tests & doc & crd
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * fix style
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * fix test
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * add tests
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * add change log
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * refactor jmx for kafka_*_run
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * merge
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * update changelog
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * fix style
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * fix tests
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    * fix tests
    
    Signed-off-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    
    Co-authored-by: Mohammed Amine GARMES <mohammed-amine.garmes@amadeus.com>
    mgarmes and Mohammed Amine GARMES committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    85e8a59 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Initial Kafka Streams TopicStore. (#3405)

    * More logging to KSTS, do not delete internal topics ...
    Close admin on complete, wait for the Vertx context to finish.
    Stop KSTS service in the test.
    Fix spotbugs errors.
    Move invalid index into default.
    Add version to topic command schema.
    Serialize topic as json node directly.
    Add TopicCommand id, so we don't rely on ordinal.
    Move assume into the test method, not initialization.
    Apply feeback wrt class rename, etc.
    Use embedded Kafka cluster.
    Fix the vertx hang (tnx julienv).
    Use CS to get exception on the get result.
    Fix upgrade async code, add test for the upgrade/migration.
    Move KafkaStreams running check into state listener.
    Add upgrade config option.
    Apply design doc feedback.
    Update topic-store.md, initial review and proposed changes. I may have changed the meaning of some sentences due to the lack of understanding.
    I skipped the last part - could not decipher the meaning.
    Initial design document.
    Use 1.3.0.Final Registry (extracted) jar.
    Unwrap invocation exception to get the real cause.
    Admin msg #2.
    More info/docs, better warn msg.
    Make distribution optional, handle admin stuff in async.
    Check all partitions, take min replicas size as rf
    Fix admin lookup.
    Apply feedback.
    Initial Kafka Streams TopicStore.
    
    Signed-off-by: Ales Justin <ales.justin@gmail.com>
    
    Check for existing topics.
    
    Signed-off-by: Ales Justin <ales.justin@gmail.com>
    
    * Prolong topic-op, user-op delay (temp!), tweak tests a bit, add more logging to KafkaStreams impls.
    
    Signed-off-by: Ales Justin <ales.justin@gmail.com>
    
    * Undo user-op delay.
    
    Signed-off-by: Ales Justin <ales.justin@gmail.com>
    
    * Remove readiness delay, set liveness to 2min.
    
    Signed-off-by: Ales Justin <ales.justin@gmail.com>
    
    * Change roller test to start with 3 brokers and then scale-up.
    Ignore the delete-CA test for now -- TODO discuss proper fix.
    
    Signed-off-by: Ales Justin <ales.justin@gmail.com>
    
    * Fix TO startup check - with probe.
    More log to Zk2KafkaStreams upgrade.
    Use sync ZK.
    
    Signed-off-by: Ales Justin <ales.justin@gmail.com>
    
    * Check existing topic in KSTS.
    
    Signed-off-by: Ales Justin <ales.justin@gmail.com>
    
    * Fix npe (if race).
    
    Signed-off-by: Ales Justin <ales.justin@gmail.com>
    alesj committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    21df056 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Add annotations & labels to Operator (#4288)

    Signed-off-by: Raj <the.raj.saxena@gmail.com>
    raj-saxena committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    c47e7d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. use latest chart-testing image

    Signed-off-by: Carlos Panato <ctadeu@gmail.com>
    cpanato committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    ac7ffed View commit details
    Browse the repository at this point in the history
  2. Merge pull request #205 from cpanato/helm2_fix

    [velero] Helm2 fix
    Carlisia Thompson committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    dcc93f3 View commit details
    Browse the repository at this point in the history
  3. Bump velero version v1.5.3

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e1fea37 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Merge pull request #201 from jenting/bump-velero-v1.5.3

    [velero] Bump velero version v1.5.3
    cpanato committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    8e58577 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Support zip artifacts for KC Build (#4315)

    * Support zip artifacts for KC Build
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * review cmnts
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    sknot-rh committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    5ea9324 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Keep a copy of the Kaniko builder under the Strimzi repositories - Cl…

    …oses #4181 (#4343)
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b8a396e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Allow to pass additional options to Kaniko executor for Kafka Connect…

    … builds (#4344)
    
    * Add additional options for Kaniko builds - Closes #4180
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Add CHANGELOG.md record
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Minor code improvements
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Review comments
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Use list instead of single string
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Review comments II
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix changes from other PRs
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    511c36e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    475418a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. External logging valueFrom (#4280)

    * API changes
    
    Signed-off-by: Tom Bentley <tbentley@redhat.com>
    
    Impl
    
    Signed-off-by: Tom Bentley <tbentley@redhat.com>
    
    refactor
    
    Signed-off-by: Tom Bentley <tbentley@redhat.com>
    
    Merge with Standa
    
    Signed-off-by: Tom Bentley <tbentley@redhat.com>
    
    helm
    
    Signed-off-by: Tom Bentley <tbentley@redhat.com>
    
    * checkstyle
    
    Signed-off-by: Tom Bentley <tbentley@redhat.com>
    
    * tweaks
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * rebase
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * debug ST
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * remove incomplete JSON tail
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * finaly!
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * fix EO
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * rebase
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    Co-authored-by: Stanislav Knot <sknot@redhat.com>
    tombentley and sknot-rh committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    7ea7d01 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Integration of OAuth over PLAIN (#3961)

    * Integration of OAuth over PLAIN
    
    Three config properties added to 'oauth' authentication:
    - 'enablePlain' (`false` by default) and 'enableOauthBearer' (`true` by default) for controlling which SASL mechanisms to enable
    - 'tokenEndpointUri' for setting the endpoint used by broker-side to exchange the received clientId and the secret for the access token
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Add oauth.sh script to kafka images
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Add jwt.sh script to kafka images + add tokenEndpointUri to authentication for to support clientId + secret with SASL_PLAIN
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Add some tests for SASL_PLAIN
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Remove the .yaml-e files from install/cluster-operator
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Change ordering for the new options in the docs
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Fix capitalisation of enableOAuthBearer
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Add SNAPSHOTS repository with latest strimzi-kafka-oauth master builds
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Remove oauth.sh and jwt.sh scripts from docker images.
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Fix spaces in generated docs
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * OAuth over PLAIN fix - decouple 'oauth' authentication from 'keycloak' authorization
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * OAuth over PLAIN fix tests for after the coupling fix
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * OAuth over PLAIN - better fix that avoids multiple kafka.principal.builder declarations
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Use a custom maven repo for strimzi-kafka-oauth artifacts
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Exclude json-path dependency of oauth-common
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Use staging maven repo for 0.7.0 CR2 and exlude json-path deps
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Fix staging maven repo for 0.7.0 CR2
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Remove unnecessary staging repo
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Add kafka-oauth-server-plain.jar to kafka 2.7.0 image
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Remove RC maven repository so that strimzi-kafka-oauth 0.7.0 release libs are used
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    mstruk committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    69b88c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. [DOC] Edit the doc for disabling OwnerReference in Cluster and Clie…

    …nts Secrets (#4378)
    
    * update schema reference and rebuild CRDs
    
    Signed-off-by: Daniel Laing <dlaing@redhat.com>
    
    * edit new procedure and add link to schema ref
    
    Signed-off-by: Daniel Laing <dlaing@redhat.com>
    
    * minor edit
    
    Signed-off-by: Daniel Laing <dlaing@redhat.com>
    
    * review comment PM - crd rebuild
    
    Signed-off-by: Daniel Laing <dlaing@redhat.com>
    Daniel Laing committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    0ff7800 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Add velero component label to deployment template

    Signed-off-by: F. Gold <fgold@vmware.com>
    codegold79 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    bc5df1e View commit details
    Browse the repository at this point in the history
  2. Update documentation

    Signed-off-by: F. Gold <fgold@vmware.com>
    codegold79 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    2033a6f View commit details
    Browse the repository at this point in the history
  3. Bump Chart.yaml version

    Signed-off-by: F. Gold <fgold@vmware.com>
    codegold79 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    fb385d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Make it possible to label individual Ingresses, Routes or services fo…

    …r each listener (#4393)
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    a10e61a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Audience check (#4027)

    * Add audience check support to `oauth` authentication
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    Update CRDs
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    Fix docs issues found during ./azure/scripts/checs-dock.sh
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Update api/src/main/java/io/strimzi/api/kafka/model/listener/KafkaListenerAuthenticationOAuth.java
    
    Co-authored-by: Tom Bentley <tombentley@users.noreply.github.com>
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Address PR comments - clarify the docs
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Fix forgotten files generated by the build
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Update api/src/main/java/io/strimzi/api/kafka/model/listener/KafkaListenerAuthenticationOAuth.java
    
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Fix the files generated by the build
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Add missing helm file
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    Co-authored-by: Tom Bentley <tombentley@users.noreply.github.com>
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    3 people committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    dc36171 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Integrate OAuth authentication custom claim check (#4072)

    * Integrate OAuth authentication custom claim check
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    Update Jayway JsonPath to 2.5.0 and include it in Kafka images
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    Fix conflict on net.minidev:json-smart dependency used by net.logstash.log4j:jsonevent-layout
    
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    * Update documentation/modules/oauth/proc-oauth-authentication-broker-config.adoc
    
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    Signed-off-by: Marko Strukelj <marko.strukelj@gmail.com>
    
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    mstruk and PaulRMellor committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    63fcad3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Add support for Ingress V1 (#4375)

    * Add support for Ingress V1
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Add new tests and fix existing ones
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Update with new per-ingress labels
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    6c6206a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Made changes per @jenting review

    Signed-off-by: F. Gold <fgold@vmware.com>
    codegold79 committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    34fda9f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configure labels and annotations for ClusterRoleBindings for Kafka an…

    …d Kafka Connect (#4412)
    
    * Make it possible to configure labels and annotations for ClusterRoleBindings for Kafka and Kafka Connect
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Do not add name label to labels
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    17ba79d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Add support for Kafka 2.6.1 (#4440)

    * Add support for Kafka 2.6.1
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    d0ae18c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Add topics to the status of KafkaConnector custom resources (#4414)

    Signed-off-by: rudeigerc <rudeigerc@gmail.com>
    rudeigerc committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d453321 View commit details
    Browse the repository at this point in the history
  2. Add v1beta2 to all CRDs and fix some deprecation issues (#4420)

    * Add v1beta2 to all CRDs and fix some deprecation issues
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Use v1beta2 as default version
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Move TO out of v1beta1
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Rebase after Ingress changes
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Move v1 CRDs out of the install folder
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Update (and clean) API versions in the docs
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Update the schema appendix and API to contain the information about the version in which the fields are removed
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix ValidationVisitor tests
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Try to get STs working
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Use create-or-replace
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Move back to v1beta1 - v1beta2 cannot be used by the operator code directly
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * FIx checkstyle and use background deletion
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Add some more deprecation annotations
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Rebase
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Use v1beta2 for TO and UO straigth away already in 0.22
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    378d6bd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Merge pull request #215 from codegold79/3088-Add-Velero-Component-Lab…

    …el-and-Update-Docs
    
    [Velero] Add velero component label and update docs
    Carlisia Thompson committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    f4f7bdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4097c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cb0e21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b18bb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Update chart maintainer

    add jenting and remove skriss
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    af14391 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Simplified CR convertor (#4457)

    * to revert
    
    Signed-off-by: Tom Bentley <tbentley@redhat.com>
    
    * Remove jxpath, handle convertion directly on json nodes, add CLI tool.
    
    Signed-off-by: Ales Justin <ales.justin@gmail.com>
    
    * Fix SportBugs and remove unneeded changes
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix unused imports
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Add startup script, clean to-version option
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Simplify the CRD converter
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix dependnecies
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix converting resource directly in Kubernetes
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix unused dependnecies
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Rename it to api-conversion
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Implement agreed on interface, README and play a bit with when default values get serialized in CRs
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix bugs, add more tests, fix API ordering and includes
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Apply suggestions from code review
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    Co-authored-by: Tom Bentley <tombentley@users.noreply.github.com>
    
    * Review comments
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Add ITs for Kubernetes conversions
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Review comments
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Apply suggestions from code review
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    
    Co-authored-by: Tom Bentley <tbentley@redhat.com>
    Co-authored-by: Ales Justin <ales.justin@gmail.com>
    Co-authored-by: PaulRMellor <47596553+PaulRMellor@users.noreply.github.com>
    Co-authored-by: Tom Bentley <tombentley@users.noreply.github.com>
    5 people committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    8ba313f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Merge pull request #225 from jenting/update-maintainer

    [velero] Update chart maintainer
    cpanato committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    522e93e View commit details
    Browse the repository at this point in the history
  2. Bump Cruise Control to v2.5.37 for Kafka 2.7 support (#4487)

    * Bump Cruise Control to v2.5.37 for Kafka 2.7 support
    
    Signed-off-by: Kyle Liberti <kliberti@redhat.com>
    
    * Update docs
    
    Signed-off-by: Kyle Liberti <kliberti@redhat.com>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Kyle Liberti <kliberti@redhat.com>
    
    * dynamic logging
    
    Signed-off-by: Stanislav Knot <sknot@redhat.com>
    
    * Update CRDS, docs, and fix tests
    
    Signed-off-by: Kyle Liberti <kliberti@redhat.com>
    
    * Addressing some comments
    
    Signed-off-by: Kyle Liberti <kliberti@redhat.com>
    
    * Update helm charts
    
    Signed-off-by: Kyle Liberti <kliberti@redhat.com>
    
    * Addressing more comments
    
    Signed-off-by: Kyle Liberti <kliberti@redhat.com>
    
    * Fix typo
    
    Signed-off-by: Kyle Liberti <kliberti@redhat.com>
    
    Co-authored-by: Stanislav Knot <sknot@redhat.com>
    kyguy and sknot-rh committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    dc26f0f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Update READMe to notify user helm v2 is no longer support

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    5862a33 View commit details
    Browse the repository at this point in the history
  2. Bump chart apiVersion to v2

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    4962ce8 View commit details
    Browse the repository at this point in the history
  3. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    f8ea6ba View commit details
    Browse the repository at this point in the history
  4. Remove enableHelmHooks

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    78c1bf7 View commit details
    Browse the repository at this point in the history
  5. Remove installCRDs

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    b4f9106 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #226 from jenting/helm-v2-deprecated

    [velero] Helm v2 deprecated
    Carlisia Thompson committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    d8a124e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Move install, example and Helm chart files to packaging (#4513)

    * Move install, example and Helm chart files to packaging
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix Helm Chart path
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix release
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Rebase against master
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Add files from last release (0.21.1)
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    642c273 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Remove support for Kafka 2.5.x (#4491)

    * Remove support for Kafka 2.5.x
    
    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    
    Fix system test
    
    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    
    Attempt to fix STs
    
    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    
    Revert back latest fix
    
    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    
    Add info about defaultKafkaVersion to upgrade tests (#3)
    
    Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
    
    Fix some other issue in upgrade (#4)
    
    Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
    
    Do not change the images for validation during upgrade/downgrade (#5)
    
    Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
    
    Update CHANGELOG
    
    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    
    * Updated packaging and Helm charts file with 2.5.x removal
    
    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    
    * Reverting back changes on the helm-charts template
    
    Signed-off-by: Paolo Patierno <ppatierno@live.com>
    ppatierno committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    4308e9e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Prepare for 0.22.0 release (#4585)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f43fd8a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Fix version in 0.22.0 Helm Chart (#4590)

    * Fix version in 0.22.0 Helm Chart
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * chmod also the packaging Helm Chart files
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    84c9551 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Add Strimzi 0.22.1 to the master branch (#4615)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    4bd7058 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Prepare the Strimzi Operators repo to rename the master branch to mai…

    …n (#4636)
    
    * Prepare the Strimzi Operators repo to rename the master branch to main
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix the contributing guide
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix Helm Charts
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0f73292 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Add labels to service account

    Signed-off-by: Muhammad Hamza Zaib <hamzazaib3202@gmail.com>
    hamza3202 committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b36f8e7 View commit details
    Browse the repository at this point in the history
  2. Use with instead of if

    Co-authored-by: JenTing Hsiao <jenting.hsiao@suse.com>
    Signed-off-by: Muhammad Hamza Zaib <hamzazaib3202@gmail.com>
    hamza3202 and JenTing Hsiao committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    a858847 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Merge pull request #239 from hamza3202/add-labels-to-serviceaccount

    [velero] Add labels to service account
    Carlisia Thompson committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    49f1553 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Add container level SecurityContext for velero

    Consistent distinguish between podSecurityContext and containerSecurityContext
    
    Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>
    mkilchhofer committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    c6f1e00 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Bump Velero version to v1.6.0 and plugin version to v1.2.0

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    669413d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #245 from jenting/bump-velero-v1.6.0

    [velero] Bump Velero version to v1.6.0 and plugin version to v1.2.0
    Carlisia Thompson committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    0b1b6ee View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. [velero] deployment.yaml: add --disable-controllers argument (#244)

    * charts/velero/templates/deployment.yaml: add --disable-controllers args
    * bump patch version
    
    Signed-off-by: Tobias Giese <tobias.giese@daimler.com>
    tobiasgiese committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    a7e47f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Sync Velero v1.6.0 CRDs

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    3c7c38e View commit details
    Browse the repository at this point in the history
  2. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    b596e0a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #248 from jenting/update-velero-v1.6.0-crds

    Sync Velero v1.6.0 CRDs
    Carlisia Thompson committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    db717f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Sets default resource requests and limits

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    fb81434 View commit details
    Browse the repository at this point in the history
  2. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    f054701 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Merge pull request #232 from jenting/sets-default-resource-requests-a…

    …nd-limits
    
    [velero] Sets default resource requests and limits
    zubron committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    b8e8e9d View commit details
    Browse the repository at this point in the history
  2. Always quote config value as string

    Because the plugin pass configuration as map[string]string, so we should
    converts the key-value pair as key:"values".
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    26ebb0a View commit details
    Browse the repository at this point in the history
  3. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9d943bb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #229 from jenting/fix-azure

    [velero] Fix Azure plugin VSL configuration
    zubron committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    30d9abd View commit details
    Browse the repository at this point in the history
  5. Fix s3ForcePathStyle duplicated

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    87195d8 View commit details
    Browse the repository at this point in the history
  6. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    877c127 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #243 from jenting/quote-bsl-value

    [velero] Fix "s3ForcePathStyle" entry gets duplicated with AWS plugin
    Carlisia Thompson committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    41ee61b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. [velero] Fix helm upgrade does not upgrade the CRDs (#246)

    * Fix `helm upgrade` does not upgrade the CRDs
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Update cleanUpCRDs.yaml
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Update CRDs labeling
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Update README
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Use kubectl to upgrade CRDs
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Bump chart version
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Generate CRD manifests to initContainers stage
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Update README
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Use v1.6 branch instead of main branch
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Set job backoffLimit to 3
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Upgrade kubectl image to the lastst patch 1.14.3
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    
    * Apply CRD manifests at install/upgrade/rollback stage
    
    apply CRD manifest at post-install/post-upgrade/post-rollback stage
    because we should make sure the CRD manifests match against current
    Velero server.
    
    The user might change the velero container image when fresh install,
    helm upgrade, and helm rollback.
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3901402 View commit details
    Browse the repository at this point in the history
  2. [velero] Step down cpanato (#255)

    * workflows: cleanup and fix workflow
    
    Signed-off-by: Carlos Panato <ctadeu@gmail.com>
    
    * owners: stepdown cpanato
    
    Signed-off-by: Carlos Panato <ctadeu@gmail.com>
    cpanato committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f8bc65e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Allow to configure default BSL

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    ec9673f View commit details
    Browse the repository at this point in the history
  2. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    bddb753 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Merge pull request #258 from jenting/configure-default-bsl

    [velero] Configure default BackupStorageLocation (BSL)
    zubron committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    e351030 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. [velero] Use the pull secret in the CRDs upgrade job (#261)

    * Fix #260: image pull secrets for CRDs upgrade job
    
    Signed-off-by: Nicolas Degory <ndegory@axway.com>
    
    * bump chart version
    
    Signed-off-by: Nicolas Degory <ndegory@axway.com>
    ndegory committed May 4, 2021
    Configuration menu
    Copy the full SHA
    904a306 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. [velero] Allow better customization for upgrade-crds job (#257)

    * Allow better customization for upgrade-crds job
    
    Signed-off-by: Frederic Marchand <fred@mautadine.com>
    
    * Allow better customization for upgrade-crds and cleanup-crds jobs
    
    Signed-off-by: Frederic Marchand <fred@mautadine.com>
    
    * Apply requested changes
    
    Signed-off-by: Frederic Marchand <fred@mautadine.com>
    uncycler committed May 7, 2021
    Configuration menu
    Copy the full SHA
    0625fe5 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. [velero] Adds node constraints to job definition (#263)

    * Adds node constraints to job definitions
    
    Signed-off-by: WisdomWolf <wisdomwolf@gmail.com>
    
    * bumps chart version
    
    Signed-off-by: WisdomWolf <wisdomwolf@gmail.com>
    WisdomWolf committed May 11, 2021
    Configuration menu
    Copy the full SHA
    f43b015 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Update main branch with 0.23.0 release (#4955)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed May 13, 2021
    Configuration menu
    Copy the full SHA
    e5132c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67b4765 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Bump chart

    Signed-off-by: Carlisia <carlisia@grokkingtech.io>
    carlisia committed May 17, 2021
    Configuration menu
    Copy the full SHA
    238bae1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Revert chart bump

    Signed-off-by: Carlisia <carlisia@grokkingtech.io>
    carlisia committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ffed359 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Merge pull request #266 from carlisia/c-add-reviewers

    [velero] Update auto assign of reviewers
    zubron committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a6f678b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    b416cdc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Fix scratch volume mount

    Signed-off-by: Norwin Schnyder <norwin.schnyder+github@gmail.com>
    snorwin committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    be5984c View commit details
    Browse the repository at this point in the history
  2. Bump chart version

    Signed-off-by: Norwin Schnyder <norwin.schnyder+github@gmail.com>
    snorwin committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    1678ade View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Merge pull request #271 from snorwin/fix-volume-mounts

    [velero] Fix scratch volume mount
    zubron committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    ea988a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    205efe8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Feature/lables exclude in value (#5083)

    * Update values.yaml
    
    Signed-off-by: vl4deee11 <boi4enkovlad@yandex.ru>
    
    * Update 060-Deployment-strimzi-cluster-operator.yaml
    
    Signed-off-by: vl4deee11 <boi4enkovlad@yandex.ru>
    
    * Update 060-Deployment-strimzi-cluster-operator.yaml
    
    Signed-off-by: vl4deee11 <boi4enkovlad@yandex.ru>
    
    * Update values.yaml
    
    Signed-off-by: vl4deee11 <boi4enkovlad@yandex.ru>
    
    * Update README.md
    
    Signed-off-by: vl4deee11 <boi4enkovlad@yandex.ru>
    
    * fix missing
    
    Signed-off-by: vl4deee11 <boi4enkovlad@yandex.ru>
    
    Co-authored-by: vl4deee11 <boi4enkovlad@yandex.ru>
    vl4deee11 and vl4deee11 committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    5114772 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Merge pull request #221 from mkilchhofer/feature/velero_add_container…

    …SecurityContext
    
    [velero] Add container level SecurityContext
    zubron committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0c687f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Fix wrongly committed Helm Chart improvement (#5106)

    * Revert "Feature/lables exclude in value (#5083)"
    
    This reverts commit 5114772.
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Move Helm Chart changes to the right place
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    4f7f4d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Add the 0.24.0 release artifacts to the main branch (#5193)

    * Add the 0.24.0 release artifacts to the main branch
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix messed up dashboard
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b07880c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Bump velero version v1.6.1 (#278)

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    333937f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. [velero] set useOwnerReferencesInBackup to schedule spec if it's set …

    …on values (#277)
    
    * set useOwnerReferencesInBackup to schedule spec if it's set on values
    
    Signed-off-by: Caio Almeida <caio.almeida@gympass.com>
    
    * bump chart version
    
    Signed-off-by: Caio Almeida <caio.almeida@gympass.com>
    caiofralmeida committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    aeaa8ac View commit details
    Browse the repository at this point in the history
  2. Quote string type

    JenTing Hsiao committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    74782ba View commit details
    Browse the repository at this point in the history
  3. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    9d124f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Merge pull request #276 from jenting/quote-string

    [velero] Quote string
    zubron committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    b5da659 View commit details
    Browse the repository at this point in the history
  2. allow disabling schedule in value overrides

    Signed-off-by: Tareq Sharafy <tareq.sha@gmail.com>
    tareksha authored and JenTing Hsiao committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    29daf1f View commit details
    Browse the repository at this point in the history
  3. Bump version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    473d989 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #283 from tareqhs/disable_schedule

    [velero] allow disabling schedule in value overrides
    zubron committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    92c4274 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Update owners (#272)

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    83d7689 View commit details
    Browse the repository at this point in the history
  2. Bump velero version v1.6.2

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    2d2ff17 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #287 from jenting/bump-velero-v1.6.2

    [velero] Bump Velero version v1.6.2
    zubron committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    c1de4a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Bump kubectl version to v1.16.15

    bump kubectl version to v1.16.15 which is the min version supports
    apiextensions.k8s.io/v1 CRD.
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ecdafa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Upgrade CRDs API version to apiextensions.k8s.io/v1

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    9ef0ce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Update main branch with 0.25.0 release (#5416)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    76d3329 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    ef6906f View commit details
    Browse the repository at this point in the history
  2. Add min k8s v1.16 in installation requirements

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    9424b00 View commit details
    Browse the repository at this point in the history
  3. Bump Velero version v1.6.3

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    f5d126b View commit details
    Browse the repository at this point in the history
  4. Add sseargo to maintainer/reviewer

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    d04f372 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Merge pull request #291 from jenting/upgrade-crds-to-v1-version

    [velero] Upgrade CRDs API version to apiextensions.k8s.io/v1
    zubron committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    15054f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Use Kubernetes version for kubectl version/tag (#300)

    JenTing Hsiao committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    c1afc87 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Use major.minor version of kubectl image (#301)

    JenTing Hsiao committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    ae56204 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. [velero] Allow to define resource requests/limits for the containers …

    …in the upgrade/cleanup job (#305)
    
    * Added the ability do define resource requests/limits for the containers in the upgrade/cleanup job.
    * Bump chart version
    
    Signed-off-by: Daniel Simionato <weseven@gmail.com>
    weseven committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    74c8551 View commit details
    Browse the repository at this point in the history
  2. Fix GKE/EKS with wrong kubectl image tag

    Built-in object .Capabilities.KubeVersion.Minor can provide non-number output
    For examples:
    - on GKE it returns "18+" instead of "18"
    - on EKS it returns "20+" instead of "20"
    Ref to https://github.com/artifacthub/hub/blob/db0fa6d/charts/artifact-hub/templates/_helpers.tpl#L54-L62
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    3c78bd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Merge pull request #308 from jenting/fix-303

    [velero] Fix GKE/EKS with wrong kubectl image tag
    ywk253100 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    af4813d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. [velero] fix extraEnvVars support (#310)

    * [velero] fix extraEnvVars support
    * fix: restic-daemonset.yaml
    
    Signed-off-by: Kévin Dunglas <kevin@dunglas.fr>
    dunglas committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    3d3abf9 View commit details
    Browse the repository at this point in the history
  2. docs: fix helm 3 argument order

    Signed-off-by: Kévin Dunglas <kevin@dunglas.fr>
    dunglas authored and JenTing Hsiao committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    aaae1d6 View commit details
    Browse the repository at this point in the history
  3. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    8d2a922 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Merge pull request #309 from dunglas/patch-1

    [velero] docs: fix helm 3 argument order
    sseago committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    956c81a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. [velero] Bump velero version to v1.7.0 (#311)

    JenTing Hsiao committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    cc5a16d View commit details
    Browse the repository at this point in the history
  2. allow to specify your custom volume for /scratch folder for restic

    Signed-off-by: Pavel Tumik <18602811+sagor999@users.noreply.github.com>
    sagor999 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    4ba8eb8 View commit details
    Browse the repository at this point in the history
  3. update comment

    Co-authored-by: JenTing Hsiao <jenting.hsiao@suse.com>
    Signed-off-by: Pavel Tumik <18602811+sagor999@users.noreply.github.com>
    sagor999 and JenTing Hsiao committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    f54d445 View commit details
    Browse the repository at this point in the history
  4. bump version

    Signed-off-by: Pavel Tumik <18602811+sagor999@users.noreply.github.com>
    sagor999 committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    1e46d16 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Update the main branch with Strimzi 0.26.0 release (#5722)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6be8ced View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Merge pull request #314 from sagor999/restic-emptydir

    [velero] allow to specify your custom volume for /scratch folder for restic
    ywk253100 committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    f540543 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    6ce8b7c View commit details
    Browse the repository at this point in the history
  2. fixup! allow to specify your custom volume for /scratch folder for re…

    …stic
    
    Signed-off-by: David Sauer <davedamoon@gmail.com>
    damoon committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a46b33e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #316 from damoon/315-fix-yaml-syntax

    [velero] fixup! allow to specify your custom volume for /scratch folder for re…
    sseago committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    480c256 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Fixed indentation in yaml file that prevented chart deployment

    While trying to install velero using helm install with --set deployRestic=true, throws: "error converting YAML to JSON". Worked fine after fixing indentation.
    
    Signed-off-by: Ergi Kame <ergikame@gmail.com>
    ErgiKame committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    debd6d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Bumped Chart version

    Signed-off-by: Ergi Kame <ergikame@gmail.com>
    ErgiKame committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1f6fc5c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Small fix adding single ' - ' symbol

    Signed-off-by: Ergi Kame <ergikame@gmail.com>
    ErgiKame committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6bd20ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #317 from ErgiKame/yaml-indentation-fix

    [velero] Fixed indentation in yaml file that prevented chart deployment
    sseago committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3a2b457 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. add velero csi snapshot template

    Signed-off-by: kahirokunn <okinakahiro@gmail.com>
    kahirokunn committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    d343338 View commit details
    Browse the repository at this point in the history
  2. add enable csi sample

    Signed-off-by: kahirokunn <okinakahiro@gmail.com>
    kahirokunn committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    1eafb26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13a59a6 View commit details
    Browse the repository at this point in the history
  4. chart version bump

    Signed-off-by: kahirokunn <okinakahiro@gmail.com>
    kahirokunn committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    86b5466 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Merge pull request #319 from kahirokunn/main

    [velero] Since velero-plugin-for-csi and features=EnableCSI are required to enable velero-plugin-for-aws, I added them to the comments for clarity.
    sseago committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8d8d6e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    10bb47c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Merge pull request #318 from jenting/add-restic-in-ci-test

    [velero] Deploy restic DaemonSet in CI test
    ywk253100 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    1d43eaf View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Update values.yaml

    Signed-off-by: Marino Borges <39623860+marinoborges@users.noreply.github.com>
    marinoborges committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    f8ebae9 View commit details
    Browse the repository at this point in the history
  2. Update deployment.yaml

    Signed-off-by: Marino Borges <39623860+marinoborges@users.noreply.github.com>
    marinoborges committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    a70bc74 View commit details
    Browse the repository at this point in the history
  3. Update Chart.yaml

    Signed-off-by: Marino Borges <39623860+marinoborges@users.noreply.github.com>
    marinoborges committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    740827d View commit details
    Browse the repository at this point in the history
  4. Update values.yaml

    Signed-off-by: Marino Borges <39623860+marinoborges@users.noreply.github.com>
    marinoborges committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ebf633a View commit details
    Browse the repository at this point in the history
  5. Update values.yaml

    Signed-off-by: Marino Borges <39623860+marinoborges@users.noreply.github.com>
    marinoborges committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    5b6810c View commit details
    Browse the repository at this point in the history
  6. Update deployment.yaml

    Signed-off-by: Marino Borges <39623860+marinoborges@users.noreply.github.com>
    marinoborges committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    67354b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Merge pull request #322 from marinoborges/main

    [velero] Add defaultResticPruneFrequency option to helm chart
    sseago committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    ee90bf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. [velero] allow setting initContainers as a template

    Signed-off-by: Tareq Sharafy <tareq.sha@gmail.com>
    tareksha committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    2953d9b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. make the default null to avoid warnings

    Signed-off-by: Tareq Sharafy <tareq.sha@gmail.com>
    tareksha committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    77a9087 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Merge pull request #323 from tareqhs/init_cont_tpl

    [velero] allow setting initContainers as a template
    sseago committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    ab051f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Add Strimzi 0.26.1 to the main branch (#6033)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    bd93193 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Bump velero to v1.7.1

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    576d9f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #327 from jenting/v1.7.1

    [velero] Bump velero to v1.7.1
    reasonerjt committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9ac316d View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Add Strimzi Operators 0.27.0 and Drain Cleaner 0.3.0 releases tot he …

    …main branch (#6108)
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    d42bfba View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. fix for failing init-container/crd updates

    Signed-off-by: adudek <3772966+adudek@users.noreply.github.com>
    adudek authored and Andrzej Dudek committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    4c14067 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Merge pull request #330 from adudek/patch-1

    [velero] fix for failing init-container/crd updates
    sseago committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    fa6663d View commit details
    Browse the repository at this point in the history
  2. Add a comment when to unset credentials.useSecret

    When the user uses GCP workload identity, the credentials.useSecret
    should be false to use workload identity instead of using existing secret.
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    41ed82e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Merge pull request #328 from jenting/issue-242

    [velero] Add a comment when to unset credentials.useSecret
    ywk253100 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    501a7de View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Add Strimzi release 0.27.1 to the main branch (#6197)

    * Add Strimzi release 0.27.1 to the main branch
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    
    * Fix checksum
    
    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    7fb2183 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Adding security contexts for crds

    Signed-off-by: Nick Fisher <nxf5025@gmail.com>
    nxf5025 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    697eb46 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Merge pull request #341 from nxf5025/feature/add-security-context-to-…

    …crd-jobs
    
    [velero] Adding security contexts for crds
    sseago committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    a1294b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Add 0.28.0 release to the main branch (#6369)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9e655a8 View commit details
    Browse the repository at this point in the history
  2. Added extra K8s manifests

    Signed-off-by: Nick Fisher <nxf5025@gmail.com>
    nxf5025 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    a2fd4aa View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Update useOwnerReferencesInBackup default value

    Set useOwnerReferencesInBackup value in values.yaml to false. Due to owner reference between schedule and backups will cause some confusion: https://docs.google.com/document/d/16AE370SDkxtaYEqJwCWEF6neLTPJ8mkC5jyLFjl1KPI/edit
    
    Signed-off-by: Xun Jiang <jxun@vmware.com>
    Xun Jiang committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a8b39a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #346 from blackpiglet/update-velero-owner-referenc…

    …e-in-backup
    
    [velero] Update useOwnerReferencesInBackup default value
    ywk253100 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    d2868cb View commit details
    Browse the repository at this point in the history
  3. Bump velero v1.8.0

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0d29fff View commit details
    Browse the repository at this point in the history
  4. Remove zubron from owner/maintain list

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    116597e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7182843 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Add minimum k8s v1.16+ restriction

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    dafacfd View commit details
    Browse the repository at this point in the history
  2. Remove credentials-velero file

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    57b720a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Merge pull request #347 from jenting/velero-v1.8.0

    [velero] Bump velero v1.8.0
    sseago committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    25e5019 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    00de9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2345d1f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Merge pull request #345 from nxf5025/feature/add-extra-manifests

    [velero] Added ability to deploy extra K8s manifests
    sseago committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    b985af2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Bump velero v1.8.1

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    1a7b4a3 View commit details
    Browse the repository at this point in the history
  2. Bump velero-plugin-for-aws to v1.4.1

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    7930910 View commit details
    Browse the repository at this point in the history
  3. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    11e04ea View commit details
    Browse the repository at this point in the history
  4. Merge pull request #358 from jenting/velero-v1.8.1

    [velero] Velero v1.8.1
    reasonerjt committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    00cdeab View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. [velero] Quote value (#362)

    Quote value to fix the numeric value unable to install.
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    910e470 View commit details
    Browse the repository at this point in the history
  2. Support customize the cluster administrator name

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    4882865 View commit details
    Browse the repository at this point in the history
  3. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    09f7d88 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #363 from jenting/issue-340

    [velero] Support customize overwrite the cluster administrator (ClusterRole) name
    ywk253100 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d1dcef7 View commit details
    Browse the repository at this point in the history
  5. Remove the label app.kubernetes.io/name: velero from CRDs

    To make the Velero CLI install command labels compatible with Velero
    helm chart, use the label `component: velero` only. Removes the label
    `app.kubernetes.io/name: velero` from CRDs.
    
    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    7865b72 View commit details
    Browse the repository at this point in the history
  6. Use label component=velero to remove Velero CRDs in clean up job

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    10216c3 View commit details
    Browse the repository at this point in the history
  7. Bump chart version

    Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
    JenTing Hsiao committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    600a936 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #361 from jenting/issue-350

    [velero] Remove label `app.kubernetes.io/name: velero` from Velero CRDs
    ywk253100 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ede9d16 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. add support for accessMode to BackupStorageLocation

    Signed-off-by: Robert Batson <robert.batsonjr@gmail.com>
    robertb724 committed May 9, 2022
    Configuration menu
    Copy the full SHA
    dbc72e8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. fix access mode

    Signed-off-by: Robert Batson <robert.batsonjr@gmail.com>
    robertb724 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    401498f View commit details
    Browse the repository at this point in the history
  2. Only install ServiceMonitor when monitoring API is available

    Signed-off-by: Arie Peterson <arie@greenhost.nl>
    ariep committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c86a9a1 View commit details
    Browse the repository at this point in the history
  3. Bump chart version

    Signed-off-by: Arie Peterson <arie@greenhost.nl>
    ariep committed May 10, 2022
    Configuration menu
    Copy the full SHA
    6b56d09 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Merge pull request #369 from robertb724/main

    [velero] add support for accessMode to BackupStorageLocation
    sseago committed May 11, 2022
    Configuration menu
    Copy the full SHA
    8328252 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    226565c View commit details
    Browse the repository at this point in the history
  2. Bump chart version

    Signed-off-by: Arie Peterson <arie@greenhost.nl>
    ariep committed May 12, 2022
    Configuration menu
    Copy the full SHA
    bb6e446 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. [velero] Update CI GitHub action (#373)

    * Add Kubernetes 1.24 CI test
    * Bump helm/chart-testing-action to v2.2.1
    
    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    jenting committed May 20, 2022
    Configuration menu
    Copy the full SHA
    3988379 View commit details
    Browse the repository at this point in the history
  2. Add 0.29.0 release to the main branch (#6844)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed May 20, 2022
    Configuration menu
    Copy the full SHA
    df37dcb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    76b6924 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #370 from greenhost/autodetect-monitoring-crds

    [velero] Only install ServiceMonitor when monitoring API is available
    ywk253100 committed May 24, 2022
    Configuration menu
    Copy the full SHA
    ce445b6 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Bump chart version

    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    jenting committed May 25, 2022
    Configuration menu
    Copy the full SHA
    69e666c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #376 from jenting/test-ci

    [vekero] Bump CI chart-testing-action to v2.2.1
    reasonerjt committed May 25, 2022
    Configuration menu
    Copy the full SHA
    39d5d18 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Update servicemonitor.yaml

    Fix #379
    grengojbo committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    47f30e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Bump chart version

    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    jenting committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a30c675 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #381 from grengojbo/patch-1

    [velero] Update servicemonitor.yaml
    ywk253100 committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    2658788 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Bump Velero v1.9.0 CRDs

    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    jenting committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    328f307 View commit details
    Browse the repository at this point in the history
  2. Bump version in values.yaml

    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    jenting committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    e50ef4a View commit details
    Browse the repository at this point in the history
  3. Add Velero v1.9 in README

    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    jenting committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    1a0967a View commit details
    Browse the repository at this point in the history
  4. Bump plugins version

    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    jenting committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    21ace01 View commit details
    Browse the repository at this point in the history
  5. Bump chart version

    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    jenting committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a7f59a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Merge pull request #383 from jenting/v1.9.0

    [velero] Velero v1.9.0
    reasonerjt committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    b7f4b3b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Bump app version to 1.9.0

    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    jenting committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    e790604 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Merge pull request #384 from jenting/v1.9.0

    [velero] Bump app version to 1.9.0
    ywk253100 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ed190e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Add Stirmzi 0.30.0 release to the main branch (#7075)

    Signed-off-by: Jakub Scholz <www@scholzj.com>
    scholzj committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    bda9eac View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Merge remote-tracking branch 'velero/main' into github-orig-sync

    Velero - first sync
    Galina Tochilkin committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    fe7f99c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'strimzi-kafka-operator/main' into githu…

    …b-orig-sync
    
    Strimzi-kafka-operator - first sync
    Galina Tochilkin committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    11ac500 View commit details
    Browse the repository at this point in the history