about summary refs log tree commit diff
path: root/context/testdata/explicit-subresource-path.yaml (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04 fix(build): Explicitly patch interpreter shebangs in buildVincent Ambo1-0/+1
2019-09-04 chore(image): Bump alpine, kubectl and passVincent Ambo2-5/+5
2019-09-04 chore: Bump Nix channel used for release buildsVincent Ambo1-4/+4
2019-09-04 chore(build): Bump version to 1.8.0Vincent Ambo2-2/+2
2019-09-04 chore: Update copyright headers to 2019Vincent Ambo12-12/+12
2019-09-04 chore: Update dependency versionsVincent Ambo1-53/+53
2019-09-04 fix(context): Ensure resource set paths are made absoluteVincent Ambo3-17/+22
2019-05-01 docs: Update `configHash` tip to use `insertTemplate` functionJude Venn1-11/+13
2019-05-01 test(templater): Add a test for the `insertTemplate` functionJude Venn2-0/+25
2019-05-01 feat(templater): Add insertTemplate functionJude Venn2-1/+11
2019-05-01 fix(build): Make Nix build work with recent nixpkgsVincent Ambo1-1/+3
2019-01-21 chore(build): kubectl upgraded to the latest stable version (1.13.2)Felix Wiedmann2-2/+2
2019-01-21 chore(build): Move Nix commit for releases to latest NixOS stableVincent Ambo1-2/+2
2019-01-21 fix(build): Depend on GNU Parallel during buildVincent Ambo1-0/+1
2018-12-11 feat(main): Support specifying kubectl args in ResourceSetsMartin Lehmann6-2/+61
2018-08-15 docs(README): Add note about installing on NixOSVincent Ambo1-0/+6
2018-08-15 chore(image): Update image for Kontemplate 1.7.0Vincent Ambo2-5/+5
2018-08-15 chore(brew): Update Homebrew formula for 1.7.0Vincent Ambo1-3/+3
2018-08-15 chore(build): Update dependencies to newest versionVincent Ambo1-24/+24
2018-07-14 test(templater): Add a test for the `default` template functionVincent Ambo2-0/+18
2018-07-14 feat(templater): override sprig default function with guarded alternativePhillip Johnsen1-0/+6
2018-06-26 chore: Bump version to 1.7.0Vincent Ambo2-2/+2
2018-06-26 test(context): Introduce an explicit value merging testVincent Ambo5-0/+51
2018-06-26 chore(context): Remove previous value override testVincent Ambo2-33/+0
2018-06-26 refactor(context): Rewrite and explain value merging logicVincent Ambo1-11/+52
2018-06-26 feat(main): Add CLI flag for setting kubectl executableVincent Ambo1-4/+5
2018-06-21 fix(context): Use SplitN to split CLI variable specificationsVincent Ambo1-1/+1
2018-06-09 chore(image): Bump version to 1.6.0Vincent Ambo2-5/+6
2018-06-09 chore(brew): Update Homebrew formula for 1.6.0Vincent Ambo1-3/+3
2018-06-09 fix(build): Fix shebang in build-release.shVincent Ambo1-3/+3
2018-06-09 chore: Bump version to 1.6.0Vincent Ambo2-2/+2
2018-06-09 feat(templater): Support single-template resource setsVincent Ambo3-23/+55
2018-06-09 fix(context): Global values have precedence over defaultsVincent Ambo1-2/+2
2018-06-09 feat(context): Support loading import variables from absolute pathsVincent Ambo2-11/+20
2018-06-09 refactor(util): Use YAML parser for both JSON & YAML filesVincent Ambo2-13/+8
2018-06-09 refactor(context): Implement more explicit merging of variablesVincent Ambo5-62/+96
2018-06-09 feat(context): allow explicit variables to be defined as argumentPhillip Johnsen3-0/