UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • big-bang/product/packages/elasticsearch-kibana
  • toladipupo/elasticsearch-kibana
  • staskiewicz.blane/elasticsearch-kibana
3 results
Show changes
Commits on Source (2)
......@@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [1.6.0-bb.0] - 2023-10-24
### Changed
- Updating contributing file to link to external github contributions
## [1.6.0-bb.0] - 2023-10-16
### Changed
- ironbank/elastic/elasticsearch/elasticsearch updated from 8.10.2 to 8.10.3
......
......@@ -2,11 +2,14 @@
Thanks for contributing to this repository!
If you are coming from `repo1.dso.mil` and have an account at `login.dso.mil` please keep reading. If you are coming from or looking for the [project on Github](https://github.com/DoD-Platform-One) and wanting to make a Pull Request without a `dso.mil` account please see the last bullet [External Github Contributions](#community-contributions-to-dod-platform-one-via-github).
This repository follows the following conventions:
* [Semantic Versioning](https://semver.org/)
* [Keep a Changelog](https://keepachangelog.com/)
* [Conventional Commits](https://www.conventionalcommits.org/)
* [External Github Contributions](https://repo1.dso.mil/big-bang/bigbang/-/blob/master/CONTRIBUTING.md?ref_type=heads#community-contributions-to-dod-platform-one-via-github)
Development requires the Kubernetes CLI tool as well as a local Kubernetes cluster. [k3d](https://k3d.io) is recommended as a lightweight local option for standing up Kubernetes clusters.
......
# elasticsearch-kibana
![Version: 1.6.0-bb.0](https://img.shields.io/badge/Version-1.6.0--bb.0-informational?style=flat-square) ![AppVersion: 8.10.3](https://img.shields.io/badge/AppVersion-8.10.3-informational?style=flat-square)
![Version: 1.6.0-bb.1](https://img.shields.io/badge/Version-1.6.0--bb.1-informational?style=flat-square) ![AppVersion: 8.10.3](https://img.shields.io/badge/AppVersion-8.10.3-informational?style=flat-square)
Configurable Deployment of Elasticsearch and Kibana Custom Resources Wrapped Inside a Helm Chart.
......
apiVersion: v2
name: elasticsearch-kibana
description: Configurable Deployment of Elasticsearch and Kibana Custom Resources Wrapped Inside a Helm Chart.
version: 1.6.0-bb.0
version: 1.6.0-bb.1
appVersion: 8.10.3
dependencies:
- name: gluon
......