Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mykso/myks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.4
Choose a base ref
...
head repository: mykso/myks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 11 commits
  • 25 files changed
  • 5 contributors

Commits on Dec 26, 2023

  1. docs: add mentions of git

    Zebradil committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    312bf21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3edab0d View commit details
    Browse the repository at this point in the history
  3. fix(deps): update golang.org/x/exp digest to 02704c9 (#160)

    [![Mend
    Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | golang.org/x/exp | require | digest | `dc181d7` -> `02704c9` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Mend
    Renovate](https://www.mend.io/free-developer-tools/renovate/). View
    repository job log [here](https://developer.mend.io/github/mykso/myks).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    e9fe05e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba31a3b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. refactor: use globe config everwhere (#192)

    I've noticed that we are copying constants (folder names) onto too many
    places.
    This MR just ensures that the globe constants are used everywhere.
    
    A good next step would be to centralize filepath.Join with our patterns.
    
    ---------
    
    Co-authored-by: German Lashevich <[email protected]>
    kbudde and Zebradil authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    d802cd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f52709 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. feat: Execute helm dependency build (#154)

    Closes #146 
    
    Can be activated in app-data.ytt.yaml with:
    
    ```
    helm:
      buildDependencies: true
    ```
    
    ---------
    
    Co-authored-by: German Lashevich <[email protected]>
    fritzduchardt and Zebradil authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    c2c0baa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce25793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28c7f42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    053e89f View commit details
    Browse the repository at this point in the history
  5. chore(release): 3.1.0 [skip ci]

    # [3.1.0](v3.0.4...v3.1.0) (2023-12-29)
    
    ### Bug Fixes
    
    * **deps:** update golang.org/x/exp digest to 02704c9 ([#160](#160)) ([e9fe05e](e9fe05e))
    * **plugins:** improve logging ([#190](#190)) ([ba31a3b](ba31a3b))
    * **smart_mode:** add static files directory ([#193](#193)) ([3f52709](3f52709))
    
    ### Features
    
    * Execute helm dependency build ([#154](#154)) ([c2c0baa](c2c0baa)), closes [#146](#146)
    mykso-bot committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    01d992d View commit details
    Browse the repository at this point in the history
Loading