Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

1.3.0

Compare
Choose a tag to compare
@wtschreiter wtschreiter released this 19 Apr 19:11

Added

  • Enable flag to merge answers with exising apps (#42) (#43)
  • [FEATURE] global, cluster and project catalogs as code (#39 #44)
    • Add Descriptor for Rancher with Catalog client
    • Add Descriptor for Cluster with Catalog client
    • Add Descriptor for Project with Catalog client
    • Add catalog samples
  • Add command list TYPE to list project resources.
    • namespaces
    • certificates
    • config-maps
    • docker-credentials
    • secrets
    • apps
    • jobs
    • cron-jobs
    • deployments
    • daemon-sets
    • stateful-sets
  • Add command delete TYPE NAME to delete project resources.
    • namespace
    • certificate - NOT YET IMPLEMENTED
    • config-map - NOT YET IMPLEMENTED
    • docker-credential - NOT YET IMPLEMENTED
    • secret - NOT YET IMPLEMENTED
    • app
    • job
    • cron-job - NOT YET IMPLEMENTED
    • deployment - NOT YET IMPLEMENTED
    • daemon-set - NOT YET IMPLEMENTED
    • stateful-set - NOT YET IMPLEMENTED

Changed

Removed

Fixed