Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b9123a9
UPSTREAM <303>: Added coreos to openstack provider
gyliu513 Apr 19, 2019
cf4a14c
UPSTREAM <309>: Add ConfigDrive in zz_generated.deepcopy.go
hidekazuna Apr 20, 2019
d167973
UPSTREAM <305>: add Dockerfile for clusterctl
hchenxa Apr 20, 2019
8b8a19a
UPSTREAM <257>: Add doc for generate generate-yaml.sh
jichenjc Apr 20, 2019
9e19178
UPSTREAM <302>: Add tips for trouble shooting
jichenjc Apr 20, 2019
723efa7
UPSTREAM <313>: Added toc to md for better readability. (#313)
gyliu513 Apr 20, 2019
f6c3531
UPSTREAM <314>: update README to add coreos support and kustomize req…
hchenxa Apr 22, 2019
2420fc0
UPSTREAM <316>: Fix permission of cloud.conf (644->600)
jichenjc Apr 23, 2019
93dbe35
UPSTREAM <319>: v1beta1 -> v1 for Deployment template
jichenjc Apr 23, 2019
5e20f72
UPSTREAM <320>: Update keystone port number in README.md
hidekazuna Apr 25, 2019
8be8fbd
UPSTREAM <321>: Fix issue lead by PR 319
jichenjc Apr 25, 2019
73259fa
UPSTREAM <322>: Add generate yaml test
jichenjc Apr 25, 2019
add7013
UPSTREAM <326>: Deployment V1 Spec required the selector
hchenxa Apr 26, 2019
76bb219
UPSTREAM <328>: MERCURIAL is not need by Makefile.
gyliu513 Apr 26, 2019
2887044
UPSTREAM <329>: change to use v1alpha1.SecurityGroupParam
hchenxa Apr 26, 2019
7de0968
UPSTREAM <290>: update to use cluster-api branch release-0.1
jichenjc Apr 26, 2019
ce55334
UPSTREAM <262>: Add configuration for create timeout
jichenjc Apr 27, 2019
1213c6c
UPSTREAM <332>: use the same version of kubectl with kubelet
hchenxa Apr 28, 2019
90d31a7
UPSTREAM <224>: Support keystone with cacert
hidekazuna Apr 29, 2019
669abcd
UPSTREAM <336>: Adding cacert to clouds.yaml.
gyliu513 Apr 29, 2019
beddd47
UPSTREAM <335>: init-cloud exist if the selinux did not enabled
hchenxa Apr 29, 2019
e678c5b
UPSTREAM <241>: Delete SecurityGroups from cluster
eromanova Apr 30, 2019
7823c56
UPSTREAM <337>: update description
jichenjc May 1, 2019
52dd7e3
UPSTREAM <339>: Fix cluster nil lead to panic
jichenjc May 2, 2019
6fb5121
UPSTREAM <338>: Remove CACertificate and CAPrivateKey
jichenjc May 5, 2019
6b97735
UPSTREAM <343>: build controller with multi stage
hchenxa May 5, 2019
1323423
UPSTREAM <344>: text template parse error
hchenxa May 6, 2019
fbada05
UPSTREAM <341>: images do not need manifests in makefile.
gyliu513 May 13, 2019
7007614
UPSTREAM <351>: Add Record of instance action
jichenjc May 20, 2019
e4d2b11
UPSTREAM <361>: Fix usage of verify property from clouds.yaml
sbueringer Jun 6, 2019
759ecb3
UPSTREAM <369>: Fix event creation
hidekazuna Jun 11, 2019
77829b8
UPSTREAM <371>: make TokenTTL configurable through CLI
jichenjc Jun 12, 2019
fd8cce4
UPSTREAM <359>: change base image to fix security issue
wanghh2000 Jun 3, 2019
dc08a9b
UPSTREAM <358>: the generate.sh exited when the cluster.yaml exists
hchenxa May 31, 2019
75381b9
Bump Kubernetes Version and sync Vendored Repos
Jun 12, 2019
d996eaf
Re-vendor for openshift/cluster-api#40
mandre Jun 13, 2019
b15efef
Fixes after vendor update
mandre Jun 13, 2019
5eeb857
Add namespace flag
mandre Jun 12, 2019
9e1b1cd
Remove unit test for generate-yaml.sh, since we do not use this code …
Jun 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Contributing guidelines](#contributing-guidelines)
- [Sign the CLA](#sign-the-cla)
- [Contributing A Patch](#contributing-a-patch)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Contributing guidelines

## Sign the CLA
Expand Down
Loading