Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

This PR contains the following updates:

Package Type Update Change
whelk-io/maven-settings-xml-action action major v2v22

Release Notes

whelk-io/maven-settings-xml-action (whelk-io/maven-settings-xml-action)

v22: Node and dependency upgrade

Compare Source

What's Changed

Full Changelog: whelk-io/maven-settings-xml-action@v21...v22

v21: Node and dependency upgrade

Compare Source

  • Upgrade action to use Node 16
  • Bump dependencies to latest versions

v20: Support for proxies

Compare Source

  • Add support for proxies
  • Upgrade actions/setup-java from 1.4.3 to 2.2.0

v19

Compare Source

v18: Add option for custom filepath for settings.xml

Compare Source

  • Add option for custom filepath for settings.xml, fixes #​111

  • Add basic maven application for testing build, fixes #​114

  • Add CodeQL analysis automated workflow

v17: Default repository and activeProfile configuration

Compare Source

Maven Central is now an optional repository. Override this default configuration at repository.

- name: maven-settings-xml-action
  uses: whelk-io/maven-settings-xml-action@v17
  with:
    repositories: |
      [
        {
          "id": "some-repository",
          "name": "some-repository-name",
          "url": "http://some.repository.url",
          "releases": {
            "enabled": "true"
          },
          "snapshots": {
            "enabled": "false"
          }
        }
      ]

When repository is not configured, the following default is applied to settings.xml:

<profiles>
  <profile>
    <id>github</id>
    <repositories>
      <repository>
        <id>central</id>
        <name>Maven Central</name>
        <url>https://repo1.maven.org/maven2</url>
        <releases>
          <enabled>true</enabled>
        </releases>
        <snapshots>
          <enabled>false</enabled>
        </snapshots>
      </repository>
    </repositories>
    <pluginRepositories/>
  </profile>
</profiles>

github is now an optional activeProfile. Override this default activeProfile at active_profiles.

- name: maven-settings-xml-action
  uses: whelk-io/maven-settings-xml-action@v17
  with:
    active_profiles: |
      [ 
        "some-profile"
      ]

When active_profiles is not configured, the following default is applied to settings.xml:

<activeProfiles>
  <activeProfile>github</activeProfile>
</activeProfiles>

Updated README.md with local setup and contributing guidelines.

v17: Default repository and activeProfile configuration

Compare Source

Maven Central is now an optional repository. Override this default configuration at repository.

- name: maven-settings-xml-action
  uses: whelk-io/maven-settings-xml-action@v17
  with:
    repositories: |
      [
        {
          "id": "some-repository",
          "name": "some-repository-name",
          "url": "http://some.repository.url",
          "releases": {
            "enabled": "true"
          },
          "snapshots": {
            "enabled": "false"
          }
        }
      ]

When repository is not configured, the following default is applied to settings.xml:

<profiles>
  <profile>
    <id>github</id>
    <repositories>
      <repository>
        <id>central</id>
        <name>Maven Central</name>
        <url>https://repo1.maven.org/maven2</url>
        <releases>
          <enabled>true</enabled>
        </releases>
        <snapshots>
          <enabled>false</enabled>
        </snapshots>
      </repository>
    </repositories>
    <pluginRepositories/>
  </profile>
</profiles>

github is now an optional activeProfile. Override this default activeProfile at active_profiles.

- name: maven-settings-xml-action
  uses: whelk-io/maven-settings-xml-action@v17
  with:
    active_profiles: |
      [ 
        "some-profile"
      ]

When active_profiles is not configured, the following default is applied to settings.xml:

<activeProfiles>
  <activeProfile>github</activeProfile>
</activeProfiles>

Updated README.md with local setup and contributing guidelines.

v16: Full server support

Compare Source

  • Added support for server.configuration
  • Added support for remaining server elements: passphrase, privateKey, filePermissions, directoryPermissions
  • Fixed transitive dependency vulnerability identified by Dependabot

v15: Remove transitive dependencies with known issues

Compare Source

Cleared new vulnerabilities identified by Dependabot

v14: Add support for plugin groups

Compare Source

Now supporting pluginGroups

Configuration

- name: maven-settings-xml-action
  uses: whelk-io/maven-settings-xml-action@v14
  with:
    plugin_groups: '[ "some.plugin.group.id", "some.other.plugin.group.id" ]'

Output

<settings>
  ...
  <pluginGroups>
    <pluginGroup>org.eclipse.jetty</pluginGroup>
  </pluginGroups>
  ...
</settings>

v13: Update dependencies to resolve vulnerabilities

Compare Source

v12: Update action name and description

Compare Source

v11: Fix vulnerability with serialize-javascript

Compare Source

v10: Fix vulnerability with Lodash

Compare Source

v9: Fix npm build

Compare Source

v8: Added support for profiles

Compare Source

  • Added support for profiles
  • Updated to latest version of mocha and github-actions
  • Cleaned up build and node_modules

v7: Support for mirrors

Compare Source

  • Added support for maven repository mirrors.
  • Updated to latest version of action core.

v6: Support for snapshot and release repositories

Compare Source

v5: Update dependencies

Compare Source

v4

Compare Source

Add support for <pluginRepositories/>

v3: Updated dependencies

Compare Source

Bump mocha from 6.2.2 to 7.0.1
Bump @​actions/core from 1.2.0 to 1.2.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/whelk-io-maven-settings-xml-action-22.x branch from 50b7b22 to c62c9e9 Compare July 28, 2025 13:30
@renovate renovate bot force-pushed the renovate/whelk-io-maven-settings-xml-action-22.x branch from c62c9e9 to 29fb87c Compare October 29, 2025 12:29
@renovate renovate bot force-pushed the renovate/whelk-io-maven-settings-xml-action-22.x branch from 29fb87c to 6d4f9f4 Compare November 10, 2025 16:36
@renovate renovate bot force-pushed the renovate/whelk-io-maven-settings-xml-action-22.x branch from 6d4f9f4 to 84939b6 Compare December 15, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant