Skip to content

Commit

Permalink
Updated changelogs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisurban committed Jan 27, 2022
1 parent 00f5b33 commit b00a69c
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 70 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
## [1.0.2](https://github.com/confluentinc/csid-config-providers/releases/tag/1.0.2) (2021-12-01)

### Features and Fixes
- Refactor introduced NPE for hanging config variables that were not removed. Ensured that all unit tests are checking that supplied configs from base class are not null. Fixes CSIDG-57. (#2)
- Updated documentation
- CSIDG-97: update pom for correct package name (#10)
- CSIDG-97: Removing extraneous docs artifacts (#11)
- Small fix for sample properties auth.method vs login.by (#7)
- Hashicorpvault approle issue ... (#9)
- Updated and formatted documentation (#5)
- added ability to configure kv secrets engine version (#3)
- Updated pom logback version for CVE-2017-5929. (#4)

## [1.0.1](https://github.com/confluentinc/csid-config-providers/releases/tag/1.0.1) (2021-09-24)

Expand Down
Binary file modified docs/.DS_Store
Binary file not shown.
143 changes: 75 additions & 68 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,70 +4,70 @@
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Change Log &mdash; Confluent CSID Secrets Provider documentation documentation</title>





<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
















<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->


<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>

<script type="text/javascript" src="_static/js/theme.js"></script>


<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Implementation &amp; Configuration" href="implementation.html" />
<link rel="prev" title="Confluent Secrets Provider" href="introduction.html" />
<link rel="prev" title="Confluent Secrets Provider" href="introduction.html" />
</head>

<body class="wy-body-for-nav">


<div class="wy-grid-for-nav">

<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >





<a href="index.html" class="icon icon-home"> Confluent CSID Secrets Provider documentation





</a>












<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
Expand All @@ -76,17 +76,17 @@
</form>
</div>


</div>


<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">






<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Confluent Secrets Provider</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Change Log</a><ul>
Expand Down Expand Up @@ -115,29 +115,29 @@
<li class="toctree-l1"><a class="reference internal" href="project-attribution.html">3rd-Party Software for git&#64;github.com:confluentinc/csid-config-providers.git</a></li>
</ul>



</div>

</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">


<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">Confluent CSID Secrets Provider documentation</a>

</nav>


<div class="wy-nav-content">

<div class="rst-content">





Expand All @@ -158,36 +158,43 @@
<div role="navigation" aria-label="breadcrumbs navigation">

<ul class="wy-breadcrumbs">

<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>

<li>Change Log</li>


<li class="wy-breadcrumbs-aside">


<a href="_sources/changelog.md.txt" rel="nofollow"> View page source</a>


</li>

</ul>


<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<div class="section" id="change-log">
<h1>Change Log<a class="headerlink" href="#change-log" title="Permalink to this headline"></a></h1>
<div class="section" id="id1">
<h2><a class="reference external" href="https://github.com/confluentinc/csid-config-providers/releases/tag/1.0.2">1.0.2</a> (2021-12-01)<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<div class="section" id="features-and-fixes">
<h3>Features and Fixes<a class="headerlink" href="#features-and-fixes" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Refactor introduced NPE for hanging config variables that were not removed. Ensured that all unit tests are checking that supplied configs from base class are not null. Fixes CSIDG-57. (#2)</p></li>
<li><p>Updated documentation</p></li>
<li><p>CSIDG-97: update pom for correct package name (#10)</p></li>
<li><p>CSIDG-97: Removing extraneous docs artifacts (#11)</p></li>
<li><p>Small fix for sample properties auth.method vs login.by (#7)</p></li>
<li><p>Hashicorpvault approle issue ... (#9)</p></li>
<li><p>Updated and formatted documentation (#5)</p></li>
<li><p>added ability to configure kv secrets engine version (#3)</p></li>
<li><p>Updated pom logback version for CVE-2017-5929. (#4)</p></li>
</ul>
</div>
</div>
Expand All @@ -214,7 +221,7 @@ <h3>Features and Fixes<a class="headerlink" href="#id5" title="Permalink to this


</div>

</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
Expand All @@ -230,14 +237,14 @@ <h3>Features and Fixes<a class="headerlink" href="#id5" title="Permalink to this

</p>
</div>



Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.

provided by <a href="https://readthedocs.org">Read the Docs</a>.

</footer>
</div>
Expand All @@ -246,18 +253,18 @@ <h3>Features and Fixes<a class="headerlink" href="#id5" title="Permalink to this
</section>

</div>


<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>






</body>
</html>
</html>
6 changes: 5 additions & 1 deletion docs_src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
## [1.0.2](https://github.com/confluentinc/csid-config-providers/releases/tag/1.0.2) (2021-12-01)

### Features and Fixes
- Refactor introduced NPE for hanging config variables that were not removed. Ensured that all unit tests are checking that supplied configs from base class are not null. Fixes CSIDG-57. (#2)
- Updated documentation
- CSIDG-97: update pom for correct package name (#10)
- CSIDG-97: Removing extraneous docs artifacts (#11)
- Small fix for sample properties auth.method vs login.by (#7)
- Hashicorpvault approle issue ... (#9)

## [1.0.1](https://github.com/confluentinc/csid-config-providers/releases/tag/1.0.1) (2021-09-24)

Expand Down

0 comments on commit b00a69c

Please sign in to comment.