Skip to content

Releases: javajon/katacoda-solver

Release 0.5.4

24 Feb 18:14
5b1f364
Compare
Choose a tag to compare
Added lint command. Updated Linux archetype. Fixed solver download wh…

…en the scenario starts.

(Include here a one-line summary of what this PR accomplishes.)

### Changes

- Added lint command, worked for authors when writing a scenario.  run `solver lint` in the directory of your source for the challenge and see what it reports.
- Updated `linux` canonical archetype created when your run `solver create --archetype=linux ...`
- More testing
- Updated readme and roadmap
- Issue #26 
- Issue #27

⚠️
If you are going to upgrade existing challenges that were created before solver version 0.5.4 then you will need to upgrade the `init-background.sh` script.  Here is a [gist](https://gist.github.com/javajon/bc4d814782a1e11d2bf9ad757b6dc692) for that upgrade. If you are creating a new challenge with solver 0.5.4, use the `solver create ...` command and it will generate the correct files, including the `init-background.sh` script.

See [Creating Challenges](https://www.katacoda.community/challenges/challenges.html) and how to use this tool within the [Challenges Solver Utility](https://www.katacoda.community/challenges/challenges-solver.html).

Release 0.5.3

16 Feb 04:02
2601757
Compare
Choose a tag to compare
  • Fixed: Bug: In testing a challenge, run decrypt command BEFORE running solver view, next, all, and until , #19
  • Fixed: Allow the working directory to be configured for all commands, #18
  • Updated readme
  • Fixed semver calculation via gradle
  • Removed --destination switch from create command
  • Added bash function() to readme for using with solver packaged in a container
  • Bumped dependent versions
  • Adjusted solution encryption output message
  • More unit testing on create and other commands

Release 0.4.1

22 Nov 02:57
b822268
Compare
Choose a tag to compare
Fixing the container publish action.

See [Creating Challenges](https://www.katacoda.community/challenges/challenges.html) and how to use this tool within the [Challenges Solver Utility](https://www.katacoda.community/challenges/challenges-solver.html).

Release 0.3.4

22 Nov 01:33
028ec9c
Compare
Choose a tag to compare
Fixing image container.

### Changes

- Fixing container publish action. 
- Refined command help. 
- Added SOLVER_CONTEXT env override.

See [Creating Chalenges](https://www.katacoda.community/challenges/challenges.html) and how to use this tool within the [Challenges Solver Utility](https://www.katacoda.community/challenges/challenges-solver.html).

Release 0.3.3

21 Nov 21:19
e487257
Compare
Choose a tag to compare
Updated create and Linux archetype. Added container image for GitHub …

…container registry, ghcr.io.

## Changes

- Updated create and Linux archetype.
- Added container image for GitHub container registry, ghcr.io.
- Documentation and roadmap changes

See [Creating Chalenges](https://www.katacoda.community/challenges/challenges.html) and how to use this tool within the [Challenges Solver Utility](https://www.katacoda.community/challenges/challenges-solver.html).

<!---
(Be sure to label branch with `major`, `minor`, or `patch` labels!)
-->

Release 0.3.2

20 Nov 17:10
b00ed3f
Compare
Choose a tag to compare

(Test comment, ignore)