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

Example update - hello-world #1340

Merged
merged 170 commits into from
Aug 6, 2024
Merged

Example update - hello-world #1340

merged 170 commits into from
Aug 6, 2024

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    ff83a10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcd1fbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e52294 View commit details
    Browse the repository at this point in the history
  4. Plugins update

    devdattakulkarni committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3bcf670 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Added utility to parse API server URL of the current context

    Also, modified provider-kubeconfig generator to include https
    in the provided API server IP only if it is not already present.
    devdattakulkarni committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    87afcc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. For metrics and logs using Pods within the NS of the instance

    In the original design, we were using the output of kubectl connections
    to find out the Pods and then running metrics and logs on those Pods.
    However, for workloads in which Pods get created at runtime, connections
    is not able to find all the newly created workload Pods. This leads to
    incomplete results for metrics and logs. A simple way to handle this is
    to use all the pods in the namespace in which the application pods are running
    for collecting logs and metrics. The runtime Pods are typically
    created in the same namespace in which the application is running.
    This will give accurate results (atleast more accurate than using the output
    of kubect connections for the list of Pods).
    
    Fixes: #1190
    devdattakulkarni committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    f4ac45d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d68ad View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

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

Commits on Jan 10, 2024

  1. Application upgrade improvements

    Fixes: #1187
    devdattakulkarni committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    42722a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ee39d0 View commit details
    Browse the repository at this point in the history
  3. Examples and README updates to use KubePlus chart - 3.0.33

    Merge branch 'master' into develop
    devdattakulkarni committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2c293f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Service CRD name check

    Fixes: #1208
    devdattakulkarni committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b5f3c50 View commit details
    Browse the repository at this point in the history
  2. KubePlus chart update - 3.0.34

    Service name check
    devdattakulkarni committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0dda834 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b16f8b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Resourcecomposition upgrade update

    Added a field ('error') to the status object.
    This is used by helmer to store any errors that
    are encountered when performing helm upgrade.
    devdattakulkarni committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    df33fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75c946b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b63caa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e68b41c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd82ecc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e48af2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b37719 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    5612568 View commit details
    Browse the repository at this point in the history
  2. README updates

    devdattakulkarni committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    10b29e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on Apr 17, 2024

  1. KubePlus control center script removal

    It provides a UI for managing application instances.
    But it does not run on the cluster.
    The open-source equivalent is consumerUI, which is
    deployed as part KubePlus deployment.
    devdattakulkarni committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9ea2f19 View commit details
    Browse the repository at this point in the history
  2. Contributing doc updates

    Fixes: #1222
    devdattakulkarni committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2193c12 View commit details
    Browse the repository at this point in the history
  3. README updates

    - Added link to Contributing guidelines. These guidelines
      contain pointer to setting up development environment
    - Extracted Architecture in a separate section
    - Updated link to CNCF Application definition section
    - Added Getting Started section
    
    Fixes: #1221
    devdattakulkarni committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    056fc08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a52b7b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    1f138ed View commit details
    Browse the repository at this point in the history
  2. Wordpress example steps update

    Fixes: #1194
    devdattakulkarni committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    20ae0db View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    a18bad3 View commit details
    Browse the repository at this point in the history
  2. Test suite update

    Fixes #1236
    Fixes #1235
    Fixes #1234
    devdattakulkarni committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    086899c View commit details
    Browse the repository at this point in the history
  3. Tests update

    - Adding missing yaml file
    
    Fixes #1235
    devdattakulkarni committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1c9f87a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    74487fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ae6bf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9f9ca4 View commit details
    Browse the repository at this point in the history
  4. KubePlus Helm chart update - 3.0.36

    Externalized container URLs in values.yaml.
    This makes it easy to override container URL while testing
    devdattakulkarni committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b2c3510 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    373b29c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9adc75 View commit details
    Browse the repository at this point in the history
  3. Tests update

    - Increased timeout for instance creation
    - Added a check on Pods being in 'Pending' state to be considered
      as a valid output for instance creation.
      This can happen on minikube if enough memory is not available
      on the cluster.
    devdattakulkarni committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e1fe830 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    26cc793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce98ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    116e8d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b55c41d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    c29f03e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e7ba93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    800903f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e13271 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3084fe8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67ddf3a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Documentation updates

    - contributing guide, readme, app day2 ops
    devdattakulkarni committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a822683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b1ea4d View commit details
    Browse the repository at this point in the history
  3. README updates

    devdattakulkarni committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1623dae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6f195c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Consumer UI updates

    Fixes #1225
    devdattakulkarni committed May 4, 2024
    Configuration menu
    Copy the full SHA
    1ca86a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b7a19b View commit details
    Browse the repository at this point in the history
  3. KubePlus chart update - 3.0.37

    Updated consumer ui
    devdattakulkarni committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a7cd13a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 8, 2024

  1. Application upgrade

    devdattakulkarni committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e86b689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff5db0c View commit details
    Browse the repository at this point in the history
  3. KubePlus chart - 3.0.38

    Support for application upgrades
    devdattakulkarni committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a602470 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e90d28f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a7d383 View commit details
    Browse the repository at this point in the history
  6. Added Use cases

    - Application Hosting
    - Platform Engineering
    - Managed Service
    devdattakulkarni committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0d26fb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a124418 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74d6767 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    186da0b View commit details
    Browse the repository at this point in the history
  2. README updated

    devdattakulkarni committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ed510d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf2e0dc View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Examples - cleanup

    devdattakulkarni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    47d084a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b2b896 View commit details
    Browse the repository at this point in the history
  3. Docs cleanup

    removed old/not relevant images
    devdattakulkarni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8ffb393 View commit details
    Browse the repository at this point in the history
  4. mutating-webhook - folder cleanup

    removed files/directories that are no longer being used
    devdattakulkarni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    93e8eb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c192a2c View commit details
    Browse the repository at this point in the history
  6. platform-operator cleanup

    removed unused files/folders
    devdattakulkarni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9243351 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5099a47 View commit details
    Browse the repository at this point in the history
  8. plugins folder cleanup

    removed unused files
    devdattakulkarni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    57fac82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e41c1a View commit details
    Browse the repository at this point in the history
  10. More cleanup

    devdattakulkarni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    52626c0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e42a952 View commit details
    Browse the repository at this point in the history
  12. Cleanup ++

    devdattakulkarni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    14d5e9f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    56e5b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b4d8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    007654e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    1685579 View commit details
    Browse the repository at this point in the history
  2. README updates

    devdattakulkarni committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dd0ec71 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. README update

    - Added information about community meeting
    devdattakulkarni committed May 31, 2024
    Configuration menu
    Copy the full SHA
    13fdc8e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    753bdf2 View commit details
    Browse the repository at this point in the history
  2. GitHub Actions

    devdattakulkarni committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9053ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03d789b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2c7506 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94b44ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bc0b62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d7e0e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df0b3c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dee417f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b69a489 View commit details
    Browse the repository at this point in the history
  11. README update

    - Updated reference to WordPress resource composition
    devdattakulkarni committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    181688e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    35ef449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1952e6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c3e246 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af80362 View commit details
    Browse the repository at this point in the history
  5. Tests update

    devdattakulkarni committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b9a027b View commit details
    Browse the repository at this point in the history
  6. Tests update

    devdattakulkarni committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ce04dd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c60a03e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0beca73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f81c66a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0c326c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b39592 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Updates to helmer and tests

    Added a check in helm-pod to ensure that creation of a Custom Resource instance
    does not trigger helm upgrade after the status of the CR is updated.
    (Fixes: #1294)
    
    Updated tests to cleanup relevant namespaces before running tests
    devdattakulkarni committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9d75c5b View commit details
    Browse the repository at this point in the history
  2. KubePlus chart - 3.0.40

    Updates to helmer
    devdattakulkarni committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    782fff0 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    6493a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cf8401 View commit details
    Browse the repository at this point in the history
  3. KubePlus chart update - 3.0.41

    Support for force delete of application instance
    devdattakulkarni committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d474c4a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    ae89314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a7897 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Updating import

    Updated import in platform-operator/cmd/openapi-gen/main.go
    
    Addresses (partially): #1301
    devdattakulkarni committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    680538a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f3021 View commit details
    Browse the repository at this point in the history
  3. GitHub Action update

    Building KubePlus components and then using them when installing KubePlus
    
    Fixes: #1306
    devdattakulkarni committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0c60975 View commit details
    Browse the repository at this point in the history
  4. GitHub action update

    devdattakulkarni committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9be6cb7 View commit details
    Browse the repository at this point in the history
  5. GitHub action update

    devdattakulkarni committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    14c565d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d0717c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27fd4c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    e5f60ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d798544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    009001c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad4a657 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bde3617 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4dfabf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b07fd98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    156f16f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd4dc71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b8467f View commit details
    Browse the repository at this point in the history
  11. platform-operator updates

    - updated build-artifact.sh to use GO modules
    - stopping vendoring in dependencies
    - removed platform-operator binaries
    - new version
    devdattakulkarni committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    88cebd5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    445ca2c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e138c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f08e7f8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    87ca40b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    ffcb794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cfef41 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Example updates

    Addresses: #1295
    devdattakulkarni committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c222e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5c485b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20b234d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    56bf569 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af51633 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    65bdcfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66578a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d858ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71408e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15f457c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    71d7f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1039bc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fce2971 View commit details
    Browse the repository at this point in the history
  4. KubePlus chart - 3.0.45

    Denying application deployment if the NS corresponding to
    the previous instance is in 'Terminating' phase
    devdattakulkarni committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    55a2165 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. WIP: Licensing support

    Fixes: #1323
    devdattakulkarni committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3f9d5cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbd5e8f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    e41ec1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4f032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    432f2de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18f016a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5e62f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d119a9 View commit details
    Browse the repository at this point in the history
  7. KubePlus chart - 3.0.46

    Licensing support
    devdattakulkarni committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a56456b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    f2719af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f238a8 View commit details
    Browse the repository at this point in the history