XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. AKorezin
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Groups 0

    AKorezin

    @AKorezin

    0
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    AKorezin Unfollow Follow

    Latest posts made by AKorezin

    • Error message in browser devtools console

      Just noticed error message in browser devtools.
      You are currently using minified code outside of NODE_ENV === "production". This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or setting mode to production in webpack (https://webpack.js.org/concepts/mode/) to ensure you have the correct code for your production build.
      I've found out that this messages for the first time arrived in release 5.59.

      I use self-built version. I wonder if it's just me or everyone?

      posted in Xen Orchestra
      AKorezinA
      AKorezin
    • RE: How to monitor if new XO release is available

      @danp for each release of each npm package.
      But I'm asking about tags for each technical release.

      posted in Xen Orchestra
      AKorezinA
      AKorezin
    • RE: How to monitor if new XO release is available

      It was more than 3 years ago.

      My question was if you can create a tag in git repo every time you do a technical release.
      Anyway if you can't do that please mark the question as resolved.

      Thanks for your help.

      posted in Xen Orchestra
      AKorezinA
      AKorezin
    • RE: How to monitor if new XO release is available

      I've already tried XOA a few years ago.
      After some updates the app broken. So to fix it I have to login in via ssh and fix it by hand.

      Since that I create my very own builds from source. First I've used ansible. It was a mess.
      After that I'm maintaining my own container images. Because I can maintain it.

      As I already mentioned I check repository CHANGELOG.md to determine if there is are new digits. I assumed that commits with digits are releases. So I tag them by hand.

      As a conclusion you wouldn't create any tags in repo?

      posted in Xen Orchestra
      AKorezinA
      AKorezin
    • How to monitor if new XO release is available

      Hello. I maintain my own XO container images.
      To do that I host repository at gitlab.com.
      I'm using renovate bot to monitor for new releases.
      It supports many data sources like npm, repology or github-tags.
      Full list of them available here https://docs.renovatebot.com/modules/datasource/.

      As for XO I periodically check CHANGELOG.md and build new images from commit.
      For example I tag commit d9ea8d2c9cf86c83ec5b4c4e44ade17521b05053 as release 5.56.1.
      I do know that github-tags are not updated on new release.
      I don't know if there any packages that represent each release.
      Also I haven't found any packages that can be used as release source in repology.

      Please, can you recommend me a better way to monitor your releases?

      If there's no better way I have a feature request for you.
      To tag every release in github repository.
      So there will be tags

      • 5.56.1
      • 5.56.0
      • 5.55.1
      • 5.55.0

      I can create feature request in github repo if I have to.

      posted in Xen Orchestra
      AKorezinA
      AKorezin