Commit Graph

166 Commits

Author SHA1 Message Date
github-actions[bot]
b95ac1a686 bump: version 0.0.6 → 0.1.0 [skip ci] 2025-09-13 02:43:12 +00:00
3a1752b148 fix: Attempting to use pre-generated bindgens for the aws-lc-sys library v0.0.6 2025-09-12 20:42:19 -06:00
github-actions[bot]
b29f33413a bump: version 0.0.5 → 0.1.0 [skip ci] 2025-09-13 02:36:35 +00:00
3c119595fa fix: Install openSSL differently to make this work v0.0.5 2025-09-12 20:35:44 -06:00
github-actions[bot]
7f8632b41d bump: version 0.0.4 → 0.1.0 [skip ci] 2025-09-13 02:31:21 +00:00
d8dec0db59 fix: Address edge case for unknown_musl targets v0.0.4 2025-09-12 20:30:44 -06:00
github-actions[bot]
6125e09e54 bump: version 0.0.3 → 0.1.0 [skip ci] 2025-09-13 02:27:44 +00:00
ebea1519c7 fix: Install LLVM prereqs for release flow v0.0.3 2025-09-12 20:26:48 -06:00
github-actions[bot]
ff4ec99ab0 bump: version 0.0.1 → 0.1.0 [skip ci] 2025-09-13 02:21:49 +00:00
378b5cbe65 fix: Updated the release flow to install the external bindgen-cli v0.0.2 2025-09-12 20:20:27 -06:00
github-actions[bot]
595206d0d9 bump: version 0.0.2 → 0.1.0 [skip ci] 2025-09-13 02:14:31 +00:00
0968311055 chore: release prep 2025-09-12 20:12:22 -06:00
a50128649c docs: prep for release v0.0.1 2025-09-12 19:45:55 -06:00
03bc44a9f6 test: Added tests for the Azure Key Vault provider 2025-09-12 19:35:54 -06:00
4042402d1b feat: Azure Key Vault support 2025-09-12 19:28:15 -06:00
a303f2fdaa docs: Updated the docs to show how to use the GCP Secret Manager provider 2025-09-12 18:48:47 -06:00
3e1e138296 test: Added tests for the GCP Secret Manager provider 2025-09-12 18:48:35 -06:00
bcbd755a37 feat: GCP Secret Manager support 2025-09-12 18:36:16 -06:00
ac45287336 feat: Full AWS SecretsManager support 2025-09-12 17:24:47 -06:00
81989f8c94 feat: AWS Secrets Manager support 2025-09-12 17:11:44 -06:00
ae7f04a423 docs: Reverted changelog back to previous value for simplicity 2025-09-12 15:38:13 -06:00
9d8fa17dde refactor: Refactor configuration structs directly into the provider definition to simplify validation, structs, and future extensions 2025-09-12 15:37:17 -06:00
github-actions[bot]
cb1a97471f chore: bump Cargo.toml to 0.2.0 2025-09-12 20:19:55 +00:00
github-actions[bot]
a536aca5a5 bump: version 0.1.0 → 0.2.0 [skip ci] 2025-09-12 20:19:53 +00:00
41a9e8134a docs: Added changelog for commitizen to use for version bumping 2025-09-12 13:59:26 -06:00
d4ec6f6989 ci: Testing to see if MacOS needs an explicitly defined TMPDIR environment variable 2025-09-12 13:54:06 -06:00
69c7a083a2 fix: Made the vault file location more fault tolerant 2025-09-12 13:42:51 -06:00
a1a210eb16 fix: Attempting to maybe be a bit more explicit about config file handling to fix MacOS tests 2025-09-12 13:31:25 -06:00
b5346c813f style: Updated formatting 2025-09-12 13:24:46 -06:00
24d45ab512 test: fixed a windows-specific preview command test 2025-09-12 13:24:00 -06:00
f46434ca44 feat: Added two new flags to output where gman writes logs to and where it expects the config file to live 2025-09-12 13:21:50 -06:00
92e81f6d28 docs: Added docs to the load_config function 2025-09-12 13:21:22 -06:00
cb30cac47b refactor: Made the creation of the log directories a bit more fault tolerant 2025-09-12 13:07:49 -06:00
a6d22c8843 ci: Fixed typo in temp directory variable name 2025-09-12 13:00:35 -06:00
32dfcc1132 ci: Trying a different GitHub actions variable for the temp directory for MacOS 2025-09-12 12:59:47 -06:00
77b9ae7e2d ci: Attempting to fix TMPDIR path used by MacOS 2025-09-12 12:50:25 -06:00
07302bca8e docs: Updated the config file location for Macs 2025-09-12 12:33:23 -06:00
0859d7d3fc build: Upgraded tempfile version to possibly fix bug on mac roundtrip tests 2025-09-12 12:33:14 -06:00
21ba26230c test: Attempting to fix dry-run output tests for mac 2025-09-12 12:19:38 -06:00
f54f8ab15e ci: Updated codecov action version 2025-09-12 12:13:36 -06:00
Alex Clarke
e2d6af4a9d Add BSD 3-Clause License 2025-09-12 11:53:53 -06:00
7d63647f16 style: Addressed formatting issues 2025-09-12 11:52:08 -06:00
f7993714ec ci: Added deployment scripts for chocolatey and homebrew 2025-09-12 11:49:12 -06:00
aaf6850d59 docs: Updated the license in the Cargo.toml 2025-09-12 11:47:55 -06:00
62c06cb9ca ci: Removed the test-release workflow in prep for the real thing 2025-09-12 11:47:40 -06:00
d92976ba29 docs: Updated README with additional package manager installation instructions 2025-09-12 11:47:24 -06:00
194f86144b refactor: Renamed the provider field in a config file to type to make things a little easier to understand; also removed husky 2025-09-12 11:20:02 -06:00
ca990f460e ci: Preparing the repo to go public 2025-09-11 17:19:52 -06:00
1849e11063 ci: Created initial test-release pipeline 2025-09-11 17:05:49 -06:00
9e8e317daf Updated the README with a more clear example of what the purpose of gman is, and also support fully isolated, multiple local based configurations with isolated git repositories so users can have separate repos for different environments 2025-09-11 16:21:47 -06:00