Skip to content

Latest commit

 

History

History
269 lines (252 loc) · 29.5 KB

CHANGELOG.md

File metadata and controls

269 lines (252 loc) · 29.5 KB

Change Log

v0.3.0 (2017-10-10)

Full Changelog

Closed issues:

  • Generating Kedge maifests from Kubernetes and OpenShift #321
  • Name is not propagated to single Ingress #306
  • imagePullSecrets are dropped on the floor #304
  • kedge build subcommand which is alias to docker build #287
  • Add annotations support #262
  • version numbers / image tags in kedge YAML #224
  • Rename extraResources to includeResources #218
  • "Introduce root level controller field", and sub tasks #188
  • Jobs do not support activeDeadlineSeconds #114
  • Jobs will not support populating container names, we need to support that #113
  • abstract out kedge "populators" #98
  • our build story #89
  • e2e tests - test conversions on running cluster #59
  • Add travis/fabric8 CI support for PR building #57
  • Add unit tests #56
  • Add support for defining Job controller #52
  • Decouple injecting default values from the generation code #50
  • Decouple validation from generation code #49
  • generate a json-schema file #45
  • Add testing (unit, conversion & e2e testing) #24
  • defining configmap/secret data in a way that auto-creates the container env vars #2

Merged pull requests:

v0.2.0 (2017-09-18)

Full Changelog

Closed issues:

  • more frequent releases? #277
  • Add --distribution flag #245
  • Make controller a field in App struct #233
  • kedge init should not allow non int values for port #231
  • Reference Helm Chart from Kedge file #217
  • shortcut for port #216
  • kedge init #215
  • Add go report badge #209
  • Order of the outputted artifacts #207
  • Example in allnomagic does not work #203
  • Is mention bot providing any value? #159
  • Add kedge delete to use guide #145
  • Add installation document after a release #140
  • [spec change] Make containers a subkey #119
  • Change 'type' name, related to NodePort, ClusterIP, LoadBalancer, ExternalName to expose. #103
  • Update examples and associated readmes #60
  • Add checks for multiple pvc with same name #55
  • Find a better convention referencing env vars in container spec #16

Merged pull requests:

v0.1.0 (2017-08-04)

Closed issues:

  • We need a badge that shows coverage on homepage #193
  • change init-containers to be list of our modified container struct #176
  • Wordpress examples don't seem to work. #167
  • Add curl commands to download binaries #162
  • Allow adding Kubernetes artifacts to Kedge file. #157
  • Allow passing whole directory as argument for -f #155
  • Introducing: "kedge apply" #153
  • rename deploy and undeploy to create and delete #150
  • Add bash/zsh completion support #148
  • Make kedge.yaml as the default file #147
  • Add nightlies #139
  • New "tagline" #134
  • Defining secrets #128
  • Abstract PodSpec and Container to PodSpecMod #112
  • Find conflicting fields programatically #111
  • Empty deployment gets generated when any invalid yaml data is passed #109
  • make test fails #105
  • deprecate replicas in the app struct #100
  • Running kedge generate/deploy returns nothing, expected error #96
  • flag to deploy to specific namespace #93
  • kedge deploy does not parse a multi-app file #91
  • Add support for envFrom for secrets #85
  • Update client-go to "3.0" #81
  • add subcommand version #80
  • rename top level ingress to ingresses #78
  • Clean up the tests in encoding\_test.go #69
  • Update Readme #67
  • Create communication channels and update readme etc. #64
  • CONTRIBUTING file: add process of PR merging #63
  • CONTRIBUTING file: add general contributor's section #61
  • add deploy command #54
  • Rename persistentVolumes to something better #51
  • Add an appropriate licence for the project and files. #46
  • Add support for envFrom for configMaps #43
  • Wrong port number when multiple ports specified #39
  • Autogenerating port names #38
  • Implement DeploymentSpec in our spec #35
  • volume entry in PodSpec is generated every time volume is used #34
  • Top level name is not propagated to single service #33
  • Two containers in same Pod without name should throw error #32
  • Only health at container level #23
  • Flag to decide whether to expose externally or not #22
  • A better way to define Service ports #19
  • Thoughts on refactoring Services in the spec #18
  • Defining applications in a single file #17
  • Write a rough file-reference.md so we know where the spec is right now #15
  • Volume definition needs to done better #14
  • Root level services are confusing so find a better name for it, also consider moving it somewhere else. #13
  • A better and relevant name for this project #9

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator