a783ae1242 
								
							 
						 
						
							
							
								
								fix tests  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2025-02-05 21:42:43 +08:00  
				
					
						
							
							
								 
						
							
								9dc0aaa1e7 
								
							 
						 
						
							
							
								
								fix typo in docs ( #1889 )  
							
							... 
							
							
							
							fix typo
Signed-off-by: Adem Abichou <adem.abichou@bertschinnovation.com> 
							
						 
						
							2025-01-23 08:31:00 +08:00  
				
					
						
							
							
								 
						
							
								d4b4fc41c5 
								
							 
						 
						
							
							
								
								build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs ( #1846 )  
							
							... 
							
							
							
							Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5 )
---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-12-24 08:19:45 +08:00  
				
					
						
							
							
								 
						
							
								bd12fa1cc3 
								
							 
						 
						
							
							
								
								feat(state): add support for setString in ReleaseSpec and HelmState ( #1821 )  
							
							... 
							
							
							
							* feat(state): add support for setString in ReleaseSpec and HelmState
Signed-off-by: yxxhero <aiopsclub@163.com>
* docs: add setString section to index.md for helm configuration
Signed-off-by: yxxhero <aiopsclub@163.com>
* tests: fix more tests
Signed-off-by: yxxhero <aiopsclub@163.com>
---------
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2024-12-09 10:37:56 -05:00  
				
					
						
							
							
								 
						
							
								b1f827394c 
								
							 
						 
						
							
							
								
								chore(doc): fix the indent of the selector usage sample yaml ( #1819 )  
							
							... 
							
							
							
							Signed-off-by: Aya Igarashi <ladiclexxx@gmail.com> 
							
						 
						
							2024-12-09 17:16:32 +08:00  
				
					
						
							
							
								 
						
							
								7317d56121 
								
							 
						 
						
							
							
								
								update example chart URL in remote-secrets doc ( #1809 )  
							
							... 
							
							
							
							update example chart URL
Signed-off-by: David Neeley <david.neeley@motorolasolutions.com>
Co-authored-by: David Neeley <david.neeley@motorolasolutions.com> 
							
						 
						
							2024-11-28 13:19:08 +08:00  
				
					
						
							
							
								 
						
							
								4287471acc 
								
							 
						 
						
							
							
								
								feat: add HELMFILE_INTERACTIVE env var to enable interactive mode ( #1787 )  
							
							... 
							
							
							
							* feat: add HELMFILE_INTERACTIVE env var to enable interactive mode
This commit adds the `HELMFILE_INTERACTIVE` environment variable
to enable the interactive mode by default.
Anything other than `true` will disable the interactive mode.
The precedence has the `--interactive` flag.
Signed-off-by: Krzysztof Łuczak <krzysztof.luczak.pro@gmail.com>
* Trim trailing whitespaces
Signed-off-by: Krzysztof Łuczak <krzysztof.luczak.pro@gmail.com>
---------
Signed-off-by: Krzysztof Łuczak <krzysztof.luczak.pro@gmail.com> 
							
						 
						
							2024-11-18 16:35:48 +08:00  
				
					
						
							
							
								 
						
							
								eb6425c20d 
								
							 
						 
						
							
							
								
								Revive dead badge links ( #1776 )  
							
							
							
						 
						
							2024-11-10 07:03:02 +08:00  
				
					
						
							
							
								 
						
							
								3483644581 
								
							 
						 
						
							
							
								
								fix docs build errors ( #1715 )  
							
							... 
							
							
							
							Signed-off-by: zhaque44 <haque.zubair@gmail.com> 
							
						 
						
							2024-09-19 19:37:16 -05:00  
				
					
						
							
							
								 
						
							
								4821b1d498 
								
							 
						 
						
							
							
								
								Fixed typo in configuration section ( #1698 )  
							
							... 
							
							
							
							* chore: Update Ubuntu image to LTS version 24.04 (#1696 )
Signed-off-by: Patrick Hobusch <patrick@hobusch.net>
Signed-off-by: Vedran Kolka <vedran.kolka@syntio.net>
* Fixed typo in configuration section
The comment for setting the password for a Helm repository said it was the "username". Changed it to "password"
Signed-off-by: Vedran Kolka <vedran.kolka@syntio.net>
---------
Signed-off-by: Patrick Hobusch <patrick@hobusch.net>
Signed-off-by: Vedran Kolka <vedran.kolka@syntio.net>
Co-authored-by: Patrick Hobusch <pathob@users.noreply.github.com>
Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> 
							
						 
						
							2024-09-10 07:16:46 +08:00  
				
					
						
							
							
								 
						
							
								2cc995e508 
								
							 
						 
						
							
							
								
								feat: adding ability for for charts to be pulled with plain HTTP ( #1672 )  
							
							... 
							
							
							
							* eat: adding ability for for charts to be pulled without HTTPS
accomplished by:
- Adding PlainHttp attribute to RepositorySpec., HelmDefault, ReleaseSpec
- Adding UnitTests for getOCIChart Flags.
- Adding funciton and unitTests for getChartDownload
- Changing and refactoring how Flags are added to getOCIChart.
Resolves  #1224 
Signed-off-by: Peter Halliday <peter.halliday@servicenow.com>
* Pass PlainHttp to OCI repo options, fix unit test
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Fix doc
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Use repository fields in non-OCI chart download options
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Update hashes in TestGenerateID
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Make sure repo exists when using its options
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Do not add TLS options if PlainHttp is set, adapt unit tests
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Fix doc
Signed-off-by: Pascal Rivard <privard@rbbn.com>
* Remove 'else if' from appendChartDownloadFlags
Signed-off-by: Pascal Rivard <privard@rbbn.com>
---------
Signed-off-by: Peter Halliday <peter.halliday@servicenow.com>
Signed-off-by: Pascal Rivard <privard@rbbn.com>
Co-authored-by: Peter Halliday <peter.halliday@servicenow.com>
Co-authored-by: Pascal Rivard <privard@rbbn.com> 
							
						 
						
							2024-08-27 08:00:20 +08:00  
				
					
						
							
							
								 
						
							
								505da8a31c 
								
							 
						 
						
							
							
								
								feat: add isDir template function ( #1657 )  
							
							
							
						 
						
							2024-08-06 21:39:00 +08:00  
				
					
						
							
							
								 
						
							
								75ad24e6dc 
								
							 
						 
						
							
							
								
								feat: use helm status to find helm release ( #1640 )  
							
							... 
							
							
							
							* feat: use helm status to find helm release
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2024-07-30 13:40:44 +08:00  
				
					
						
							
							
								 
						
							
								fb7046292b 
								
							 
						 
						
							
							
								
								chore: documentation updates: grammar & rm whitespace ( #1639 )  
							
							
							
						 
						
							2024-07-21 13:31:41 +08:00  
				
					
						
							
							
								 
						
							
								744c3f5f32 
								
							 
						 
						
							
							
								
								build(deps): bump zipp from 3.7.0 to 3.19.1 in /docs ( #1620 )  
							
							... 
							
							
							
							Bumps [zipp](https://github.com/jaraco/zipp ) from 3.7.0 to 3.19.1.
- [Release notes](https://github.com/jaraco/zipp/releases )
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/zipp/compare/v3.7.0...v3.19.1 )
---
updated-dependencies:
- dependency-name: zipp
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-07-11 22:04:40 +08:00  
				
					
						
							
							
								 
						
							
								8f8125f893 
								
							 
						 
						
							
							
								
								Fix typo and link for supported backends ( #1529 )  
							
							... 
							
							
							
							fix typo and link for supported backends
Signed-off-by: Koen Punt <koen@koenpunt.nl> 
							
						 
						
							2024-05-21 07:18:39 +08:00  
				
					
						
							
							
								 
						
							
								c689a4ce05 
								
							 
						 
						
							
							
								
								Update the project status with invitation to v1 rc testers ( #1513 )  
							
							... 
							
							
							
							Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com> 
							
						 
						
							2024-05-09 13:45:28 +08:00  
				
					
						
							
							
								 
						
							
								ae7e3046b7 
								
							 
						 
						
							
							
								
								v1: Document experimental features ( #1512 )  
							
							... 
							
							
							
							See the updated v1 proposal for why we need it now.
Signed-off-by: Yusuke Kuoka <ykuoka@gmail.com> 
							
						 
						
							2024-05-09 10:18:29 +08:00  
				
					
						
							
							
								 
						
							
								fef68b1155 
								
							 
						 
						
							
							
								
								build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /docs ( #1505 )  
							
							... 
							
							
							
							Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4 )
---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2024-05-07 07:02:45 +08:00  
				
					
						
							
							
								 
						
							
								dc20eb10c5 
								
							 
						 
						
							
							
								
								Update DAG with dependencies ( #1477 )  
							
							... 
							
							
							
							* Add show-dag command
Signed-off-by: vlpav030 <vpav.030@gmail.com> 
							
						 
						
							2024-04-27 07:37:28 +08:00  
				
					
						
							
							
								 
						
							
								a15a1b0731 
								
							 
						 
						
							
							
								
								Feature/support env hcl and interpolations ( #1423 )  
							
							... 
							
							
							
							* support HCL language for env variables
Signed-off-by: xtphate <65117176+XT-Phate@users.noreply.github.com> 
							
						 
						
							2024-04-22 08:02:14 +08:00  
				
					
						
							
							
								 
						
							
								81b44c19fe 
								
							 
						 
						
							
							
								
								Misc documentation fixes ( #1442 )  
							
							... 
							
							
							
							Small documentation updates.
Signed-off-by: StarlessNights <iihaja@utu.fi> 
							
						 
						
							2024-04-06 07:17:32 +08:00  
				
					
						
							
							
								 
						
							
								7ccacb7ee5 
								
							 
						 
						
							
							
								
								Add the SyncArgs option and --sync-args flag ( #1375 )  
							
							... 
							
							
							
							* add the SyncArgs option
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
* add syncArgs to helmDefaults and update index.md
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
* add --sync-args flags to helmfile sync
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
* add tests for appendExtraDiffFlags and appendExtraSyncFlags
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
---------
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> 
							
						 
						
							2024-02-29 20:49:48 +08:00  
				
					
						
							
							
								 
						
							
								9203641f03 
								
							 
						 
						
							
							
								
								feat: add suppress output line regex support ( #1329 )  
							
							... 
							
							
							
							* feat: add suppress output line regex support
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2024-02-18 12:10:14 +08:00  
				
					
						
							
							
								 
						
							
								61202424e4 
								
							 
						 
						
							
							
								
								feat: document that jsonPatches et al can be files ( #1313 )  
							
							
							
						 
						
							2024-01-26 07:01:21 +08:00  
				
					
						
							
							
								 
						
							
								58e782c52b 
								
							 
						 
						
							
							
								
								build(deps): bump jinja2 from 3.1.1 to 3.1.3 in /docs ( #1284 )  
							
							
							
						 
						
							2024-01-12 06:02:23 +08:00  
				
					
						
							
							
								 
						
							
								46353b6e5a 
								
							 
						 
						
							
							
								
								build(deps): bump gitpython from 3.1.37 to 3.1.41 in /docs ( #1280 )  
							
							
							
						 
						
							2024-01-11 07:15:21 +08:00  
				
					
						
							
							
								 
						
							
								0ebe15295b 
								
							 
						 
						
							
							
								
								chore(docs): Add missing template funcs  ( #1201 )  
							
							
							
						 
						
							2023-12-08 03:14:10 +08:00  
				
					
						
							
							
								 
						
							
								45d63335fa 
								
							 
						 
						
							
							
								
								chore(docs): update link ( #1198 )  
							
							
							
						 
						
							2023-12-07 06:55:46 +08:00  
				
					
						
							
							
								 
						
							
								1e5201c414 
								
							 
						 
						
							
							
								
								fix(docs): typo in templating_funcs.md ( #1194 )  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-12-06 07:55:06 +08:00  
				
					
						
							
							
								 
						
							
								29caac793e 
								
							 
						 
						
							
							
								
								Allow secrets to be excluded from release template inheritance ( #1189 )  
							
							... 
							
							
							
							* Allow secrets to be excluded from inheritance, small docs update
Signed-off-by: Alex Vorona <alex@vorona.com.ua>
* Fix typo in docs
Signed-off-by: Alex Vorona <alex@vorona.com.ua>
---------
Signed-off-by: Alex Vorona <alex@vorona.com.ua> 
							
						 
						
							2023-12-05 18:17:48 +08:00  
				
					
						
							
							
								 
						
							
								b10692dc9b 
								
							 
						 
						
							
							
								
								Create DeleteWait and DeleteTimeout parameters for Destroy ( #1177 )  
							
							... 
							
							
							
							* Create DeleteWait and DeleteTimeout parameters
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* Create tests for deleteWait and deleteTimeout
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* build(deps): bump github.com/aws/aws-sdk-go from 1.48.6 to 1.48.7 (#1176 )
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.48.6 to 1.48.7.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.48.6...v1.48.7 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update temp_test.go with DeleteWait and DeleteTimeout
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* Create deleteWait function in state.go
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
* Fix comments from review
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
---------
Signed-off-by: Virginia Tavares <briosovirginia@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Virginia Tavares <virginia.tavares@ericsson.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2023-12-05 08:38:37 +08:00  
				
					
						
							
							
								 
						
							
								7d6ed97333 
								
							 
						 
						
							
							
								
								feat: include func support ( #1187 )  
							
							... 
							
							
							
							* feat: include func support
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-12-04 21:51:01 +08:00  
				
					
						
							
							
								 
						
							
								4c1a8198df 
								
							 
						 
						
							
							
								
								update get and getOrNil docs ( #1164 )  
							
							... 
							
							
							
							Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-11-23 17:10:21 +08:00  
				
					
						
							
							
								 
						
							
								d0b8d7ee5e 
								
							 
						 
						
							
							
								
								Add "PostRendererArgs" option to be passed to helm ( #1133 )  
							
							... 
							
							
							
							* Add "PostRendererArgs" option to be passed to helm
This allows using PowerShell scripts on Windows as Post Renderer.
Signed-off-by: Maarten Boekhold <maarten.boekhold@finastra.com> 
							
						 
						
							2023-11-21 21:32:14 +08:00  
				
					
						
							
							
								 
						
							
								ed132a43db 
								
							 
						 
						
							
							
								
								docs: fix indentation error in index.md ( #1114 )  
							
							
							
						 
						
							2023-11-03 07:21:02 +08:00  
				
					
						
							
							
								 
						
							
								e1d42e5aab 
								
							 
						 
						
							
							
								
								doc: remote Environment values support more protocols ( #1089 )  
							
							
							
						 
						
							2023-10-23 05:50:01 +08:00  
				
					
						
							
							
								 
						
							
								99328b8e76 
								
							 
						 
						
							
							
								
								build(deps): bump gitpython from 3.1.35 to 3.1.37 in /docs ( #1059 )  
							
							... 
							
							
							
							Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.35 to 3.1.37.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.35...3.1.37 )
---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2023-10-10 19:58:50 -05:00  
				
					
						
							
							
								 
						
							
								430a825b12 
								
							 
						 
						
							
							
								
								Add diffArgs to helmDefaults ( #1019 )  
							
							... 
							
							
							
							* Add diffArgs to helmDefaults
Signed-off-by: Yuuki Takahashi <20282867+yktakaha4@users.noreply.github.com> 
							
						 
						
							2023-09-13 21:23:41 -05:00  
				
					
						
							
							
								 
						
							
								ad258463b6 
								
							 
						 
						
							
							
								
								feat: add an option to set a custom kustomize binary ( #1012 )  
							
							... 
							
							
							
							Signed-off-by: Alessio Dionisi <me@alessiodionisi.com> 
							
						 
						
							2023-09-13 06:58:53 -05:00  
				
					
						
							
							
								 
						
							
								e7560afe04 
								
							 
						 
						
							
							
								
								build(deps): bump gitpython from 3.1.34 to 3.1.35 in /docs ( #1008 )  
							
							... 
							
							
							
							Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.34 to 3.1.35.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.34...3.1.35 )
---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2023-09-09 09:06:22 -05:00  
				
					
						
							
							
								 
						
							
								0980ed70c3 
								
							 
						 
						
							
							
								
								chore: added a note in the doc. ( #1006 )  
							
							... 
							
							
							
							Signed-off-by: Lakshmi Ravipati <lakshmi.ravipati@teladochealth.com> 
							
						 
						
							2023-09-08 00:50:43 -05:00  
				
					
						
							
							
								 
						
							
								a6e9e27a72 
								
							 
						 
						
							
							
								
								build(deps): bump gitpython from 3.1.32 to 3.1.34 in /docs ( #1004 )  
							
							
							
						 
						
							2023-09-06 17:31:02 -05:00  
				
					
						
							
							
								 
						
							
								8aa4389fe9 
								
							 
						 
						
							
							
								
								Add missing documentation for isFile function ( #996 )  
							
							... 
							
							
							
							See ed436ba68b 
							
						 
						
							2023-09-01 01:52:30 -05:00  
				
					
						
							
							
								 
						
							
								5e4feb9fca 
								
							 
						 
						
							
							
								
								Update docs for running as container ( #988 )  
							
							... 
							
							
							
							Removes reference to non-existent Helm 3 images
Updates version
Corrects bind mounts for current Dockerfile
Signed-off-by: Daniel Key <daniel@pointyshinyburning.org> 
							
						 
						
							2023-08-23 18:29:49 -05:00  
				
					
						
							
							
								 
						
							
								e4184a48b4 
								
							 
						 
						
							
							
								
								update keyring docs ( #986 )  
							
							... 
							
							
							
							* update docs about keyring
Signed-off-by: yxxhero <aiopsclub@163.com> 
							
						 
						
							2023-08-23 01:17:07 -05:00  
				
					
						
							
							
								 
						
							
								412d4f7f2e 
								
							 
						 
						
							
							
								
								build(deps): bump gitpython from 3.1.30 to 3.1.32 in /docs ( #970 )  
							
							... 
							
							
							
							Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.30 to 3.1.32.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.30...3.1.32 )
---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
							
						 
						
							2023-08-12 06:56:10 +08:00  
				
					
						
							
							
								 
						
							
								d44b94cd68 
								
							 
						 
						
							
							
								
								fix typo ( #940 )  
							
							... 
							
							
							
							Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com> 
							
						 
						
							2023-07-23 17:24:15 +08:00  
				
					
						
							
							
								 
						
							
								d1c260af5f 
								
							 
						 
						
							
							
								
								feat: Allow to skip diff output on release base ( #906 )  
							
							... 
							
							
							
							* feat: Allow to skip diff output on release base
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
* fix tests
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
* feat: Allow to skip diff output on release base
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
* fix tests
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
* s/skipDiffOutput/suppressDiff
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
* s/skipDiffOutput/suppressDiff
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
* fix tests
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
---------
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de> 
							
						 
						
							2023-07-02 07:50:59 +08:00  
				
					
						
							
							
								 
						
							
								d3c34d61f2 
								
							 
						 
						
							
							
								
								fix(docs): table and list formatting ( #891 )  
							
							... 
							
							
							
							Signed-off-by: Joseph Gardner <josephgardner@users.noreply.github.com> 
							
						 
						
							2023-06-11 06:57:38 +08:00