Skip to content

Commit 6a0414b

Browse files
committed
MINOR: [Release] Update versions for 18.1.0
1 parent e4aee0c commit 6a0414b

File tree

48 files changed

+56
-51
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+56
-51
lines changed

c_glib/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project('arrow-glib', 'c', 'cpp',
3535
# * 22.04: 0.61.2
3636
meson_version: '>=0.53.2')
3737

38-
version = '18.0.0'
38+
version = '18.1.0'
3939
if version.endswith('-SNAPSHOT')
4040
version_numbers = version.split('-')[0].split('.')
4141
version_tag = version.split('-')[1]

c_glib/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arrow-glib",
3-
"version-string": "18.0.0",
3+
"version-string": "18.1.0",
44
"dependencies": [
55
"glib",
66
"gobject-introspection",

ci/scripts/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
_realname=arrow
1919
pkgbase=mingw-w64-${_realname}
2020
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
21-
pkgver=18.0.0
21+
pkgver=18.1.0
2222
pkgrel=8000
2323
pkgdesc="Apache Arrow is a cross-language development platform for in-memory data (mingw-w64)"
2424
arch=("any")

cpp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if(POLICY CMP0170)
7979
cmake_policy(SET CMP0170 NEW)
8080
endif()
8181

82-
set(ARROW_VERSION "18.0.0")
82+
set(ARROW_VERSION "18.1.0")
8383

8484
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" ARROW_BASE_VERSION "${ARROW_VERSION}")
8585

cpp/vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arrow",
3-
"version-string": "18.0.0",
3+
"version-string": "18.1.0",
44
"dependencies": [
55
"abseil",
66
{

csharp/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Product>Apache Arrow library</Product>
3030
<Copyright>Copyright 2016-2024 The Apache Software Foundation</Copyright>
3131
<Company>The Apache Software Foundation</Company>
32-
<Version>18.0.0</Version>
32+
<Version>18.1.0</Version>
3333
</PropertyGroup>
3434

3535
<PropertyGroup>

dev/tasks/homebrew-formulae/apache-arrow-glib.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class ApacheArrowGlib < Formula
3030
desc "GLib bindings for Apache Arrow"
3131
homepage "https://arrow.apache.org/"
32-
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-18.0.0/apache-arrow-18.0.0.tar.gz"
32+
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-18.1.0/apache-arrow-18.1.0.tar.gz"
3333
sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
3434
license "Apache-2.0"
3535
head "https://github.com/apache/arrow.git", branch: "main"

dev/tasks/homebrew-formulae/apache-arrow.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class ApacheArrow < Formula
3030
desc "Columnar in-memory analytics layer designed to accelerate big data"
3131
homepage "https://arrow.apache.org/"
32-
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-18.0.0/apache-arrow-18.0.0.tar.gz"
32+
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-18.1.0/apache-arrow-18.1.0.tar.gz"
3333
sha256 "9948ddb6d4798b51552d0dca3252dd6e3a7d0f9702714fc6f5a1b59397ce1d28"
3434
license "Apache-2.0"
3535
head "https://github.com/apache/arrow.git", branch: "main"

docs/source/_static/versions.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55
"url": "https://arrow.apache.org/docs/dev/"
66
},
77
{
8-
"name": "18.0 (stable)",
8+
"name": "18.1 (stable)",
99
"version": "",
1010
"url": "https://arrow.apache.org/docs/",
1111
"preferred": true
1212
},
13+
{
14+
"name": "18.0",
15+
"version": "18.0/",
16+
"url": "https://arrow.apache.org/docs/18.0/"
17+
},
1318
{
1419
"name": "17.0",
1520
"version": "17.0/",

java/adapter/avro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.arrow</groupId>
2525
<artifactId>arrow-java-root</artifactId>
26-
<version>18.0.0</version>
26+
<version>18.1.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

java/adapter/jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.arrow</groupId>
2525
<artifactId>arrow-java-root</artifactId>
26-
<version>18.0.0</version>
26+
<version>18.1.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

java/adapter/orc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.arrow</groupId>
2525
<artifactId>arrow-java-root</artifactId>
26-
<version>18.0.0</version>
26+
<version>18.1.0</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929

java/algorithm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727
<artifactId>arrow-algorithm</artifactId>
2828
<name>Arrow Algorithms</name>

java/bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ under the License.
2929

3030
<groupId>org.apache.arrow</groupId>
3131
<artifactId>arrow-bom</artifactId>
32-
<version>18.0.0</version>
32+
<version>18.1.0</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Arrow Bill of Materials</name>
@@ -68,7 +68,7 @@ under the License.
6868
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
6969
<connection>scm:git:https://github.com/apache/arrow.git</connection>
7070
<developerConnection>scm:git:https://github.com/apache/arrow.git</developerConnection>
71-
<tag>apache-arrow-18.0.0</tag>
71+
<tag>apache-arrow-18.1.0</tag>
7272
<url>https://github.com/apache/arrow/tree/${project.scm.tag}</url>
7373
</scm>
7474

java/c/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>arrow-c-data</artifactId>

java/compression/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727
<artifactId>arrow-compression</artifactId>
2828
<name>Arrow Compression</name>

java/dataset/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>arrow-dataset</artifactId>

java/flight/flight-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-flight</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>flight-core</artifactId>

java/flight/flight-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-flight</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>flight-integration-tests</artifactId>

java/flight/flight-sql-jdbc-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-flight</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>flight-sql-jdbc-core</artifactId>

java/flight/flight-sql-jdbc-driver/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-flight</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>flight-sql-jdbc-driver</artifactId>

java/flight/flight-sql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-flight</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>flight-sql</artifactId>

java/flight/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727
<artifactId>arrow-flight</artifactId>
2828

java/format/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.arrow</groupId>
2525
<artifactId>arrow-java-root</artifactId>
26-
<version>18.0.0</version>
26+
<version>18.1.0</version>
2727
</parent>
2828

2929
<artifactId>arrow-format</artifactId>

java/gandiva/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<groupId>org.apache.arrow.gandiva</groupId>

java/memory/memory-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-memory</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>arrow-memory-core</artifactId>

java/memory/memory-netty-buffer-patch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-memory</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>arrow-memory-netty-buffer-patch</artifactId>

java/memory/memory-netty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-memory</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>arrow-memory-netty</artifactId>

java/memory/memory-unsafe/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-memory</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727

2828
<artifactId>arrow-memory-unsafe</artifactId>

java/memory/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727
<artifactId>arrow-memory</artifactId>
2828
<packaging>pom</packaging>

java/performance/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727
<artifactId>arrow-performance</artifactId>
2828
<packaging>jar</packaging>

java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ under the License.
2828

2929
<groupId>org.apache.arrow</groupId>
3030
<artifactId>arrow-java-root</artifactId>
31-
<version>18.0.0</version>
31+
<version>18.1.0</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Apache Arrow Java Root POM</name>
@@ -81,7 +81,7 @@ under the License.
8181
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
8282
<connection>scm:git:https://github.com/apache/arrow.git</connection>
8383
<developerConnection>scm:git:https://github.com/apache/arrow.git</developerConnection>
84-
<tag>apache-arrow-18.0.0</tag>
84+
<tag>apache-arrow-18.1.0</tag>
8585
<url>https://github.com/apache/arrow/tree/${project.scm.tag}</url>
8686
</scm>
8787

java/tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727
<artifactId>arrow-tools</artifactId>
2828
<name>Arrow Tools</name>

java/vector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.arrow</groupId>
2424
<artifactId>arrow-java-root</artifactId>
25-
<version>18.0.0</version>
25+
<version>18.1.0</version>
2626
</parent>
2727
<artifactId>arrow-vector</artifactId>
2828
<name>Arrow Vectors</name>

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@
120120
"engines": {
121121
"node": ">=12.0"
122122
},
123-
"version": "18.0.0"
123+
"version": "18.1.0"
124124
}

matlab/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ endfunction()
100100

101101
set(CMAKE_CXX_STANDARD 17)
102102

103-
set(MLARROW_VERSION "18.0.0")
103+
set(MLARROW_VERSION "18.1.0")
104104
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" MLARROW_BASE_VERSION "${MLARROW_VERSION}")
105105

106106
project(mlarrow VERSION "${MLARROW_BASE_VERSION}")

python/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project(pyarrow)
2828
# which in turn meant that Py_GIL_DISABLED was not set.
2929
set(CMAKE_NO_SYSTEM_FROM_IMPORTED ON)
3030

31-
set(PYARROW_VERSION "18.0.0")
31+
set(PYARROW_VERSION "18.1.0")
3232
string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" PYARROW_BASE_VERSION "${PYARROW_VERSION}")
3333

3434
# Running from a Python sdist tarball

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ root = '..'
8181
version_file = 'pyarrow/_generated_version.py'
8282
version_scheme = 'guess-next-dev'
8383
git_describe_command = 'git describe --dirty --tags --long --match "apache-arrow-[0-9]*.*"'
84-
fallback_version = '18.0.0'
84+
fallback_version = '18.1.0'

r/DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: arrow
22
Title: Integration to 'Apache' 'Arrow'
3-
Version: 18.0.0
3+
Version: 18.1.0
44
Authors@R: c(
55
person("Neal", "Richardson", email = "[email protected]", role = c("aut")),
66
person("Ian", "Cook", email = "[email protected]", role = c("aut")),

r/NEWS.md

+1-1

r/pkgdown/assets/versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"name": "18.0.0.9000 (dev)",
3+
"name": "18.1.0.9000 (dev)",
44
"version": "dev/"
55
},
66
{
7-
"name": "18.0.0 (release)",
7+
"name": "18.1.0 (release)",
88
"version": ""
99
},
1010
{

0 commit comments

Comments
 (0)