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: liquibase/liquibase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.29.0
Choose a base ref
...
head repository: liquibase/liquibase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.29.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    54744c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. DAT-18308 DevOps :: Extensions are built against liquibase 0-SNAPSHOT (

    …#6144)
    
    * 🔧 (re-version.sh): update liquibase version in pom.xml files to match the project version for consistency and compatibility.
    
    * ⬆️ (pom.xml): downgrade snowflake-jdbc version from 3.18.0 to 3.16.1 to resolve compatibility issues and align with dependencies in the project.
    
    * 🔧 (build-extension-jars.yml): update liquibase version in pom.xml to match the specified version before deploying the artifact
    
    * 🔧 (build-extension-jars.yml): update sed command to dynamically replace liquibase version in pom.xml file using GitHub Actions inputs
    
    * 🔧 (create-release.yml): fix zip command to correctly create the zip file with the liquibase version folder contents
    
    * 🔧 (build-extension-jars.yml): update liquibase version in pom.xml to match the input version before deploying the artifact
    
    * ⬆️ (create-release.yml): upgrade liquibase/liquibase build-extension-jars workflow to version DAT-18308 to address specific issue or feature request
    
    * fix tar.gz folder
    
    * Update create-release.yml
    
    change reference to release branch
    
    ---------
    
    Co-authored-by: filipe <flautert@liquibase.org>
    Alejandro Alvarez and filipelautert authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ab2ee6b View commit details
    Browse the repository at this point in the history
  2. DAT-18308 DevOps :: Extensions are built against liquibase 0-SNAPSHOT (

    …#6146)
    
    * Bump net.snowflake:snowflake-jdbc from 3.16.1 to 3.18.0 (#6131)
    
    Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.16.1 to 3.18.0.
    - [Release notes](https://github.com/snowflakedb/snowflake-jdbc/releases)
    - [Changelog](https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.rst)
    - [Commits](snowflakedb/snowflake-jdbc@v3.16.1...v3.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.snowflake:snowflake-jdbc
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * 🔧 (re-version.sh): update liquibase version in pom.xml files to match the project version for consistency and compatibility.
    
    * ⬆️ (pom.xml): downgrade snowflake-jdbc version from 3.18.0 to 3.16.1 to resolve compatibility issues and align with dependencies in the project.
    
    * 🔧 (build-extension-jars.yml): update liquibase version in pom.xml to match the specified version before deploying the artifact
    
    * 🔧 (build-extension-jars.yml): update sed command to dynamically replace liquibase version in pom.xml file using GitHub Actions inputs
    
    * 🔧 (create-release.yml): fix zip command to correctly create the zip file with the liquibase version folder contents
    
    * 🔧 (build-extension-jars.yml): update liquibase version in pom.xml to match the input version before deploying the artifact
    
    * ⬆️ (create-release.yml): upgrade liquibase/liquibase build-extension-jars workflow to version DAT-18308 to address specific issue or feature request
    
    * fix tar.gz folder
    
    * fix tar.gz folder
    
    * ⬆️ (create-release.yml): upgrade liquibase build-extension-jars workflow to use the release version instead of a specific commit hash
    
    * removing the leading dot
    
    * using *
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com>
    3 people authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1a057d1 View commit details
    Browse the repository at this point in the history
  3. chore: Release notes (#6147)

    * chore: adding 4.29.1 release notes
    filipelautert authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e0c7137 View commit details
    Browse the repository at this point in the history
Loading