Giter VIP home page Giter VIP logo

semantic-release-helm-oci's People

Contributors

eshepelyuk avatar salzig avatar tverdohleb avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

semantic-release-helm-oci's Issues

Add chart path

Love the plugin. Currently, the plugin is hard coded to expect the chart at the root of the repository. It would be helpful to allow the user to configure the path to the chart.

Something like chartPath or similar would be helpful if you are still maintaining the project.

[QUESTION] Do you publish this fork?

The original version of this isn't maintained. This fork has been updated to include chartPath. I would like to use this version. I'm wondering if you publish for consumption?

ES Modules

Hej,
using this plugin you'll nowadays get an Error like:

Error [ERR_REQUIRE_ESM]: require() of ES Module /usr/lib/node_modules/@semantic-release/error/index.js from /usr/lib/node_modules/@eshepelyuk/semantic-release-helm-oci/lib/verifyConditions.js not supported.
Instead change the require of index.js in /usr/lib/node_modules/@eshepelyuk/semantic-release-helm-oci/lib/verifyConditions.js to a dynamic import() which is available in all CommonJS modules.

which is related to how require/import/includes are handled in the JavaScript world.

Do you have time to work on the necessary change? Are you interested in a MergeRequest?

related Semantic-Release Issue: semantic-release/semantic-release#2133

Chart.yaml must be must be located at `./`

I am missing a configuratin option where i can specify where the Chart.yaml is located in. Currently This plugin is not usable for my use case, i have several charts that i want to handle, e.g.

./charts/A/
./charts/B/

Proposal: Introduce a new parameter called chartPath that is used here

const ch = yaml.load(await fsPromises.readFile("./Chart.yaml"));
and here
const ch = yaml.load(await fsPromises.readFile("./Chart.yaml"));

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.