Skip to content

Commit ff0da29

Browse files
committed
Release 1.4.0 (Part 1/2) release commit
- Update version.py files - Marked releases in changelogs
1 parent bfcf28d commit ff0da29

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

opentelemetry-exporter-gcp-monitoring/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## Version 1.4.0a0
6+
7+
Released 2022-12-05
8+
59
- Set gRPC user-agent when calling google APIs
610
([#216](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/216))
711
- Implement OTel resource to monitored resource mapping

opentelemetry-exporter-gcp-monitoring/src/opentelemetry/exporter/cloud_monitoring/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.4.0.dev0"
15+
__version__ = "1.4.0a0"

opentelemetry-exporter-gcp-trace/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## Version 1.4.0
6+
7+
Released 2022-12-05
8+
59
- Set gRPC user-agent when calling google APIs
610
([#216](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/216))
711
- Drop support for Python 3.6, add 3.10

opentelemetry-exporter-gcp-trace/src/opentelemetry/exporter/cloud_trace/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.4.0.dev0"
15+
__version__ = "1.4.0"

opentelemetry-propagator-gcp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## Version 1.4.0
6+
7+
Released 2022-12-05
8+
59
- Drop support for Python 3.6, add 3.10
610
([#203](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/203))
711
- Create a Readonly Propagator to match the golang "One Way" propagator

opentelemetry-propagator-gcp/src/opentelemetry/propagators/cloud_trace_propagator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.4.0.dev0"
15+
__version__ = "1.4.0"

opentelemetry-resourcedetector-gcp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## Version 1.4.0a0
6+
7+
Released 2022-12-05
8+
59
- Drop support for Python 3.6, add 3.10
610
([#203](https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/203))
711
- Update no container name behaviour

opentelemetry-resourcedetector-gcp/src/opentelemetry/resourcedetector/gcp_resource_detector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.4.0.dev0"
15+
__version__ = "1.4.0a0"

0 commit comments

Comments
 (0)