Greven145

Results 5 issues of Greven145

Love the tool! I have a feature request that would make my workflow much easier. I would like to see a flag added that would include the namespace for any...

When comparing numeric values, I get an error: ```bash (feature/1176)$ echo '[{"vote": 10, "Name": "First"},{"vote": 5, "Name": "Second"}]' | jp "[?vote!='10'].{Name: Name}" [ { "Name": "First" }, { "Name": "Second"...

I am seeing the following error in my production.log file: ActionController::RoutingError (uninitialized constant ParkingLotChartController): This is on a Bitnami Redmine Stack install with Redmine 2.0.3 and Rails v3.2.6. I have...

### 🔥 Bug Description When an input is used as a reference for the value of a buildArg, the value is not replaced in the docker build command ### 🔍...

bug

### 🧯 Bugfix Description This PR introduces the ability to enable user secrets during build command execution and the substitution of build arguments from inputs and secrets. This closes #230....