Commit Graph

58 Commits

Author SHA1 Message Date
Mike Graves
ba586a8ed8 Rename from community.kubernetes to kubernetes.core (#6)
* Rename from community.kubernetes to kubernetes.core

This goes through and renames community.kubernetes to kubernetes.core.
Most of this was generated from the downstream build script that was
used on the community repository, plus whatever hand edits I could find
that were needed.

The downstream build and test process has also been removed as this
repository is now the downstream repository.

* Fix CONTRIBUTING.md
2021-04-08 08:48:27 -04:00
Timothy Appnel
af41efdf46 Fix typo in README.md
helm_template had a typo in it.
2021-03-08 18:49:45 -05:00
Abhijeet Kasurde
1e511113a5 k8s_auth: remove module (#376) 2021-03-08 22:54:22 +05:30
Timothy Appnel
8caca90c11 Update README.md with helm_template module under Included Content (#375) 2021-03-04 19:43:42 +05:30
Mike Graves
5eb280f35a Prep for 1.2 release (#370) 2021-02-19 13:02:07 -05:00
Abhijeet Kasurde
108efaf065 Properly format list in README.md (#302) 2020-11-11 14:39:25 +05:30
Jeff Geerling
9a2e29acd2 Issue #263: Prepare for 1.1.1 release. (#268) 2020-10-09 13:46:20 -05:00
Jeff Geerling
f01644a565 Fix the downstream build and release process (#259)
* Issue #254: Fix 'unbound variable' error with empty array.

* Issue #254: Make downstream-release work completely.

* Make sed commands cross-platform.
2020-10-09 11:06:55 -05:00
Jeff Geerling
9ff259c638 Issue #254: Prepare for 1.1.0 release. (#257)
* Issue #254: Add changelogs for 1.1.0.

* Issue #254: Two of the changes are major.

* Update CHANGELOG and galaxy tag version.

* Issue #254: Document kubernetes.core release process.
2020-10-08 15:35:42 -05:00
Abhijeet Kasurde
5de49373b7 k8s_cluster_info: new module (#160)
Get information about k8s APIs

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-09-28 14:01:37 +05:30
Adam Miller
f9fc0f7d69 fix README, use Makefile everywhere
Signed-off-by: Adam Miller <admiller@redhat.com>
2020-08-26 11:33:00 -05:00
Adam Miller
3885eb1a84 add Makefile, downstream build script, enable CI for downstream
Signed-off-by: Adam Miller <admiller@redhat.com>
2020-08-26 09:39:42 -05:00
Jeff Geerling
b4a3ef3409 Merge pull request #194 from geerlingguy/43-zuul-new-versions
Issue #43: Update README to reflect new Zuul automated tag build and push.
2020-08-25 10:07:08 -05:00
Jeff Geerling
4eea323bb6 Issue #43: Update README to reflect new Zuul automated tag build and push. 2020-08-18 10:26:00 -05:00
Abhijeet Kasurde
f58e6489ce Add contrib page
Fixes: #120

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-08-12 17:57:54 +05:30
Jeff Geerling
e29d4f1d1f Issue #171: Add links for new modules in README. 2020-07-28 10:38:05 -05:00
Jeff Geerling
1ef28bcd73 Issue #171: Update changelog and make sure things are ready for 1.0.0 release. 2020-07-28 10:37:15 -05:00
Jeff Geerling
9f099a43a7 Update docs links in README for plugins. 2020-07-23 12:03:53 -05:00
Jeff Geerling
a16ac42f3e Issue #148: Switch links and CI process to main from master branch. 2020-07-17 08:55:11 -05:00
Jeff Geerling
cc7d6afaf4 Prepare for release 0.11.1. 2020-07-01 14:31:12 -05:00
Jeff Geerling
881ca3d006 Fixes #145: Use FQCN in module docs and in plugin examples. 2020-06-29 16:25:42 -05:00
Jeff Geerling
e80e3fa014 Issue #40: Add changelog and fragments and document new changelog process. 2020-06-18 15:16:10 -05:00
Will Thames
35ffd0e431 Improve k8s Deployment and Daemonset wait conditions
Ensure that Deployments and Daemonsets properly await
all replicas to be available. Correctly handles the
subtle edge case when a service account no longer exists.

Note that this will dramatically slow Daemonset updates
2020-05-15 09:24:35 +10:00
Jeff Geerling
b084e132cb Merge branch 'master' into 0_11-release-prep 2020-05-04 12:07:40 -05:00
Jeff Geerling
b01cbc163e Preparation for 0.11.0 release - and point helm docs at repo for now. 2020-05-04 11:51:53 -05:00
Jeff Geerling
9885c3e1f6 Fixes #29: Make sure release instructions ignore extra files in repo. 2020-05-04 11:41:45 -05:00
Jeff Geerling
b21494ab23 Merge pull request #61 from LucasBoisserie/helm_cli
Add helm, helm_info, and helm_repository modules
2020-05-04 11:34:15 -05:00
Jeff Geerling
130ed49019 Fixes #76: Rename repository to community.kubernetes. 2020-04-29 17:23:02 -05:00
LucasBoisserie
9f788c63e7 Missing helm_repository 2020-04-27 18:03:39 +02:00
LucasBoisserie
e89aa1c692 Fix englist grammar errors and rename modules to helm and helm_info 2020-04-23 16:29:34 +02:00
LucasBoisserie
720326ebb4 Add helm_cli & helm_cli_info 2020-04-23 15:52:12 +02:00
Jeff Geerling
3790cc46f0 Issue #60: Bump version to 0.10.0. 2020-03-23 15:32:35 -05:00
Jeff Geerling
6d49ef700a Issue #31: Add k8s_log and k8s_exec to list of modules in README. 2020-02-19 10:34:50 -06:00
Jeff Geerling
1200460f26 Issue #10: Attempt setting up a KinD cluster in CI workflow.g 2020-02-13 15:01:47 -06:00
Jeff Geerling
cec46a000e Update CI badge to show status of push, not also PRs. 2020-02-12 09:02:38 -06:00
Jeff Geerling
466f9e3c5d Add link to codecov.io overview page from code coverage badge. 2020-02-11 17:31:50 -06:00
Jeff Geerling
a21f8c4d6b Issue #15: Add codecov coverage reporting like grafana collection. 2020-02-11 17:10:38 -06:00
Jeff Geerling
5740620dce Preparation for an initial 0.9.0 release. 2020-02-03 13:18:37 -06:00
Jeff Geerling
8060f6123f Issue #3: Update examples in README and add note about OpenShift Python library. 2020-02-03 12:41:42 -06:00
Jeff Geerling
0cd29010f6 Fixes #3: Add a README with relevant documentation links and usage instructions. 2020-01-31 15:00:00 -06:00
Jeff Geerling
b80632efbd Build on push, and link CI badge to Actions. 2020-01-30 17:03:44 -06:00
Jeff Geerling
9281c749ac Add GitHub Actions CI badge to README. 2020-01-30 17:00:25 -06:00
Jeff Geerling
4b6fdb1615 Issue #1: Restructure role into collection using content_collector. 2020-01-30 10:50:44 -06:00
Jeff Geerling
7cfd49b1f2 Adjust README to reflect status of project. 2020-01-29 14:32:52 -06:00
Fabian von Feilitzsch
b5c7a85de6 Update README.md 2018-05-10 14:09:51 -04:00
Chris Houseknecht
c1ba7bb979 Add Travis button 2017-10-11 13:19:32 -04:00
Chris Houseknecht
a5b08f7c04 Include openshift_common in README 2017-09-01 02:53:17 -04:00
Philip Gough
3924a8dcbe Update README.md (#5) 2017-09-01 02:49:05 -04:00
Chris Houseknecht
49f0b5ba6c Fixes typos and wording 2017-08-23 21:16:41 -04:00
Chris Houseknecht
3d3de36eae Fixes typos and wording 2017-08-23 21:14:11 -04:00