This repository was archived by the owner on Dec 21, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Synchronize pod state with systemd service state #164
Merged
siegfriedweber
merged 9 commits into
stackabletech:main
from
siegfriedweber:sync_agent_and_unit_states
May 20, 2021
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
9fd5560
Functions to start and stop systemd units now await the JobRemoved si…
siegfriedweber 1811b4b
All dependencies upgraded
siegfriedweber 8a23169
Version set to 0.1.1 and changelog updated
siegfriedweber 30736b0
Changelog converted to asciidoc
siegfriedweber 9d3602c
Repetitive code replaced with macros
siegfriedweber 45c442f
Periods removed from log output
siegfriedweber 81523fe
Code commented
siegfriedweber 411ae92
Documentation improved
siegfriedweber ba7cbf3
Version set to 0.2.0 and changelog updated
siegfriedweber File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| = Changelog | ||
|
|
||
| == 0.2.0 - 2021-05-20 | ||
|
|
||
| :159: https://github.com/stackabletech/agent/pull/159[#159] | ||
| :164: https://github.com/stackabletech/agent/pull/164[#164] | ||
|
|
||
| === Added | ||
| * Templating facility added to the `config-directory` parameter ({159}). | ||
|
|
||
| === Fixed | ||
| * Pod state synchronized with systemd service state ({164}). | ||
|
|
||
| == 0.1.0 - 2021-05-17 | ||
|
|
||
| :1: https://github.com/stackabletech/agent/pull/1[#1] | ||
| :18: https://github.com/stackabletech/agent/pull/18[#18] | ||
| :23: https://github.com/stackabletech/agent/pull/23[#23] | ||
| :25: https://github.com/stackabletech/agent/pull/25[#25] | ||
| :26: https://github.com/stackabletech/agent/pull/26[#26] | ||
| :30: https://github.com/stackabletech/agent/pull/30[#30] | ||
| :32: https://github.com/stackabletech/agent/pull/32[#32] | ||
| :35: https://github.com/stackabletech/agent/pull/35[#35] | ||
| :36: https://github.com/stackabletech/agent/pull/36[#36] | ||
| :40: https://github.com/stackabletech/agent/pull/40[#40] | ||
| :43: https://github.com/stackabletech/agent/pull/43[#43] | ||
| :50: https://github.com/stackabletech/agent/pull/50[#50] | ||
| :53: https://github.com/stackabletech/agent/pull/53[#53] | ||
| :56: https://github.com/stackabletech/agent/pull/56[#56] | ||
| :57: https://github.com/stackabletech/agent/pull/57[#57] | ||
| :63: https://github.com/stackabletech/agent/pull/63[#63] | ||
| :72: https://github.com/stackabletech/agent/pull/72[#72] | ||
| :73: https://github.com/stackabletech/agent/pull/73[#73] | ||
| :77: https://github.com/stackabletech/agent/pull/77[#77] | ||
| :78: https://github.com/stackabletech/agent/pull/78[#78] | ||
| :79: https://github.com/stackabletech/agent/pull/79[#79] | ||
| :94: https://github.com/stackabletech/agent/pull/94[#94] | ||
| :100: https://github.com/stackabletech/agent/pull/100[#100] | ||
| :109: https://github.com/stackabletech/agent/pull/109[#109] | ||
| :110: https://github.com/stackabletech/agent/pull/110[#110] | ||
| :135: https://github.com/stackabletech/agent/pull/135[#135] | ||
| :138: https://github.com/stackabletech/agent/pull/138[#138] | ||
| :144: https://github.com/stackabletech/agent/pull/144[#144] | ||
| :145: https://github.com/stackabletech/agent/pull/145[#145] | ||
| :152: https://github.com/stackabletech/agent/pull/152[#152] | ||
|
|
||
| === Added | ||
| * Apache license v2.0 set ({23}). | ||
| * Krustlet based agent implementation created ({1}, {18}, {26}, {35}, {40}). | ||
| * Functionality to stop and restart processes added ({25}). | ||
| * Agent restart without impacting running services enabled ({63}). | ||
| * Rendering of template variables to environment variables added ({30}). | ||
| * Setting of pod condition "ready" for state "running" added ({32}). | ||
| * Support for command line parameters added ({36}, {50}, {72}, {109}). | ||
| * Integration with systemd implemented ({43}, {53}, {100}, {152}). | ||
| * Dependabot and security audit enabled ({56}, {57}). | ||
| * Building and publishing of nightly deb and rpm packages added ({73}, {78}, {94}, {110}, {144}). | ||
| * Bootstrapping of certificates and kubeconfig added ({77}). | ||
| * Support for running of services as application users added ({79}). | ||
| * Retrieval of container logs with kubectl logs implemented ({135}). | ||
| * Configuration of terminationGracePeriodSeconds considered in systemd units ({138}). | ||
| * Systemd dependency adapted so that it is compatible with systemd version 241 ({145}). |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.