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

Sync 0.14.1 to integration proxmox #343

Merged
merged 61 commits into from
Sep 15, 2024

Commits on Aug 5, 2024

  1. Add opencost

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e8eb5fd View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. fix network-policies (#272)

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c56e576 View commit details
    Browse the repository at this point in the history
  2. Update LINSTOR v1.28 (#276)

    kvaps authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2f0373d View commit details
    Browse the repository at this point in the history
  3. SeaweedFS (#131)

    This PR adds SeaweedFS
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    94c688f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40fd96d View commit details
    Browse the repository at this point in the history
  5. Update Cilium v1.16 (#277)

    The new Cilium already enables our patch
    cilium/cilium#32730. It should be better to
    update instead of keeping it in-tree
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bbdec9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd1d912 View commit details
    Browse the repository at this point in the history
  7. Prepare release v0.11.0 (#280)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7151424 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Update VPN (#287)

    Add new options: `host` and `externalIPs`.
    Automatic password generation
    Provide resource-view to dashboard for getting connection URLs
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a2bcf10 View commit details
    Browse the repository at this point in the history
  2. DX: Use generic Makefile for packages (#288)

    This change is aimed at improving the development experience.
    
    - The option `make delete` has been added.
    - Added check for `NAME` and `NAMESPACE` variables
    - Now, any package (not just system ones) can include options such as
    make show, make diff, make apply.
    - Applications from packages/extra require explicit specification of the
    `NAMESPACE`.
    - Applications from packages/apps require explicit specification of both
    `NAME` and `NAMESPACE`.
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a120ce7 View commit details
    Browse the repository at this point in the history
  3. Fix vmrules to process memory metrics (#289)

    This PR fixes memory charts,
    
    fixes #285
    
    
    ![image](https://github.com/user-attachments/assets/3ceb8a4d-6fdf-49d3-80be-ff83567ba61c)
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4471b4b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    b3d4c9c View commit details
    Browse the repository at this point in the history
  2. Update Virtual Machine Chart Configuration and Documentation (#292)

    - Refactored `values.yaml` to move disk size under `resources` and added
    `service.ports` configuration.
    - Updated `README.md` to include detailed parameter descriptions and
    example configuration.
    - Modified `service.yaml` to use dynamic port configuration from
    `values.yaml`.
    - Corrected `vm.yaml` to reference disk size from `resources` and
    updated base image URL for Fedora.
    - Revised `values.schema.json` to align with changes in `values.yaml`,
    including added parameters and descriptions.
    
    Enhancements include:
    - Improved clarity of default values and parameter settings.
    - Added flexibility for service port customization.
    - Corrected and updated URLs and default values for better accuracy.
    artemrootman authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3b67f1f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Add e2e testing sandbox (#295)

    This PR introduces new functionality for running e2e-tests in
    k8s-cluster.
    
    `make test` from a root invokes deploying of new sandbox for testing
    cozystack.
    
    from `packages/core/testing`:
    
    `make test` - runs the end-to-end tests.
    `make exec` - opens an interactive shell in the sandbox container.
    `make login` - downloads the kubeconfig into a temporary directory and
    runs a shell with the sandbox environment; mirrord must be installed.
    `make proxy` - enables a SOCKS5 proxy; mirrord and gost must be
    installed.
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9be774a View commit details
    Browse the repository at this point in the history
  2. Fix e2e tests (#296)

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5ca8823 View commit details
    Browse the repository at this point in the history
  3. Introduce stroageClass option for all applications (#290)

    Provide the oportunity to specify StroageClass in applications
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c07c4bb View commit details
    Browse the repository at this point in the history
  4. Update README.md (#298)

    Links to community meetings and TG group have been added
    tym83 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    14d54bc View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Add opportunity to override values for tenant Kubernetes clusters (#297)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7106051 View commit details
    Browse the repository at this point in the history
  2. Update cilium v1.16.1 (#300)

    kvaps authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    fcccfd4 View commit details
    Browse the repository at this point in the history
  3. Prepare release v0.12.0 (#301)

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9357ad4 View commit details
    Browse the repository at this point in the history
  4. Prepare release v0.12.0 (#302)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6c5cf5b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Add fluent-bit and VictoriaLogs (#305)

    ![Screenshot 2024-08-28 at 15-10-20 Explore - vlog-generic -
    Grafana](https://github.com/user-attachments/assets/4ba926d3-fb56-411b-88d5-a00d5d17b3dc)
    
    ---------
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    adaf603 View commit details
    Browse the repository at this point in the history
  2. Update FerretDB v1.24.0 (#307)

    This release includes fix for C# library
    
    FerretDB/FerretDB#4475 (comment)
    
    as well many other improovments
    
    https://github.com/FerretDB/FerretDB/releases/tag/v1.24.0
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Updated the application to version 1.24.0, bringing enhancements and
    improvements.
    - Upgraded the container image to version 1.24.0 for the `ferretdb`
    application, ensuring access to the latest features and fixes.
    
    - **Chores**
    - Incremented the chart version from 0.2.0 to 0.3.0 to reflect the new
    release.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5b631a6 View commit details
    Browse the repository at this point in the history
  3. fix e2e tests (specify namespace) (#309)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cd991bd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    b908400 View commit details
    Browse the repository at this point in the history
  2. Rework VirtualMachine, introduce cloudinit and sshKeys configuration,…

    … fix externalPorts (#303)
    
    Add `externalPorts`, `sshKeys` and `cloudInit` options with examples.
    Remove `service`, `sshPwauth`, `disableRoot`, `password`, `chpasswdExpire` options
    
    ---------
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    Co-authored-by: Andrei Kvapil <[email protected]>
    artemrootman and kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4282843 View commit details
    Browse the repository at this point in the history
  3. Update KubeVirt v1.3.1 (#311)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Updated version identifiers for the `ferretdb`, `virtual-machine`,
    `monitoring`, and `seaweedfs` packages to enhance clarity and
    traceability.
    	- Added new version entry for `monitoring` version `1.4.0`.
    
    - **Improvements**
    - Upgraded the `cozystack` component to a newer image version
    (`v0.13.0`), potentially including bug fixes and performance
    enhancements.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    697bbd5 View commit details
    Browse the repository at this point in the history
  4. Update CDI v1.60.2 (#312)

    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9ae098c View commit details
    Browse the repository at this point in the history
  5. Revert "Update KubeVirt v1.3.1" (#313)

    Reverts #311
    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dc69adc View commit details
    Browse the repository at this point in the history
  6. Update KubeVirt v1.3.1 (#314)

    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9b6dd19 View commit details
    Browse the repository at this point in the history
  7. use bridge binding for Kubernetes VMs (#315)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    	- Updated version of the Kubernetes application to 0.10.0.
    - Enhanced network configuration for improved pod performance, including
    support for live migration.
    - Introduced a new network section for better integration with
    Kubernetes networking features.
    
    - **Bug Fixes**
    - Improved network interface management for better flexibility and
    control.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5efef2e View commit details
    Browse the repository at this point in the history
  8. vm: use block volumes to enable live-migration (#316)

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    55282ac View commit details
    Browse the repository at this point in the history
  9. KubeVirt: enable expand disks feature (#317)

    - cdi: add ExpandDisks feature
    - kubevirt: add ExpandDisks feature
    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0e7dc14 View commit details
    Browse the repository at this point in the history
  10. VM: fix Alpine Image (#318)

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b7bfc4c View commit details
    Browse the repository at this point in the history
  11. VM: add Talos Linux (#319)

    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4746d51 View commit details
    Browse the repository at this point in the history
  12. cilium: enable SCTP feature (#320)

    This PR enables SCTP support in Cilium.
    
    It is required to use with kube-ovn configuration as it is fixes
    `externalTrafficPolicy: Local` issues:
    
    - kubeovn/kube-ovn#4457
    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    53fae0d View commit details
    Browse the repository at this point in the history
  13. Introduce valuesFiles for various Cilium configurations (#322)

    This PR introduces different values files for `cozy-cilium` chart, and
    `valuesFiles` for fluxcd.
    
    This might be useful in cases where same chart reused for multiple
    configurations
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced multiple values files for enhanced configuration management
    in Cilium deployments.
    - Added new YAML configurations for Cilium, allowing for tailored
    networking settings in Kubernetes.
    
    - **Bug Fixes**
    - Removed deprecated configuration parameters to simplify deployment and
    management of Cilium.
    
    - **Documentation**
    - Updated Helm templates to support conditional inclusion of values
    files, improving flexibility in chart rendering.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0058214 View commit details
    Browse the repository at this point in the history
  14. cilium node port (#323)

    - Prepare release v0.13.0
    - Cilium: enable nodePort
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c79399a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Prepare release v0.13.0 (#321)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **New Features**
    - Enhanced monitoring capabilities for Kubernetes deployments, including
    checks for `vmalert`, `vlogs`, and `vmcluster`.
    
    - **Updates**
    - Updated container images for `cozystack` and `darkhttpd` to version
    `v0.13.0`.
    - Version mapping updates for `ferretdb`, `kubernetes`, and
    `virtual-machine` packages.
    - Updated image tags and digests for Kubeapps components to version
    `v0.13.0`.
    	- Updated image tag for Kamaji to version `v0.13.0`.
    	- Added new pod metadata labels to the `vmalertmanager` configuration.
    
    - **Bug Fixes**
    - Improved operational status checks for Kubernetes resources using
    JSONPath expressions.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    b8e33d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Update seaweedfs.yaml (#325)

    Changed tls host to be the same as ingress host
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Updated the default host value in the SeaweedFS configuration to
    support S3-compatible endpoints.
    - **Bug Fixes**
    - Corrected the hostname configuration to reflect the new service access
    method.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    mrkhachaturov authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9e33dc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Update RabbitMQ and add configuration for Users and VHosts (#327)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    
    - **New Features**
    - Updated RabbitMQ chart version to 0.4.0 and application version to
    3.13.2.
    - Added new configuration options for users and virtual hosts in the
    application.
    - Introduced a new Kubernetes Role for managing access to secrets and
    services.
    - Enhanced RabbitMQ configuration for automated user and permission
    management.
    
    - **Documentation**
    - Improved README with a section on configuration parameters for better
    user guidance.
    
    - **Chores**
    - Added a new YAML configuration file for comprehensive RabbitMQ cluster
    management.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    36d8855 View commit details
    Browse the repository at this point in the history
  2. Update mariadb-operator and mysql chart (#328)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Enhanced database user management with role definitions for `admin`
    and `readonly` users.
    - Introduced support for additional environment variables in the MariaDB
    operator deployment.
    	- Added new RBAC roles for viewing and editing MariaDB resources.
    
    - **Changes**
    - Updated configuration structure for database and user management,
    shifting from arrays to objects.
    - Improved webhook certificate management with revision history control.
    	- Updated image repository for the MariaDB operator.
    
    - **Bug Fixes**
    - Adjusted permissions in RBAC configuration for better security and
    resource management.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    aa2f553 View commit details
    Browse the repository at this point in the history
  3. Add passwords generation to FerretDB (#329)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Updated application version from 0.3.0 to 0.4.0, indicating a new
    release.
    - Introduced a new Kubernetes Role for managing access to
    dashboard-related resources, enhancing security.
    - Improved user credential management with dynamic password generation
    in the initialization script, enhancing security practices.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    def2eb0 View commit details
    Browse the repository at this point in the history
  4. Update CNPG 1.24.0 (#331)

    kvaps authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    02a623b View commit details
    Browse the repository at this point in the history
  5. Add passwords generation to postgres (#330)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b00621e View commit details
    Browse the repository at this point in the history
  6. Add passwords generation to ClickHouse (#332)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Updated Clickhouse application to version 0.4.0, indicating new
    enhancements.
    - Improved user credential management by dynamically generating
    passwords or using provided ones, enhancing security.
    - Introduced a new Kubernetes Role for managing access to services and
    secrets, ensuring better control over resource interactions.
    
    - **Bug Fixes**
    - Corrected the reference for accessing the storage class value to
    ensure proper retrieval.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    93018c4 View commit details
    Browse the repository at this point in the history
  7. Prepare release v0.14.0 (#333)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Upgraded various container images to version `v0.14.0`, enhancing
    application performance and potentially introducing new features and bug
    fixes.
      
    - **Bug Fixes**
    - Improved version tracking for packages by updating commit hashes,
    enhancing clarity and traceability.
    
    - **Chores**
    - Updated configuration files to reflect the new image versions for
    components, ensuring the latest updates are utilized across the
    application.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b40e1b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix: better gitignore (#334)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Chores**
    - Expanded the `.gitignore` file to include additional user-specific and
    generated files, improving version control management.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: George Gaál <[email protected]>
    gecube authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1f83838 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. RabbitMQ: fix accessing Kubernetes API when netwrok-policies are enab…

    …led (#337)
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    59a4e08 View commit details
    Browse the repository at this point in the history
  2. fix cilium kubeProxyReplacement (#336)

    This PR fixes regression introduced by
    #322
    
    Tenant clusters have `kubeProxyReplacement` disabled, must be enabled
    kvaps authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b537cc0 View commit details
    Browse the repository at this point in the history
  3. Prepare release v0.14.1 (#338)

    Signed-off-by: Andrei Kvapil <[email protected]>
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1128d0c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Talos Linux: Update firmwares and add metal image

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a55630d View commit details
    Browse the repository at this point in the history
  2. fix Kamaji OOM (#340)

    Sometimes Kamaji can be killed due to defult limits let's expand them a
    little
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced resource management configurations for the `kamaji`
    service, enhancing control over CPU and memory allocation.
    - Added specifications for resource limits and requests to improve
    stability and performance in a Kubernetes environment.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    240a82f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #341 from aenix-io/talos-metal

    Talos Linux: Update firmwares and add metal image
    themoriarti authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    14a8a34 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #255 from aenix-io/opencost

    Add opencost
    themoriarti authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    06e79cd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. bugfix/strimzi-kafka-operator-fix-cluster-dns (#347)

    kafka zookeeper error after installation:
    ```
    2024-09-15 02:44:33,289 ERROR Failed to verify hostname: kafka-service-zookeeper-2.kafka-service-zookeeper-nodes.tenant-stage.svc.cozy.local (org.apache.zookeeper.common.ZKTrustManager) [ListenerHandler-/0.0.0.0:3888]
    javax.net.ssl.SSLPeerUnverifiedException: Certificate for <kafka-service-zookeeper-2.kafka-service-zookeeper-nodes.tenant-stage.svc.cozy.local> doesn't match any of the subject alternative names: [kafka-service-zookeeper-client, *.kafka-service-zookeeper-nodes.tenant-stage.svc.cluster.local, *.kafka-service-zookeeper-nodes.tenant-stage.svc, kafka-service-zookeeper-2.kafka-service-zookeeper-nodes.tenant-stage.svc, kafka-service-zookeeper-client.tenant-stage.svc.cluster.local, kafka-service-zookeeper-client.tenant-stage.svc, kafka-service-zookeeper-2, kafka-service-zookeeper-2.kafka-service-zookeeper-nodes.tenant-stage.svc.cluster.local, *.kafka-service-zookeeper-client.tenant-stage.svc, kafka-service-zookeeper-client.tenant-stage, *.kafka-service-zookeeper-client.tenant-stage.svc.cluster.local]
    ```
    certs sans by default:
    ```
    klin@asus:~/cozy$ openssl x509 -in zookeeper.crt -text -noout | grep -A1 "Subject Alternative Name"
                X509v3 Subject Alternative Name:
                    DNS:kafka-service-zookeeper-0.kafka-service-zookeeper-nodes.tenant-stage.svc.cluster.local, DNS:*.kafka-service-zookeeper-nodes.tenant-stage.svc.cluster.local, DNS:kafka-service-zookeeper-client, DNS:kafka-service-zookeeper-0, DNS:kafka-service-zookeeper-client.tenant-stage.svc.cluster.local, DNS:kafka-service-zookeeper-client.tenant-stage.svc, DNS:kafka-service-zookeeper-client.tenant-stage, DNS:*.kafka-service-zookeeper-nodes.tenant-stage.svc, DNS:*.kafka-service-zookeeper-client.tenant-stage.svc, DNS:kafka-service-zookeeper-0.kafka-service-zookeeper-nodes.tenant-stage.svc, DNS:*.kafka-service-zookeeper-client.tenant-stage.svc.cluster.local
    ```
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced a new configuration option for specifying a custom DNS
    domain for Kubernetes services within the Kafka operator, enhancing
    service discovery and networking capabilities.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    klinch0 authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    b3ee563 View commit details
    Browse the repository at this point in the history
  2. Add backups for ClickHouse

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    4b84798 View commit details
    Browse the repository at this point in the history
  3. Fix backups for MariaDB and Postgres

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    fab5940 View commit details
    Browse the repository at this point in the history
  4. Fix HTTP-cache image tag

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    320fc32 View commit details
    Browse the repository at this point in the history
  5. Update infromation about backups

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    2a4768a View commit details
    Browse the repository at this point in the history
  6. Fix FerretDB backups

    Signed-off-by: Andrei Kvapil <[email protected]>
    kvaps committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0d3b8fc View commit details
    Browse the repository at this point in the history